Searched refs:parent (Results 176 - 200 of 259) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c188 transp->common.parent = mt->c.un_parent;
396 * the soft partition has no parent (can't rely on the
402 (mdp->parent == MD_NO_PARENT))
406 (mdp->parent != MD_NO_PARENT)) {
454 * the soft partition has no parent (can't rely on the
461 (mdp->parent == MD_NO_PARENT))
465 ((mdp->parent != MD_NO_PARENT) &&
466 (mdp->parent != MD_MULTI_PARENT))) {
1101 (MD_HAS_PARENT(transp->common.parent))) {
1190 transp = tp; /* save any parent tran
[all...]
H A Dmeta_stripe.c246 stripep->common.parent = ms->c.un_parent;
510 /* make sure soft partition can parent & doesn't have parent */
517 if (MD_HAS_PARENT(mdp->parent)) {
520 pnp = metamnumname(&sp, mdp->parent, 0, ep);
1076 if (MD_HAS_PARENT(stripep->common.parent)) {
1159 (MD_HAS_PARENT(stripep->common.parent))) {
1315 minor_t parent; local
1512 parent = old_un->c.un_parent;
1513 mgp.par = (uintptr_t)(&parent);
[all...]
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c149 const char *name, const char *parent, nwam_action_t action)
160 if (parent != NULL) {
162 parent,
173 const char *parent, nwam_state_t *statep, nwam_aux_state_t *auxp)
186 if (parent != NULL) {
188 parent,
148 nwam_request_action(nwam_object_type_t object_type, const char *name, const char *parent, nwam_action_t action) argument
172 nwam_request_state(nwam_object_type_t object_type, const char *name, const char *parent, nwam_state_t *statep, nwam_aux_state_t *auxp) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm368 my $parent; # parent directory
373 # The parent is then $directories without the last directory
380 $parent = File::Spec->curdir;
384 $parent = File::Spec->catdir($volume, @dirs[0..$#dirs-1]);
385 $parent = 'sys$disk:[]' if $parent eq '';
389 $parent = File::Spec->catdir(@dirs[0..$#dirs-1]);
392 $parent = File::Spec->catpath($volume, $parent, '');
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c478 * @parent: A directory inode to begin the search (may be NULL)
482 * splits the path and then descends the directory tree. If @parent is NULL,
488 u64 ntfs_pathname_to_inode_num(ntfs_volume *vol, ntfs_inode *parent, argument
504 if (parent) {
505 ni = parent;
550 if (ni != parent)
559 if (ni && (ni != parent))
571 * @parent: A directory inode to begin the search (may be NULL)
575 * splits the path and then descends the directory tree. If @parent is NULL,
581 ntfs_inode *ntfs_pathname_to_inode(ntfs_volume *vol, ntfs_inode *parent, argument
[all...]
H A Dgnome-vfs-method.c137 if (!uri->parent)
141 uri_parent_string_parent = gnome_vfs_uri_to_string(uri->parent,
165 if (strcmp(uri->parent->method_string, "file")) {
170 if (!(volume = ntfs_mount(uri->parent->text,
713 return gnome_vfs_uri_is_local(uri->parent);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c982 tnode_t *tnp = NULL, *parent = NULL; local
994 /* add chassis alias to node and parent (chassis) */
995 parent = topo_node_parent(tnodep);
996 for (tnp = tnodep; tnp != parent; tnp = parent) {
998 if (tnp == parent) {
1001 /* find it's "chassis" parent */
/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock.c128 if (txn == NULL || txn->parent == NULL) {
133 if ((ret = __lock_getobj(lt, txn->parent->txnid,
140 * parent's list.
148 lp->holder = txn->parent->txnid;
1029 for (t = txn->parent; t != NULL; t = t->parent)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm174 # Initialize the object. Must be sure to call our parent initializer.
283 my $parent = $seq->nested;
284 while (defined $parent) {
285 return $seq->raw_text if ($parent->cmd_name eq 'L');
286 $parent = $parent->nested;
/osnet-11/usr/src/lib/libbootmgmt/common/
H A Dlibbootmgmt.c112 locate_child(di_node_t parent, char *nodename) argument
115 for (node = di_child_node(parent); node != DI_NODE_NIL;
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c394 DPRINTF((DI_TRACE, "Get parent of node %s\n", di_node_name(node)));
398 if (DI_NODE(node)->parent) {
399 return (DI_NODE(pa + DI_NODE(node)->parent));
404 * If parent doesn't exist and node is not the root,
608 * returns 1 if node is a descendant of parent, 0 otherwise
611 is_descendant(di_node_t node, di_node_t parent) argument
614 * DI_NODE_NIL is parent of root, so it is
615 * the parent of all nodes.
617 if (parent == DI_NODE_NIL) {
623 } while ((node != DI_NODE_NIL) && (node != parent));
633 insert_node_list(struct node_list **headp, struct node_list *list, di_node_t parent) argument
710 di_node_t parent, curr_par, curr_gpar; local
774 di_node_t parent = di_parent_node((*headp)->node); local
1150 di_node_t parent; local
[all...]
/osnet-11/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c290 fpt_get_parent(fru_treehdl_t handle, fru_treehdl_t *parent) argument
295 /* do not allow the libfru users to see the parent of the root */
306 *parent = PICLHDL_TO_TREEHDL(p_parent);
371 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) argument
375 if (picl_get_propval_by_name(parent, PICL_PROP_CHILD,
/osnet-11/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c301 fpt_get_parent(fru_treehdl_t handle, fru_treehdl_t *parent) argument
306 /* do not allow the libfru users to see the parent of the root */
317 *parent = PICLHDL_TO_TREEHDL(p_parent);
382 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) argument
386 if (ptree_get_propval_by_name(parent, PICL_PROP_CHILD,
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h194 struct profile_node **parent);
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dchainloader.c215 disk->partition = p->parent;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgui.h49 void (*set_parent) (void *self, grub_gui_container_t parent);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-setup.c290 if (p->parent != container)
320 if (dest_dev->disk->partition->parent &&
321 strcmp(dest_dev->disk->partition->parent->partmap->name, "msdos") == 0)
365 if (dest_dev->disk->partition->parent->number > 3)
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dxfs.h439 * The parent directory has a dedicated field, and the self-pointer must
449 xfs_dir2_inou_t parent; /* parent dir inode number */ member in struct:xfs_dir2_sf_hdr
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb_int.h364 DB_TXN *parent; /* Pointer to transaction's parent. */ member in struct:__db_txn
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DCommand.pm179 Creates directory, including any parent directories.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm44 C<< <& >>, then $wtrfh will be closed in the parent, and the child will read
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h232 boolean_t isa_child_of(const char *dataset, const char *parent);
H A Dlibzfs_diff.c811 * first get the mountpoint for the parent dataset
996 "parent",
1352 struct cachenode **parent = head; local
1353 struct cachenode *c = *parent;
1360 parent = &c->lesschild;
1363 parent = &c->grtrchild;
1374 *parent = c;
H A Dlibzfs_prop.c398 * the attempted alias has the same parent sublist matching what
400 * its parent sublist is the empty string (an automatic match)
412 * sublist + name after matching parent sublist
425 continue; /* no match with parent sublist */
961 * If a bit for a valid ZFS type is already set in the parent
970 zpropdef_t *parent = &sublist->zpd_d; local
972 parent->zpd_zfs_types |=
974 parent = (void *)parent->zpd_parent_sublist;
975 } while (parent !
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c261 " -P, --parent Show parent directory\n"
444 { "parent", no_argument, NULL, 'P' },
553 if (!opts.parent) {
554 opts.parent++;
697 if (opts.parent && !opts.verbose) {
698 ntfs_log_error("To use --parent, you must also use --verbose.\n");
737 ntfs_log_debug(" and parent filename '%s'",
761 * verify_parent - confirm a record is parent of a file
763 * @rec: the mft record of the possible parent
[all...]

Completed in 118 milliseconds

1234567891011