Searched refs:root (Results 326 - 350 of 425) sorted by relevance

<<11121314151617

/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c143 static phandle_t root; variable
703 bsp = find_bsp_sun4u(OF_child(root), cpu_get_mid_sun4u());
847 if ((root = OF_peer(0)) == -1)
848 panic("%s: can't get root phandle", __func__);
849 OF_getprop(root, "compatible", compatible, sizeof(compatible));
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_002_neg.ksh251 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_chmod_inherit_002_pos.ksh296 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_chmod_inherit_003_pos.ksh230 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_chmod_owner_001_pos.ksh196 if [[ $user == root ]]; then
313 setup_test_files $basedir 'root' 'root'
314 test_chmod_basic_access 'root' $file $ZFS_ACL_ADMIN $ZFS_ACL_OTHER1
315 test_chmod_basic_access 'root' $dir $ZFS_ACL_ADMIN $ZFS_ACL_OTHER1
H A Dzfs_acl_chmod_aclmode_001_pos.ksh483 for user in root $ZFS_ACL_STAFF1; do
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1057 * on the AUTOFS root node.
1129 * Daemon didn't mount anything on the root
1177 * mount has succeeded since the root is
1288 * occurred on a node different from the root.
1292 * filesystem mounted at the root could not be
1754 * root vnode of this filesystem.
2046 * rootvp is the root of the AUTOFS filesystem.
2050 * the root vnode. This filesystem better be two levels deep only,
2051 * the root and its immediate subdirs.
2052 * The daemon will "AUTOFS direct-mount" only one level below the root
2459 fnnode_t *root, *fnp, *next; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtype.c303 nq->nvalue.nrp->root = sh.last_root;
362 Dt_t *root = sh.last_root; local
418 root = nv_dict(mp);
421 nr = nv_create(stakptr(offset),root,NV_VARNAME|NV_NOADD,fp);
572 static Namval_t *next_type(register Namval_t* np, Dt_t *root,Namfun_t *fp) argument
575 if(!root)
830 Dt_t *root = nv_dict(mp); local
1100 nv_delete(np,root,0);
1165 nv_delete(np,root,0);
H A Dxec.c617 nr->root = sh.var_tree;
623 if(sh.var_tree!=sh.var_base && !nv_open(cp,nr->root,NV_VARNAME|NV_NOREF|NV_NOSCOPE|NV_NOADD|NV_NOFAIL))
624 nr->root = sh.var_base;
750 Dt_t *root = command?shp->bltin_tree:shp->fun_tree; local
751 np = nv_bfsearch(com0, root, &nq, &cp);
760 np = nv_bfsearch(stkptr(stkp,offset), root, &nq, &cp);
1963 Dt_t *root,*oldroot, *top=0; local
1974 if(!(root=nv_dict(np)))
1976 root = dtopen(&_Nvdisc,Dtoset);
1977 nv_putval(np,(char*)root,NV_TABL
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c147 /* set if -r alternate root given */
160 * writable root (for lock files and doors during install).
161 * This is also root dir for /dev attr dir during install.
292 root_uid = (uid_t)0; /* assume 0 is root */
348 * root. This is to support install.
403 * in daemon mode and when root dir is "/".
654 * device information on the installed root.
813 * device information on the installed root.
988 vprint(CHATTY_MID, "devi_tree_walk: root=%s, minor=%s, driver=%s,"
1355 * Must be root t
1535 char root[MAXPATHLEN]; /* resolved devfsadm root path */ local
1741 dca_impl_init(char *root, char *minor, struct dca_impl *dcip) argument
[all...]
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c991 uint_t kind, vlen, root; local
1004 root = CTF_INFO_ISROOT(dtd->dtd_data.ctt_info);
1032 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(kind, root, vlen + 1);
1048 uint_t kind, vlen, root; local
1058 root = CTF_INFO_ISROOT(dtd->dtd_data.ctt_info);
1131 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(kind, root, vlen + 1);
1301 * If the source type has a name and is a root type (visible at the
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c92 static char root[2] = "/"; variable
994 if (path == root)
1001 if (path != root)
1015 if (path != root)
1395 path = root;
1529 path = root;
/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.c397 ea_attach_to_object(ea_object_t *root, ea_object_t *obj) argument
400 ea_attach_object(&root->eo_next, obj);
/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c242 struct entry *root = lookupino(ROOTINO); local
251 if (ep == root)
330 * Extended attribute root directories must be linked to their
335 /* link this extended attribute root dir to its "parent" */
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y117 | avd | mvds | rvds | ints | fsds | root
260 * set current value to root icb
472 root : ROOT { print_desc(NULL, ROOT); } label
/illumos-gate/usr/src/cmd/install.d/
H A Dinstall.sh57 if [ "$OWNER" = root ]
176 echo "install: -u option available only to root -- ignored"
186 echo "install: -g option available only to root -- ignored"
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dio.c736 * root: root handle to device tree snapshot
739 * di_fini on root will invalidate devid pointer
746 g_devid_get(char *devpath, ddi_devid_t *devid, di_node_t root, argument
768 * Form a valid root path by stripping off the /devices/ mount point
784 node = di_drv_first_node(drvr_name, root);
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_hba_disco.c592 * The di_node_t argument should be the root of the device tree.
627 * The di_node_t argument should be the root of the device tree.
631 devtree_get_all_hbas(di_node_t root) argument
644 rv = di_walk_node(root, DI_WALK_SIBFIRST, &wa, lookup_smhba_sas_hba);
H A Dsun_sas.h276 extern HBA_STATUS devtree_get_all_hbas(di_node_t root);
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h832 Name_set() : root(0) {}
848 // tree root
849 entry *root; member in struct:Name_set
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.h390 int stat_path_info(di_node_t root, void *arg, int *l_errnop);
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c124 goto root;
129 /* Origin not used or not root, and no trailing dot? */
133 root:
1172 goto root;
1184 root:
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh40 f_sanity_sparse=$(gettext "Is this a sparse zone image? The image must be whole-root.")
49 f_no_active_ds=$(gettext "No active dataset; the zone's ZFS root dataset must be configured as\n\ta zone boot environment.")
50 f_zfs_unmount=$(gettext "Unable to unmount the zone's root ZFS dataset (%s).\nIs there a global zone process inside the zone root?\nThe current zone boot environment will remain mounted.\n")
187 # Find the active dataset under the zonepath dataset to mount on zonepath/root.
204 mount -F zfs $ACTIVE_DS $zonepath/root || fail_fatal "$f_zfs_mount"
208 # Set up ZFS dataset hierarchy for the zone root dataset.
296 # think its working on an alternate root and let the caller halt the zone.
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl208 # get list of all CPUs in the system by looking at the root PG cpus
210 my @all_cpus = $p->cpus($p->root());
/illumos-gate/usr/src/cmd/allocate/
H A Ddisk_clean.sh45 # $5: zonepath - root path of zonename
330 chown root /tmp/.removable

Completed in 463 milliseconds

<<11121314151617