Searched refs:child (Results 276 - 300 of 371) sorted by relevance

<<1112131415

/illumos-gate/usr/src/cmd/csh/
H A Dsh.c356 child++; /* So this ... */
363 child++; /* So this ... */
557 child++;
812 * then error will exit directly because we poke child here.
815 child++;
H A Dsh.h108 bool didfds; /* Have setup i/o fd's for child */
111 bool child; /* Child shell ... errors cause exit */ variable
H A Dsh.misc.c75 child++;
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dptree.c112 if (np->u.name.child == NULL ||
117 ptree(flags, np->u.name.child,
121 } else if (np->u.name.child &&
125 ptree(flags, np->u.name.child, no_iterators,
H A Dtree.h118 * attached via the "child" pointers.
122 * - if child is set, there's an iterator
123 * - if child is a T_NAME, it is x[j] or x<j> and
125 * - if child is a T_NUM, it is x[0] or x<0> or
129 * can ignore child for now because it still
133 * instead of following child.
144 struct node *child; member in struct:node::__anon457::__anon458
172 unsigned childgen:1; /* child was auto-generated */
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c411 if (node.u.name.child && !node.u.name.childgen) {
413 (void) eft_node((uintptr_t)node.u.name.child,
419 } else if (node.u.name.child) {
421 (void) eft_node((uintptr_t)node.u.name.child,
/illumos-gate/usr/src/cmd/truss/
H A Dramdata.h86 pid_t child; /* pid of fork()ed child process */ member in struct:__anon1902
290 extern int is_vfork_child; /* TRUE iff process is a vfork()ed child */
/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h226 di_off_t child; /* offset of child node */ member in struct:di_node
345 di_off_t hp_child; /* child device node */
H A Dsservice.h461 dev_info_t *child; /* child's dip */ member in struct:set_window
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Di2bsc.c427 dev_info_t *child; local
458 * lookup and hold child device
460 child = ndi_devi_find(self,
462 if (child == NULL) {
467 if ((rv = ndi_devi_offline(child, NDI_DEVI_REMOVE)) !=
638 * Attach the parent's private data structure to the child's devinfo
639 * node, and store the child's address on the nexus in the child's
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c571 brand_solaris_copy_procdata(proc_t *child, proc_t *parent, struct brand *pbrand) argument
576 ASSERT(child->p_brand == pbrand);
578 ASSERT(child->p_brand_data == NULL);
582 * child
586 child->p_brand_data = spd;
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dfunc.c637 void const **child[MAX_CHILD_TYPE] = { NULL }; /* children */ local
641 isns_obj_t *obj; /* child object */
642 isns_type_t ctype; /* child object type */
643 uint32_t uid; /* child object uid */
742 /* to child info array of the parent object */
743 ec = buff_child_obj(ptype, ctype, obj, child);
765 ec = verify_ref_obj(ptype, puid, child);
773 vpp = child[i];
780 ec = update_child_obj(ptype, puid, child, 1);
806 if (child[ui
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c1962 char *child; local
1996 child = kmem_asprintf("%s/%s", name, attr->za_name);
1998 err = dmu_objset_find_impl(spa, child,
2001 strfree(child);
2034 child = kmem_asprintf("%s@%s",
2037 err = func(child, arg);
2039 strfree(child);
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c2659 dev_info_t *parent, *child; local
2675 child = ndi_devi_findchild(parent, namebuf);
2678 if (child == NULL) {
2679 child = ddi_add_child(parent, LOFI_DRIVER_NAME,
2681 if ((error = ddi_prop_update_int(DDI_DEV_T_NONE, child,
2686 if ((error = ddi_prop_create(DDI_DEV_T_NONE, child,
2692 if ((error = ndi_devi_online(child, NDI_ONLINE_ATTACH))
2704 ddi_prop_remove_all(child);
2705 (void) ndi_devi_offline(child, NDI_DEVI_REMOVE);
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c1773 dev_info_t *child; local
1811 &child) != NDI_SUCCESS) {
1818 ddi_set_parent_data(child, hdl);
1819 hdl->h_child = child;
1821 if (ndi_devi_online(child, 0) == NDI_FAILURE) {
1825 (void) ndi_devi_free(child);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist49 10 No child processes
H A Dgetutx.c489 pid_t child; local
547 * No SIGCHLD, please, and let no one else reap our child.
561 error = posix_spawn(&child, UTMP_UPDATE, NULL, &attr, argvec, _environ);
570 w = waitpid(child, &status, 0);
580 * The child encountered an error,
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Dprint_json.c412 nvlist_t *child = (*lw)->lw_nvl[0]; local
417 if (nvlist_add_nvlist(parent, name, child) != 0) {
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c1858 pnode_t child; local
1884 for (child = prom_childnode(prom_rootnode()); child != OBP_NONODE;
1885 child = prom_nextnode(child)) {
1887 if (prom_getprop(child, OBP_BOARDNUM, (caddr_t)&num) == -1) {
1895 if (prom_getprop(child, OBP_NAME, (caddr_t)name) == -1) {
1905 dip = e_ddi_nodeid_to_dip(child);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv.c98 extern void setup_resolv(bool *fwding, int *child,
252 * Setting disposition to SIG_IGN will not create zombies when child
/illumos-gate/usr/src/cmd/mandoc/
H A Dman.c236 strcmp(n->prev->child->string, "NAME"))
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c1007 nvlist_t **child; local
1040 &child, &children) == 0);
1047 vname = zpool_vdev_name(lzfs, zpool_handle, child[0], B_FALSE);
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c1114 hp_node_t child; local
1119 if (((child = hp_child(node)) != NULL) &&
1120 (hp_type(child) == HP_NODE_USAGE)) {
/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c53 * the child processes outlive the author of the contract, the contract
54 * may be held by (and therefore be between the child processes and) a
562 contract_process_take(contract_t *parent, contract_t *child) argument
567 ASSERT(MUTEX_HELD(&child->ct_lock));
571 list_insert_head(&ctp->conp_inherited, child);
593 * contract reference to the child, and b) contract_adopt
999 * Assuming we succeeded or skipped the previous step, we add the child
/illumos-gate/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c34 * creates/manages child nodes for the included interfaces.
99 dev_info_t **child);
291 * child post attach/detach notification
383 void *arg, dev_info_t **child)
402 rval = ndi_busop_bus_config(dip, flag, op, arg, child, 0);
603 * allocate array for keeping track of child dips
1093 * Check to see if this child has missed the disconnect
1127 * Check to see if this child has missed the pre-suspend
382 usb_ia_bus_config(dev_info_t *dip, uint_t flag, ddi_bus_config_op_t op, void *arg, dev_info_t **child) argument

Completed in 150 milliseconds

<<1112131415