HomeSort by: relevance | last modified time | path
    Searched defs:rootdir (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/docs/tools/
generate_formatted_state.py 29 rootdir = TOP_DIR variable
86 for root, subdirs, files in os.walk(rootdir):
  /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/external/bsd/iscsi/dist/include/
virtdir.h 55 char *rootdir; /* root directory of virtual fs */ member in struct:virtdir_t
  /src/external/bsd/iscsi/dist/src/initiator/
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
186 rootdir, mntbuf, nitems);
  /src/external/cddl/osnet/sys/sys/
vfs.h 41 #define rootdir rootvnode macro
  /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
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
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/external/cddl/osnet/dist/lib/libzpool/common/
kernel.c 57 vnode_t *rootdir = (vnode_t *)0xabcd1234; variable
427 * starting vp is always rootdir (which is true for spa_directory.c, the only
544 ASSERT(startvp == rootdir);
817 if (vn_openat(name, UIO_SYSSPACE, FREAD, 0, &vp, 0, 0, rootdir,
  /src/libexec/httpd/
bozohttpd.h 101 char *rootdir; /* root directory */ member in struct:bozohttpd_t

Completed in 61 milliseconds