Searched defs:child (Results 76 - 100 of 263) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_client.c420 * Pass the client reference from parent to child.
423 ndr_inherit_handle(mlsvc_handle_t *child, mlsvc_handle_t *parent) argument
425 child->clnt = parent->clnt;
426 bcopy(&parent->svinfo, &child->svinfo, sizeof (srvsvc_server_info_t));
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_config.c183 nvlist_t *child; local
198 verify(nvpair_value_nvlist(elem, &child) == 0);
199 if (nvlist_dup(child, &cn->cn_config, 0) != 0) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c79 nvlist_t *nvlist, *child; local
127 child = fnvpair_value_nvlist(nvpair);
131 (void) spa_add(nvpair_name(nvpair), child, NULL); local
H A Ddnode_sync.c74 dmu_buf_impl_t *child = local
77 if (child == NULL)
80 DB_DNODE_ENTER(child);
81 ASSERT3P(DB_DNODE(child), ==, dn);
82 DB_DNODE_EXIT(child);
84 if (child->db_parent && child->db_parent != dn->dn_dbuf) {
85 ASSERT(child->db_parent->db_level == db->db_level);
86 ASSERT(child->db_blkptr !=
87 &dn->dn_phys->dn_blkptr[child
177 dmu_buf_impl_t *child; local
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_html.c135 if (n->body && n->body->child)
136 if (n->body->child->type == ROFFT_TBL)
199 int child; local
202 child = 1;
253 child = (*mans[n->tok].pre)(man, n, mh, h);
257 if (child && n->child)
258 print_man_nodelist(man, n->child, mh, h);
360 if (NULL != (n = n->child))
407 for (i = 0, nn = n->child; n
[all...]
/illumos-gate/usr/src/lib/libzpool/common/
H A Dutil.c75 nvlist_t **child; local
120 if (nvlist_lookup_nvlist_array(nv, ctype, &child, &children) != 0)
124 nvlist_t *cnv = child[c];
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c46 * node property data, and contruct or destroy child nodes for the node
71 * Each parent node may have one or more ranges of child nodes. Each range
74 * (child range). If that is the case, the hash lists are strung together to
280 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, "unable to insert child:"
336 * Add these nodes to parent child list
798 tnode_t *child; local
811 * child
815 if ((child = topo_child_first(node)) == NULL) {
824 topo_node_hold(child);
825 wp->tw_node = child;
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c860 ses_node_t *child; local
899 for (child = ses_node_child(agg); child != NULL;
900 child = ses_node_sibling(child)) {
906 props = ses_node_props(child);
907 nodeid = ses_node_id(child);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c18 * or more child nodes, pointed to by first_child.
57 struct profile_node *child, *next; local
67 for (child=node->first_child; child; child = next) {
68 next = child->next;
69 profile_free_node(child);
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c295 child(int id) function
518 /* search the child */
519 if ((pnode = find_failed_node(root->child)) != NULL)
542 /* search the child */
543 if ((pnode = find_failed_node(root->child)) != NULL) {
714 if ((node = dev_find_node_by_type(root->child, type,
735 if ((node = dev_find_node_by_type(root->child, type,
789 node = dev_find_node_by_compatible(root->child, compatible);
819 node = dev_find_node_by_compatible(root->child, compatible);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/
H A Dworkfile.c89 if ((node = dev_find_node_by_compat(root->child, compat)) != NULL)
131 if ((node = dev_find_node_by_compat(root->child, compat)) != NULL)
143 picl_nodehdl_t *child)
148 err = picl_get_propval_by_name(parent, PICL_PROP_CHILD, &(*child),
165 err = picl_get_propval_by_name(*child, PICL_PROP_NAME, name,
181 log_printf(dgettext(TEXT_DOMAIN, "child name is %s\n"), name);
183 err = picl_get_propval_by_name(*child, PICL_PROP_PEER,
184 &(*child), sizeof (picl_nodehdl_t));
187 err = picl_get_propval_by_name(*child, PICL_PROP_NAME,
619 * If we are the child o
142 find_child_device(picl_nodehdl_t parent, char *child_name, picl_nodehdl_t *child) argument
[all...]
/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c388 * Return a node's first child node.
402 i_hp_dprintf("hp_child: node has no child.\n");
879 hp_node_t child; local
904 for (child = root->hp_child; child != NULL; child = child->hp_sibling) {
905 if ((rv = i_hp_pack_branch(child, &buf, &len)) == 0) {
996 hp_node_t child; local
1043 rv = i_hp_unpack_branch(buf, len, node, &child);
[all...]
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c214 * We initially determine whether the container is a child or a parent
217 * to values in the range reserved for child types in our first pass.
219 int child = cth->cth_parname != 0; local
257 child |= CTF_TYPE_ISCHILD(mp->ctm_type);
264 child |=
291 child |= CTF_TYPE_ISCHILD(tp->ctt_type);
303 * If we detected a reference to a child type ID, then we know this
304 * container is a child and may have a parent's types imported later.
306 if (child) {
307 ctf_dprintf("CTF container %p is a child\
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h167 struct rsrc_node *child; member in struct:rsrc_node
/illumos-gate/usr/src/cmd/rexd/
H A Don.c85 int child = 0; /* pid of the executed process */ variable
H A Drpc.rexd.c96 int child = 0; /* pid of the executed process */ variable
97 int ChildStatus = 0; /* saved return status of child */
118 void CatchChild(int); /* handle child signals */
243 * child process continues to establish connections
445 * child - close listner transport to avoid confusion
451 printf("child server process\n");
686 if (pid == child) {
688 printf("pid==child\n");
700 /* restart child */
702 kill((-child), SIGCON
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c98 nvlist_t **child; local
114 &child, &children) != 0)
118 if ((ret = find_vdev(zhdl, child[c], search_fru,
124 &child, &children) != 0)
128 if ((ret = find_vdev(zhdl, child[c], search_fru,
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c93 * where no predecessor (child) exists. We start a new
106 bucket_t *new, *child; local
120 * child exists. We start a new tree of buckets.
125 if ((child = find_in_hashmap(after)) == NULL) {
137 child->b_parent = new;
149 bucket_t *new, *child; local
163 * child exists. We start a new tree of buckets.
168 if ((child = find_in_hashmap(after)) == NULL) {
181 uncle->bl_next = child->b_uncles;
183 child
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dadmin_cmds.c348 struct hash_node *next, *sibling, *child; member in struct:hash_node
386 add_child(hash_node_t *parent, hash_node_t *child) argument
390 for (node = parent->child; node != NULL; node = node->next) {
391 if (node == child)
395 child->sibling = parent->child;
396 parent->child = child;
413 for (node = parent->child; node != NULL; node = node->sibling)
424 hash_node_t *parent, *child, *sr local
[all...]
/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/brand/solaris10/
H A Ds10_brand.c323 s10_copy_procdata(proc_t *child, proc_t *parent) argument
325 brand_solaris_copy_procdata(child, parent, &s10_brand);
353 * Only correct the child's %fs register if the parent's %fs register
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_drv.c586 cmn_err(CE_WARN, "!acpidev: failed to probe child object "
658 ACPI_HANDLE child; local
712 /* Walk child objects. */
713 child = NULL;
715 infop->awi_hdl, child, &child))) {
717 if (ACPI_FAILURE(AcpiGetType(child, &type)) ||
725 acpidev_dr_device_is_board(child)) {
731 infop->awi_level + 1, child, NULL, infop);
734 "walk info child objec
[all...]
/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
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnex.c321 dev_info_t *child = (dev_info_t *)arg; local
323 if (ddi_getlongprop(DDI_DEV_T_ANY, child, DDI_PROP_DONTPASS,
328 ddi_set_name_addr(child, name);
329 ddi_set_parent_data(child, NULL);
337 dev_info_t *child = (dev_info_t *)arg; local
339 ddi_set_name_addr(child, NULL);
357 dev_info_t *child = rdip; local
358 if (ddi_getlongprop(DDI_DEV_T_ANY, child, DDI_PROP_DONTPASS,
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c84 { "child", fco_child},
101 fc_ops_alloc_handle(dev_info_t *ap, dev_info_t *child, argument
110 rp->child = child;
338 * Find the child and if there is one, return it ...
370 * Find the child and if there is one, return it ...
497 * The first child must be a child of the attachment point.
500 return (fc_priv_error(cp, "first child must be a "
501 "child o
779 dev_info_t *child; local
800 dev_info_t *root, *child; local
[all...]

Completed in 194 milliseconds

1234567891011