| /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/mount/ |
| cmdgen_mount.c | 43 * - CCIMInstance *inst - The instance containing the properties of the 52 cmdgen_mount(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath, 60 cmd = cmdgen_mount_nfs(inst, objPath, errp);
|
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/share/ |
| cmdgen_share.c | 39 cmdgen_share(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath, 45 cmd = cmdgen_share_nfs(inst, objPath, errp);
|
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/unshare/ |
| cmdgen_unshare.c | 39 cmdgen_unshare(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath, 45 cmd = cmdgen_unshare_nfs(inst, objPath, errp);
|
| /onnv/onnv-gate/usr/src/uts/common/sys/usb/clients/hid/ |
| hidminor.h | 66 #define HID_CONSTRUCT_INTERNAL_MINOR(inst) \ 67 (((inst) << HID_MINOR_INSTANCE_SHIFT) | \ 70 #define HID_CONSTRUCT_EXTERNAL_MINOR(inst) \ 71 ((inst) << HID_MINOR_INSTANCE_SHIFT)
|
| /onnv/onnv-gate/usr/src/cmd/svc/startd/ |
| method.c | 104 method_record_start(restarter_inst_t *inst) 106 int index = inst->ri_start_index++ % RINST_START_TIMES; 108 inst->ri_start_time[index] = gethrtime(); 118 method_rate_critical(restarter_inst_t *inst) 120 uint_t n = inst->ri_start_index; 123 if (inst->ri_start_index < RINST_START_TIMES) 127 (inst->ri_start_time[(n - 1) % RINST_START_TIMES] - 128 inst->ri_start_time[n % RINST_START_TIMES]) / 140 method_is_transient(restarter_inst_t *inst, int type) 142 if (instance_is_transient_style(inst) || type != METHOD_START 616 restarter_inst_t *inst = *instp; local 1023 restarter_inst_t *inst; local [all...] |
| restarter.c | 82 * inst->ri_lock 90 * inst->ri_lock 95 * inst->ri_queue_lock 172 restarter_inst_t *inst; local 175 inst = uu_list_find(instance_list.ril_instance_list, &id, NULL, NULL); 176 if (inst != NULL) 177 MUTEX_LOCK(&inst->ri_lock); 180 if (inst != NULL) { 181 while (inst->ri_method_thread != 0 && 182 !pthread_equal(inst->ri_method_thread, pthread_self())) 198 restarter_inst_t *inst; local 302 restarter_inst_t *inst; local 868 restarter_inst_t *inst; local 884 restarter_inst_t *inst; local 1163 scf_instance_t *inst; local 1421 scf_instance_t *inst; local 1513 scf_instance_t *inst; local 1624 restarter_inst_t *inst; local 1919 restarter_inst_t *inst; local 2053 restarter_inst_t *inst; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/ |
| cmdgen_include.h | 51 char *cmdgen_mount(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath, 54 char *cmdgen_mount_nfs(CCIMInstance *inst, CCIMObjectPath *objPath, 56 char *cmdgen_share(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath, 59 char *cmdgen_share_nfs(CCIMInstance *inst, CCIMObjectPath *objPath, 61 char *cmdgen_umount(CCIMInstance *inst, CCIMObjectPath *objPath, int *errp); 63 char *cmdgen_unshare(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath, 66 char *cmdgen_unshare_nfs(CCIMInstance *inst, CCIMObjectPath *objPath,
|
| cmdgen.c | 48 * - CCIMInstance *inst - The instance used to form the command. 60 cmdgen_generate_command(int cmd_type, CCIMInstance *inst, 66 if (inst == NULL && objPath == NULL && paramList == NULL) { 79 cmd = cmdgen_mount(CMDGEN_NFS, inst, objPath, errp); 82 cmd = cmdgen_umount(inst, objPath, errp); 85 cmd = cmdgen_share(CMDGEN_NFS, inst, objPath, errp); 88 cmd = cmdgen_unshare(CMDGEN_NFS, inst, objPath, errp);
|
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/wbem_disk/common/ |
| mediapresent_descriptors.c | 56 CCIMInstance *inst = NULL; local 67 if ((inst = cim_createInstance(provider)) == NULL) { 85 cim_freeInstance(inst); 96 cim_freeInstance(inst); 115 cim_freeInstance(inst); 120 util_doReferenceProperty(ANTECEDENT, ant_op, cim_true, inst, errp); 123 util_doReferenceProperty(DEPENDENT, dep_op, cim_true, inst, errp); 130 cim_freeInstance(inst); 134 util_doProperty("FixedMedia", boolean, "1", cim_false, inst, errp); 139 cim_freeInstance(inst); [all...] |
| realizesextent_descriptors.c | 56 CCIMInstance *inst = NULL; local 68 if ((inst = cim_createInstance(provider)) == NULL) { 84 cim_freeInstance(inst); 94 cim_freeInstance(inst); 113 cim_freeInstance(inst); 117 util_doReferenceProperty(ANTECEDENT, ant_op, cim_true, inst, errp); 118 util_doReferenceProperty(DEPENDENT, dep_op, cim_true, inst, errp); 126 cim_freeInstance(inst); 134 util_doProperty("StartingAddress", uint64, "0", cim_false, inst, errp); 140 cim_freeInstance(inst); [all...] |
| drive_descriptors.c | 55 CCIMInstance *inst = NULL; local 77 if ((inst = cim_createInstance(provider)) == NULL) { 94 cim_freeInstance(inst); 104 cim_freeInstance(inst); 107 util_doProperty("Name", string, alias, cim_false, inst, errp); 114 cim_freeInstance(inst); 125 cim_freeInstance(inst); 131 util_doProperty(DEVICEID, string, str, cim_true, inst, errp); 138 cim_freeInstance(inst); 145 util_doProperty(DEVICEID, string, alias, cim_true, inst, errp) 631 CCIMInstance *inst; local 716 CCIMInstance *inst; local [all...] |
| disk_descriptors.c | 56 CCIMInstance *inst = NULL; local 70 if ((inst = cim_createInstance(provider)) == NULL) { 86 cim_freeInstance(inst); 95 cim_freeInstance(inst); 105 cim_freeInstance(inst); 110 util_doProperty("Name", string, drive, cim_false, inst, errp); 114 cim_freeInstance(inst); 128 cim_freeInstance(inst); 135 util_doProperty("Model", string, prodid, cim_false, inst, errp); 140 cim_freeInstance(inst); 388 CCIMInstance *inst; local [all...] |
| realizesdiskdrive_descriptors.c | 55 CCIMInstance *inst = NULL; local 67 if ((inst = cim_createInstance(provider)) == NULL) { 85 cim_freeInstance(inst); 101 cim_freeInstance(inst); 107 cim_freeInstance(inst); 126 cim_freeInstance(inst); 130 util_doReferenceProperty(ANTECEDENT, ant_op, cim_true, inst, errp); 133 util_doReferenceProperty(DEPENDENT, dep_op, cim_true, inst, errp); 140 cim_freeInstance(inst); 143 return (inst); [all...] |
| logicaldisk_descriptors.c | 56 CCIMInstance *inst = NULL; local 69 if ((inst = cim_createInstance(provider)) == NULL) { 86 cim_freeInstance(inst); 96 cim_freeInstance(inst); 106 cim_freeInstance(inst); 110 util_doProperty("Name", string, drive, cim_true, inst, errp); 115 cim_freeInstance(inst); 126 cim_freeInstance(inst); 132 util_doProperty(DEVICEID, string, str, cim_true, inst, errp); 139 cim_freeInstance(inst); 356 CCIMInstance *inst; local [all...] |
| partition_descriptors.c | 45 static void do_alias_desc(CCIMInstance *inst, dm_descriptor_t desc, 47 static void do_drive_desc(CCIMInstance *inst, dm_descriptor_t desc, 49 static void do_media_desc(CCIMInstance *inst, dm_descriptor_t desc, 51 static void do_misc_attrs(CCIMInstance *inst, int *errp, uint64_t size, 54 static void do_slice_desc(CCIMInstance *inst, char *hostname, 57 static void do_prop64(CCIMInstance *inst, char *name, uint64_t val, 59 static void do_prop32(CCIMInstance *inst, char *name, uint32_t val, 63 static CCIMInstance *fatal(CCIMInstance *inst, dm_descriptor_t desc, int *errp); 74 CCIMInstance *inst = NULL; local 93 if ((inst = cim_createInstance(provider)) == NULL 190 CCIMInstance *inst; local [all...] |
| mpxiogroup_descriptors.c | 55 CCIMInstance *inst = NULL; local 64 if ((inst = cim_createInstance(provider)) == NULL) { 78 cim_freeInstance(inst); 85 cim_freeInstance(inst); 89 util_doProperty(NAME, string, str, cim_true, inst, errp); 96 cim_freeInstance(inst); 103 inst, errp); 109 cim_freeInstance(inst); 114 inst, errp); 120 cim_freeInstance(inst); 132 CCIMInstance *inst; local [all...] |
| ctrl_descriptors.c | 55 CCIMInstance *inst = NULL; local 66 if ((inst = cim_createInstance(provider)) == NULL) { 80 cim_freeInstance(inst); 87 cim_freeInstance(inst); 91 util_doProperty(DEVICEID, string, str, cim_true, inst, errp); 95 util_doProperty(CREATION_CLASS, string, provider, cim_true, inst, 101 cim_true, inst, errp); 105 util_doProperty(SYSTEM, string, hostname, cim_true, inst, errp); 112 cim_freeInstance(inst); 121 cim_freeInstance(inst); 231 CCIMInstance *inst; local [all...] |
| partbasedon_descriptors.c | 59 CCIMInstance *inst = NULL; local 76 if ((inst = cim_createInstance(provider)) == NULL) { 104 cim_freeInstance(inst); 115 cim_freeInstance(inst); 134 cim_freeInstance(inst); 138 util_doReferenceProperty(ANTECEDENT, ant_op, cim_true, inst, errp); 139 util_doReferenceProperty(DEPENDENT, dep_op, cim_true, inst, errp); 147 cim_freeInstance(inst); 159 cim_freeInstance(inst); 164 return (inst); [all...] |
| /onnv/onnv-gate/usr/src/uts/sparc/fpu/ |
| fpu_simulator.c | 169 fp_inst_type inst, /* FPU instruction to simulate. */ 181 nrs1 = inst.rs1; 182 nrs2 = inst.rs2; 183 nrd = inst.rd; 193 if (inst.op3 == 0x37) { /* IMPDEP2B FMA-fused opcode */ 198 fma_inst = (fp_fma_inst_type *) &inst; 258 if (inst.op3 == 0x35) { /* fpop2 */ 261 if ((inst.opcode & 0xf) == 0) { 262 if ((fp_notp) && (inst.prec == 0)) 265 return (fmovcc(pfpsd, inst, pfsr)); /* fmovcc * 545 fp_inst_type inst; member in union:__anon22 603 fp_inst_type inst; member in union:__anon23 632 fp_inst_type inst; member in union:__anon24 [all...] |
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/ |
| common_functions.c | 89 CCIMInstance *inst; local 112 inst = cim_createInstance(pClassName); 113 if (inst == NULL) { 124 returned_val = cim_addProperty(inst, objectNameProp); 129 cim_freeInstance(inst); 136 returned_val = cim_addProperty(inst, objPathListProp); 141 cim_freeInstance(inst); 147 instList = cim_addInstance(instList, inst); 152 cim_freeInstance(inst);
|
| /onnv/onnv-gate/usr/src/uts/sun4u/io/ |
| epic.c | 113 #define getsoftc(inst) ((struct epic_softc *)ddi_get_soft_state(statep, \ 114 (inst))) 171 int inst; local 175 inst = (getminor((dev_t)arg)); 179 if ((softc = getsoftc(inst)) == NULL) { 187 *result = (void *)(uintptr_t)inst; 200 int inst; local 209 inst = ddi_get_instance(dip); 210 (void) sprintf(name, "env-monitor%d", inst); 211 minor = inst; 273 int inst; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libdisasm/sparc/ |
| dis_sparc.h | 69 struct inst; 72 typedef struct inst inst_t; 78 const struct inst *tbl_inp; 85 struct inst { struct
|
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkginstall/ |
| getinst.c | 66 char *inst; local 131 inst = sameinst; /* can't be overwriting a pre-svr4 package */ 134 return (inst); 157 inst = info[samearch].pkginst; 163 return (inst); 179 inst = nextinst(); 180 return (inst); 194 inst = prompt(info, npkgs); 195 if (strcmp(inst, "new") == NULL) { 196 inst = nextinst() 246 char *inst; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/irs/ |
| gen.c | 215 ho = rule->inst->ho; 220 nw = rule->inst->nw; 298 struct irs_inst *inst; local 320 new->inst = &irs->accessors[acc]; 355 inst = &irs->accessors[acc]; 356 if (inst->acc == NULL && accs[acc] != NULL) 357 inst->acc = (*accs[acc])(irs->options); 358 if (inst->acc != NULL) { 359 if (inst->gr == NULL && inst->acc->gr_map != NULL [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4/io/ |
| tod.c | 150 int inst = getminor((dev_t)arg); local 157 if ((softc = getsoftc(inst)) == NULL) { 166 *result = (void *)(uintptr_t)inst; 180 int inst; local 187 inst = ddi_get_instance(dip); 189 * Create minor node. The minor device number, inst, has no 193 (void) sprintf(name, "tod%d", inst); 194 if (ddi_create_minor_node(dip, name, S_IFCHR, inst, 201 if (ddi_soft_state_zalloc(statep, inst) != DDI_SUCCESS) 204 softc = getsoftc(inst); 236 int inst; local 271 int inst = getminor(*devp); local 281 int inst = getminor(dev); local 291 int inst = getminor(dev); local [all...] |