Searched refs:child (Results 226 - 250 of 371) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfru.h236 fru_errno_t fru_get_child(fru_nodehdl_t handle, fru_nodehdl_t *child);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h131 struct t_decode *child; member in struct:t_decode
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h116 struct t_decode *child; member in struct:t_decode
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c440 const char *child; local
460 child = (const char *)fn_string_str(child_s, &statcode);
461 if (child == NULL) {
470 mntpnt, child, opts, status);
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl1414 my ($rc, $msg, $child, $result);
1422 # Fork off a child:
1423 $child = fork();
1426 # Note: the file "/tmp/.../bind.$child" should be the "ldd"
1430 if (! defined($child)) {
1435 } elsif ($child == 0) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c147 struct smb_connobj *child)
151 * Set the child's pointer to the parent.
154 ASSERT(child->co_usecount == 1);
155 child->co_parent = parent;
158 * Add the child to the parent's list of
163 SLIST_INSERT_HEAD(&parent->co_children, child, co_next);
227 * We have the only reference to the child.
249 * the parent's hold count for the lost child.
145 smb_co_addchild( struct smb_connobj *parent, struct smb_connobj *child) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dpshot.h206 static int pshot_event(pshot_t *pshot, int event_tag, dev_info_t *child,
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_chip.h35 extern void pci_post_init_child(pci_t *pci_p, dev_info_t *child);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c440 * This function walks the child nodes of a given node, extracts
460 * Hold parent node busy to walk its child list
763 * Create "cpu" nodes as child nodes of a given "core" node.
863 * Create "core" nodes as child nodes of a given "cmp" node.
945 * Create "cmp" nodes as child nodes of the root node.
1146 opl_fc_ops_alloc_handle(dev_info_t *parent, dev_info_t *child, argument
1155 rp->next_handle = fc_ops_alloc_handle(parent, child, fcode, fcode_size,
1158 rp->child = child;
1170 * Add the child'
[all...]
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c93 int sopipe[2]; /* pipe attached to child's stdout */
94 int sepipe[2]; /* pipe attached to child's stderr */
593 * each child (the stdout and stderr pipes).
822 if (pid == 0) { /* child */
859 * Waits for 1 child to die.
862 * Returns 0 if a child died without an error.
863 * Returns 1 if a child died with an error.
869 int wstat, child, ret; local
872 if ((child = wait(&wstat)) == -1)
884 * Find our child s
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dlibdevinfo_sun4u.c93 pnode->child = NULL;
172 pnode->child = walk_di_tree(tree, pnode, curnode);
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt.c71 * parent, child and sibling hierarchy relationships.
387 * only child of it's parent. Update the parent's children set
389 * the child). Then have PG and the parent swap children sets and
459 * Have the child and the parent swap places in the CPU's
1283 * domain is an only child of another PG. Because the dispatcher walks
1292 * If the power domain is an only child to a parent
1293 * not implementing the same policy, promote the child
1314 pg_cmt_t *child; local
1337 * If the power domain has an only child that implements
1338 * policy other than load balancing, promote the child
1471 pg_cmt_t *pg, *child; local
[all...]
/illumos-gate/usr/src/tools/stabs/
H A Dforth.c72 struct child *chp;
87 * If there's a child list, only print those members.
89 if (np->child) {
H A Dgenassym.c81 struct child *chp;
103 * If there's a child list, only print those members.
105 if (np->child != NULL) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Datexit.c234 * whose prefork, parent postfork, or child postfork functions fall within
259 ((func = atfp->child) != NULL &&
270 atfp->child = NULL;
/illumos-gate/usr/src/tools/onbld/Scm/
H A DBackup.py85 changeset which is a child of a node not present in the
742 for parent, child in branches:
743 tpath = child.node() and node.short(child.node()) or "working"
745 for fname, change in self.ws.status(parent, child).iteritems():
750 tar.addfilectx(child.filectx(fname),
753 crev = child.rev()
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dacebus.c258 /* Get our ranges property for mapping child registers. */
453 * relocated) ebus address for the child in its address space(range).
454 * Ebus address space is relocatible but its child address space
463 * information is implied for the child too, which is wrong.
575 dev_info_t *child = (dev_info_t *)arg; local
581 ddi_get_name(child), ddi_get_instance(child));
583 if (ddi_getlongprop(DDI_DEV_T_ANY, child, DDI_PROP_DONTPASS,
593 ddi_set_name_addr(child, name);
596 ddi_set_parent_data(child, NUL
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c325 nvlist_t **child; local
330 child = kmem_alloc(vd->vdev_children * sizeof (nvlist_t *),
345 child[idx++] = vdev_config_generate(spa, cvd,
351 child, idx);
355 nvlist_free(child[c]);
357 kmem_free(child, vd->vdev_children * sizeof (nvlist_t *));
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c575 read_nodes(hdp, cnp, dnp->child) != 0) {
840 dnp->sib = pdnp->child;
841 pdnp->child = idx;
848 write_nodes(hdp, dnp, cnp->child, next) != 0) {
1113 while ((*pp)->child != NULL) {
1114 np = (*pp)->child;
1115 (*pp)->child = np->sib;
1608 cnp = (cnp) ? cnp->child : CACHE_ROOT(tnp->handle);
1623 dnp = (dnp) ? get_node(tnp->handle, dnp->child)
1694 if (cnp->minor != NULL || cnp->child !
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.c101 /* type of a child object */
1093 * get the pointer of the UID array of the n'th child of an object.
1096 * n - the child index.
1117 * get the UID array of the n'th child of an object.
1120 * n - the child index.
1149 * get the pointer of the UID array of the child matching the type.
1152 * child_type - the child object type.
1180 * get the UID array of the child object matching the type.
1183 * child_type - the child object type.
2660 /* free child uid
2809 update_child_obj( const isns_type_t ptype, const uint32_t puid, void const ***child, int child_flag ) argument
3257 const void ***child; local
3400 const void ***child; local
[all...]
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c60 struct smhba_rp_tree *child; member in struct:smhba_rp_tree
2440 * then this should be a child node of current root node.
2443 (void) sas_rp_tree_insert(&(*rproot)->child, rpnode);
2469 * port node into the child sub-tree, then try to insert to the
2474 if ((*rproot)->child) {
2475 ret = sas_rp_tree_insert(&(*rproot)->child, rpnode);
2477 if ((*rproot)->child == NULL || ret != 0) {
2523 * Step down to child tree first.
2526 portIndex, port, rpnode->child, input,
2564 * the immediate child node
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c302 Dwarf_Die child; local
305 if ((rc = dwarf_child(die, &child, &dw->dw_err)) == DW_DLV_OK)
306 return (child);
310 terminate("die %llu: failed to find type child: %s\n",
1681 Dwarf_Die child = die_child(dw, die); local
1683 if (child != NULL)
1684 die_create(dw, child);
1900 Dwarf_Die cu, child; local
1946 ((child = die_child(&dw, cu)) == NULL) &&
1950 } else if (child
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c237 tree_free(root->u.name.child);
336 if (tree_treecmp(np1->u.name.child, np2->u.name.child, t,
607 ret->u.name.child = tree_num(ptr, file, line);
712 np1->u.name.child = np2;
859 if (pnp->u.name.child == NULL) {
901 pnp->u.name.child = tree_name(Newname,
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c77 pci_common_name_child(dev_info_t *child, char *name, int namelen) argument
84 if (ndi_dev_is_persistent_node(child) == 0) {
88 if (ddi_prop_lookup_string_array(DDI_DEV_T_ANY, child,
92 ddi_get_name(child));
97 " not well-formed", ddi_get_name(child));
106 if (ddi_prop_lookup_int_array(DDI_DEV_T_ANY, child, DDI_PROP_DONTPASS,
109 ddi_get_name(child));
139 * Create the ddi_parent_private_data for a pseudo child.
1487 * here, and is thus shared across PCI child drivers and any other
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c1257 * Mark all child pcachelinks as stale.
1268 /* Purge still-stale child pcachelinks */
1370 * themselves are /dev/poll handles. Pending events in the child handle are
1385 * which corresponds to the child /dev/poll fd. This means that child
1394 * /dev/poll "tree", pcachelink_t structures are established to all child
1395 * /dev/poll pollcaches. During pollnotify() in a child pollcache, the
1401 * due to the fact that bitmap entires for the child pollcache are always
1583 * Associate parent and child pollcaches via a pcachelink_t. If an existing
1588 pcachelink_assoc(pollcache_t *child, pollcache_ argument
[all...]

Completed in 166 milliseconds

1234567891011>>