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

123

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c125 struct impl_map_dev *child; member in struct:impl_map_dev
2143 * consturct map and child tree list and
2493 /* consturct child for each device and */
2612 impl_map->child = mdl_start;
2754 impl_map->child = mdl_start;
2824 free_child_list(&impl_map->child);
2881 if (impl_map->child == NULL) {
2885 return ((gfc_dev_t)(impl_map->child));
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c1083 tnode_t *child = NULL; local
1191 /* There should be a single child disk node if exists. */
1192 for (child = topo_child_first(pnode); child != NULL;
1193 child = topo_child_next(pnode, child)) {
1194 if (strcmp(topo_node_name(child), DISK) == 0)
1198 if (child == NULL) {
1200 * It is okay not to have a child disk node.
1205 "failed to locate the child dis
2689 ses_phys_tree_insert(topo_mod_t *mod, ses_phys_tree_t **sproot, ses_phys_tree_t *child) argument
2780 ses_phys_tree_t *child; local
2976 ses_phys_tree_t *child = NULL; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c745 char *child; local
748 child = grub_zfs_nvlist_lookup_nvlist_array
750 if (! child)
756 err = fill_vdev_info_real (data, child, &fill->children[i], insert,
760 grub_free (child);
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h587 int ul_vfork; /* thread is the child of vfork() */
713 void (*child)(void); /* post-fork child handler */ member in struct:atfork
1007 int ul_vfork; /* thread is the child of vfork() */
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c427 * zfs_iter_* to create child handles on the fly.
2200 * flag also prevents the remount of child filesystems that is normally
2210 "child dataset with inherited mountpoint is used "
2421 "child dataset with inherited mountpoint is used "
4450 * Iterate over all child filesystems
4568 * Is one dataset name a child dataset of another?
5580 zfs_handle_t *child; local
5594 if ((child = make_handle_impl(zhp->zfs_hdl,
5598 if ((ret = func(child, data)) != 0)
5774 /* new name cannot be a child o
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c634 * the handle in the child.
2075 * _EXISTS - child already exists
2145 * If the child exists and is currently masked simply
2146 * undelete the child removing the masking.
2984 scf_scope_get_parent(const scf_scope_t *child, scf_scope_t *parent) argument
2990 if (scf_scope_get_name(child, name, sizeof (name)) < 0)
3163 scf_value_t *child; local
3187 for (child = cur->entry_head; child != NULL;
3188 child
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1033 xmlNodePtr child, next; local
1036 for (child = top->xmlChildrenNode; child != NULL; child = next) {
1037 next = child->next;
1038 if (child->name == NULL)
1040 if (xmlStrcmp(child->name, DTD_ELEM_COMMENT) == 0) {
1041 next = child->next;
1042 xmlUnlinkNode(child);
1043 xmlFreeNode(child);
[all...]

Completed in 77 milliseconds

123