/src/sbin/mount_qemufwcfg/ |
virtdir.h | 55 char *rootdir; /* root directory of virtual fs */ member in struct:virtdir_t
|
/src/share/examples/refuse/virtdir/ |
virtdir.h | 55 char *rootdir; /* root directory of virtual fs */ member in struct:virtdir_t
|
/src/usr.sbin/autofs/ |
automount.c | 148 static char rootdir[] = "/"; local in function:mount_unmount 186 rootdir, mntbuf, nitems);
|
/src/sys/kern/ |
vfs_lookup.c | 524 * Initializes the rootdir and erootdir state and returns a reference 534 struct vnode *rootdir, *erootdir, *curdir, *startdir; local in function:namei_getstartdir 549 rootdir = rootvnode; 551 rootdir = cwdi->cwdi_rdir; 562 /* explicit reference to real rootdir */ 582 startdir = rootdir; 586 state->ndp->ni_rootdir = rootdir; 592 * Must hold references to rootdir and erootdir while we're running. 609 * getstartdir. Initializes the rootdir and erootdir state and
|
/src/sbin/init/ |
init.c | 207 static char rootdir[PATH_MAX]; variable in typeref:typename:char[] 854 if (chroot(rootdir) != 0) { 856 rootdir); 935 * The Real(tm) /etc/rc now. Global variable rootdir will tell us 1302 if (chroot(rootdir) != 0) { 1304 sp->se_getty_argv[0], rootdir); 1760 (void)snprintf(path, sizeof(path), "%s/%s", rootdir, _PATH_TTYS); 1828 if (sysctlbyname("init.root", rootdir, &len, NULL, 0) == -1) { 1851 if (rootdir[len] != '\0' || strlen(rootdir) != len - 1) [all...] |
/src/sbin/newfs_udf/ |
udf_core.h | 145 uint32_t fsd, rootdir, vat; member in struct:udf_disclayout
|
/src/libexec/httpd/ |
bozohttpd.h | 101 char *rootdir; /* root directory */ member in struct:bozohttpd_t
|