Searched defs:child (Results 26 - 50 of 57) sorted by relevance

123

/osnet-11/usr/src/lib/libntsvcs/common/
H A Dntsvcs_clnt.c778 * Pass the client reference from parent to child.
781 ndr_inherit_handle(mlsvc_handle_t *child, mlsvc_handle_t *parent) argument
783 child->clnt = parent->clnt;
784 bcopy(&parent->svinfo, &child->svinfo, sizeof (srvsvc_server_info_t));
/osnet-11/usr/src/lib/libpicltree/
H A Dptree_impl.h132 picl_obj_t *child; /* protected by ptree lock */ member in struct:picl_node
175 #define child_node u.node.child
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c170 frt_get_child(fru_treehdl_t handle, fru_treehdl_t *child) argument
/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c478 * Return a node's first child node.
492 i_hp_dprintf("hp_child: node has no child.\n");
1357 hp_node_t child; local
1382 for (child = root->hp_child; child != NULL; child = child->hp_sibling) {
1383 if ((rv = i_hp_pack_branch(child, &buf, &len)) == 0) {
1492 hp_node_t child; local
1539 rv = i_hp_unpack_branch(buf, len, node, &child);
[all...]
/osnet-11/usr/src/lib/fm/libfmd_zfs/common/
H A Dfmd_zfs.c36 #define ZR_REPLACING_PARENT 2 /* vdev is a child of a "replacing" vdev */
41 * we must recurse downwards to determine if the child of any "replacing" vdev
47 nvlist_t **child; local
51 &child, &children) != 0) {
74 if (nvlist_lookup_string(child[c], ZPOOL_CONFIG_TYPE,
78 /* see if the disk vdev is a child of this vdev */
79 result = vdev_replacing_parent(zhp, vdev, child[c]);
83 * we're a replacing, then the vdev is a child of a replacing.
317 nvlist_t **child; local
366 &child,
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-parse.c438 const struct argp_child *child = argp->children;
454 if (child)
455 while (child->argp)
457 calc_sizes ((child++)->argp, szs);
528 values to child parsers. */
536 /* If a child parser, get the initial input value from the parent. */
542 argp, propagate its input to its first child, if any (this just
644 /* We pass over the groups in reverse order so that child groups are
908 struct argp_child *child = alloca (4 * sizeof (struct argp_child));
914 top_argp->children = child;
431 const struct argp_child *child = argp->children; local
896 struct argp_child *child = alloca (4 * sizeof (struct argp_child)); local
[all...]
H A Dargp-help.c394 according to the order in which they occurred in the parent argp's child
509 associated argp child list entry), INDEX, and PARENT, and return a pointer
716 /* Return true if CL1 is a child of CL2. */
1404 const struct argp_child *child = argp->children;
1406 if (child)
1407 while (child->argp) local
1410 ((child->group || child->header)
1412 ? hol_add_cluster (hol, child->group, child
1383 const struct argp_child *child = argp->children; local
1430 const struct argp_child *child = argp->children; local
1497 const struct argp_child *child = argp->children; local
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dparse.c240 static Shnode_t *makeparent(Lex_t *lp, int flag, Shnode_t *child) argument
244 par->fork.forktre = child;
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h74 uint32_t child; /* first child for this node */ member in struct:db_node
119 struct cache_node *child; /* first child for this node */ member in struct:cache_node
H A Ddevinfo.c452 DPRINTF((DI_TRACE, "Get child of node %s\n", di_node_name(node)));
461 if (DI_NODE(node)->child) {
462 return (DI_NODE(pa + DI_NODE(node)->child));
670 di_node_t child; local
675 if ((child = di_child_node(node)) == DI_NODE_NIL) {
684 result->node = child;
687 while ((child = di_sibling_node(tmp->node)) != DI_NODE_NIL) {
694 tmp->node = child;
882 * This is similar to walk_one_node, except we only walk in child
3810 * This is similar to walk_one_node, except we only walk in child
[all...]
/osnet-11/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c275 fpt_get_child(fru_treehdl_t handle, fru_treehdl_t *child) argument
284 *child = PICLHDL_TO_TREEHDL(p_child);
/osnet-11/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c286 fpt_get_child(fru_treehdl_t handle, fru_treehdl_t *child) argument
295 *child = PICLHDL_TO_TREEHDL(p_child);
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c282 hp_node_t child; local
288 * If any child of this node is a PORT, then it is not a
291 child = hp_child(node);
292 while (child != 0) {
293 if (hp_type(child) == HP_NODE_PORT)
295 child = hp_child(child);
1199 hp_node_t child; local
1207 if (((child = hp_child(node)) != NULL) &&
1208 (hp_type(child)
[all...]
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h119 device_t *child; member in struct:DEVICE
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c1487 struct dm_tree_node *node = NULL, *child; local
1559 device containing a DM-RAID partition device as a "child" of
1561 child = dm_tree_next_child (&handle, node, 0);
1562 if (! child)
1567 child_uuid = dm_tree_node_get_uuid (child);
1570 grub_dprintf ("hostdisk", "%s child has no DM uuid\n", path);
1575 grub_dprintf ("hostdisk", "%s child is not DM-RAID\n", path);
1578 child_name = dm_tree_node_get_name (child);
1581 grub_dprintf ("hostdisk", "%s child has no DM name\n", path);
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c406 nvlist_t **child; local
408 if (nvlist_lookup_nvlist_array (nv, ZPOOL_CONFIG_CHILDREN, &child, &nelm))
413 grub_util_info ("number of child = %d", nelm);
417 if (vdev_get_bootdevice (child[i], pdevice) == 0)
1255 struct dm_tree_node *child; local
1262 while ((child = dm_tree_next_child (&handle, node, 0)))
1264 const struct dm_info *dm = dm_tree_node_get_info (child);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c488 pid_t child; local
546 * No SIGCHLD, please, and let no one else reap our child.
560 error = posix_spawn(&child, UTMP_UPDATE, NULL, &attr, argvec, _environ);
569 w = waitpid(child, &status, 0);
579 * The child encountered an error,
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c652 check_tvdevs(libzfs_handle_t *hdl, nvlist_t **child, uint_t children, argument
677 nvlist_t *cnv = child[c];
690 * get the real first child of the vdev.
864 nvlist_t **child; local
893 &child, &children) != 0) {
909 if (!check_tvdevs(hdl, child, children, &rep, fatal,
943 nvlist_t **child; local
967 &child, &children) != 0) || (children == 0))
1002 nvlist_t **child; local
1016 &child,
1156 nvlist_t **child; local
1325 nvlist_t **child = NULL; local
1513 nvlist_t **child; local
[all...]
H A Dlibzfs_import.c127 nvlist_t **child; local
135 &child, &children) == 0) {
137 if (fix_paths(child[c], names) != 0)
446 nvlist_t **child = NULL; local
577 * Add this top-level vdev to the child array.
593 newchild[c] = child[c];
595 free(child);
596 child = newchild;
599 if (nvlist_dup(nvtop, &child[id], 0) != 0)
614 nvlist_free(child[
1772 nvlist_t **child; local
[all...]
H A Dlibzfs_pool.c481 nvlist_t **child; local
485 &child, &children) != 0)
489 if (!pool_label_check(child[c], hdl))
1561 nvlist_t **child; local
1574 &child, &children) != 0)
1578 vname = zpool_vdev_name(hdl, NULL, child[c], B_TRUE, B_FALSE);
1579 print_vdev_tree(hdl, vname, child[c], indent + 2);
1888 nvlist_t **child; local
2034 &child, &children) != 0)
2038 if ((ret = vdev_to_nvlist_iter(child[
2183 nvlist_t **child; local
2288 nvlist_t **child; local
2317 nvlist_t **child; local
2595 nvlist_t **child; local
2631 nvlist_t **child; local
2930 nvlist_t *tree, *config, **child, **newchild, *newconfig = NULL; local
3901 nvlist_t **child; local
3933 nvlist_t **child; local
[all...]
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c913 nvlist_t *child; local
915 /* For each vdev child... */
922 child = zjni_get_vdev(zhp, children[i],
924 if (child != NULL) {
925 return (child);
972 /* Get last vdev child (replacement device) */
973 nvlist_t *child = children[nelem - 1]; local
976 zhp, child, p_vdev_id);
1009 /* For each vdev child... */
1012 nvlist_t *child local
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc523 fru_get_child(fru_nodehdl_t handle, fru_nodehdl_t *child) argument
546 *child = TREEHDL_TO_NODEHDL(tr_child);
551 * if the child is not valid try and find a peer of the child which is
567 *child = TREEHDL_TO_NODEHDL(tr_child);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1225 char *child; local
1227 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_CHILDREN, &child,
1234 child_i = nvlist_array(child, i);
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c572 * Also, disallow thread creation to a child of vfork().
1604 * This is called from fork1() in the child.
1631 * Reinitialize the child's copies.
1638 /* no one in the child is on a sleep queue; reinitialize */
1976 * of the schedctl mappings in the child process,
1982 * and (if this really is a forkall()) the child.
2051 continue_fork(int child) argument
2060 * Clear the schedctl pointers in the child of forkall().
2062 if (child) {
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dudf.c837 grub_fshelp_node_t child; local
841 child = grub_malloc (sizeof (struct grub_fshelp_node));
842 if (!child)
846 grub_memcpy ((char *) child, (char *) dir,
849 if (hook (".", GRUB_FSHELP_DIR, child))
867 child = grub_malloc (sizeof (struct grub_fshelp_node));
868 if (!child)
871 if (grub_udf_read_icb (dir->data, &dirent.icb, child))
877 if (hook ("..", GRUB_FSHELP_DIR, child))
888 if (child
[all...]

Completed in 125 milliseconds

123