| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/ |
| config_impl.h | 43 struct config *child; member in struct:config
|
| /onnv/onnv-gate/usr/src/uts/common/avs/ns/nsctl/ |
| nsc_rmspin.h | 41 void *child; member in struct:nsc_rmlock_s
|
| /onnv/onnv-gate/usr/src/cmd/zpool/ |
| zpool_util.c | 71 nvlist_t **child; local 74 &child, &children) != 0) 80 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG,
|
| /onnv/onnv-gate/usr/src/common/zfs/ |
| zfs_comutil.c | 51 nvlist_t **child; local 55 &child, &children) != 0) { 60 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG,
|
| /onnv/onnv-gate/usr/src/cmd/isns/isnsd/ |
| dseng.c | 63 void const **child[MAX_CHILD_TYPE] = { NULL }; local 110 (void *)uid, child); 173 ec = update_child_obj(ptype, puid, child, 0); 180 /* free the child buffer */ 183 if (child[uid] != NULL) { 184 free(child[uid]);
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
| AMContainerHelper.java | 103 * Adds a child. 105 public void add(AttributeManager child) { 106 if (child != null && !children.contains(child)) { 107 // check to see that child isn't one of this container's parents 108 if (child instanceof AMContainer) { 111 if (cn == child) { 118 if (child.getParent() != null) { 119 child.getParent().remove(child); 238 AttributeManager child = (AttributeManager) local 285 AttributeManager child = (AttributeManager)e.nextElement(); local 301 AttributeManager child = (AttributeManager)e.nextElement(); local 310 AttributeManager child = (AttributeManager)e.nextElement(); local 319 AttributeManager child = (AttributeManager)e.nextElement(); local [all...] |
| /onnv/onnv-gate/usr/src/cmd/rexd/ |
| where_main.c | 37 int child = 0; /* pid of the executed process */ variable
|
| under.c | 50 int child = 0; /* pid of the executed process */ variable 191 int pid, child, status; local 214 while ((child = wait(&status)) != pid && child != -1) 218 if (child == -1)
|
| /onnv/onnv-gate/usr/src/cmd/tip/aculib/ |
| dn11.c | 22 static int child = -1, dn; variable 41 (void) kill(child, SIGKILL); 48 if ((child = fork()) == 0) { 68 (void) kill(child, SIGKILL); 77 while ((nw = wait(<)) != child && nw != -1) 117 if (child > 0) 118 (void) kill(child, SIGKILL);
|
| /onnv/onnv-gate/usr/src/lib/krb5/ss/ |
| help.c | 35 int fd, child; local 82 switch (child = fork()) { 92 while (wait((int *)NULL) != child) { 94 while (wait((union wait *)NULL) != child) {
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| popen.c | 52 /* myside and hisside reverse roles in child */ 83 int child = -1; local 87 child = popen_pid[fileno(ptr)]; 91 if (child == -1) 94 while ((pid = waitpid(child, &status, 0)) != child && pid != -1)
|
| /onnv/onnv-gate/usr/src/cmd/modload/ |
| modload.c | 122 int child; local 128 if ((child = fork()) == -1) 134 if (child == 0) { 152 } while ((waitret != child) && (waitret != -1));
|
| modunload.c | 50 int child; local 76 child = fork(); 77 if (child == -1) 79 else if (child == 0)
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/cmd/badioctl/ |
| badioctl.c | 117 pid_t child, parent = getpid(); local 121 if ((child = fork()) == 0) 124 while (waitpid(child, &status, WEXITED) != child) 129 * Our child exited by design -- we'll exit with 136 * Our child died on a signal. Respawn it. 138 printf("badioctl: child died on signal %d; respawning.\n",
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
| TypeEditor.java | 70 // List of child type editors 121 * The values from the child type editors need not be queried 132 * This method is called when the child's value has been applied. 135 * record the new value for the child in your state. Then, 136 * when getApplyValue is called, the new value from the child 139 protected void childApply(TypeEditor child, Object value) { } 146 * The loading of the child editors is dealt with using the 154 * Return true if the given child should be enabled for the 158 protected boolean shouldEnableChild(TypeEditor child, 167 * is not overridden, then the child values will be set to null 210 TypeEditor child = (TypeEditor)e.nextElement(); local 313 TypeEditor child = (TypeEditor)e.nextElement(); local 330 TypeEditor child = (TypeEditor)e.nextElement(); local 392 TypeEditor child = (TypeEditor)e.nextElement(); local 441 TypeEditor child = (TypeEditor)e.nextElement(); local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/pcmcia/ |
| pcmem.c | 282 "pcmem_ctlops - DDI_CTLOPS_UNINITCHILD child: %s(%d)\n", 301 dev_info_t *child = NULL; local 306 if (ndi_devi_alloc(dip, "pcram", (pnode_t)DEVI_SID_NODEID, &child) != 313 if (ndi_devi_online(child, 0) == NDI_FAILURE) { 316 (void) ndi_devi_free(child);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
| pclose.c | 114 /* myside and remside reverse roles in child */ 145 pid_t child, pid; local 150 child = popen_pid[fileno(ptr)]; 153 if (child == (pid_t)-1) 157 while ((pid = wait(&status)) != child && pid != (pid_t)-1)
|
| /onnv/onnv-gate/usr/src/cmd/tsol/updatehome/ |
| setupfiles.c | 351 pid_t child; local 414 if ((child = vfork()) != 0) { /* parent, wait for child status */ 415 int status; /* child status */ 417 (void) waitpid(child, &status, 0); /* wait for child */ 418 dprintf("setupfiles copy child returned %x\n", status);
|
| /onnv/onnv-gate/usr/src/psm/promif/ieee1275/common/ |
| prom_node.c | 58 ci[0] = p1275_ptr2cell("child"); /* Service name */ 68 return (p1275_cell2dnode(ci[4])); /* Res1: child phandle */ 91 pnode_t child; local 115 * If curnode has a child, traverse to it, 118 child = prom_childnode(curnode); 119 if (child != OBP_NONODE && child != OBP_BADNODE) { 121 stack[stackidx] = child;
|
| /onnv/onnv-gate/usr/src/uts/sun4v/promif/ |
| promif_node.c | 121 pnode_t child; local 125 child = promif_stree_childnode(p1275_cell2dnode(ci[3])); 127 ci[4] = p1275_dnode2cell(child);
|
| /onnv/onnv-gate/usr/src/lib/libzfs/common/ |
| libzfs_status.c | 120 nvlist_t **child; local 135 if (nvlist_lookup_nvlist_array(vdev, ZPOOL_CONFIG_CHILDREN, &child, 138 if (find_vdev_problem(child[c], func))
|
| libzfs_config.c | 176 nvlist_t *child; local 191 verify(nvpair_value_nvlist(elem, &child) == 0); 192 if (nvlist_dup(child, &cn->cn_config, 0) != 0) {
|
| /onnv/onnv-gate/usr/src/uts/common/io/fcoe/ |
| fcoe_fc.c | 433 dev_info_t *child = NULL; local 436 ndi_devi_alloc_sleep(parent, devname, DEVI_PSEUDO_NODEID, &child); 437 if (child == NULL) { 442 if (ddi_prop_update_int(DDI_DEV_T_NONE, child, 447 (void) ndi_devi_free(child); 451 rval = ndi_devi_online(child, NDI_ONLINE_ATTACH); 457 mac->fm_client_dev = child;
|
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.sem.c | 33 * Its presence would cause glob() to be invoked in the child process 34 * and this would cause chaos if the child is created with vfork(). 166 int mask, child, setintr, haderr, didfds; member in struct:sv 173 * that the child corrupts before it exec's. 178 * the signals the child touches before it 182 sv.child = child; sv.setintr = setintr; 198 child = sv.child; setintr = sv.setintr; 216 } else { /* child */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/eeprom/i386/ |
| benv_kvm.c | 82 child(unsigned long id) function 112 if (nid = prom_findnode_byname(child(id), name))
|