/src/tests/kernel/ |
t_proccwd.c | 112 struct stat root_dir; local in function:ATF_TC_BODY 124 ATF_REQUIRE_EQ(stat("/", &root_dir), 0); 126 if (cur_dir.st_ino == root_dir.st_ino)
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
cpplint.py | 767 root_dir = project_dir 768 one_up_dir = os.path.dirname(root_dir) 770 root_dir = os.path.dirname(root_dir) 773 prefix = os.path.commonprefix([root_dir, project_dir]) 778 root_dir = os.path.dirname(fullname) 779 while (root_dir != os.path.dirname(root_dir) and 780 not os.path.exists(os.path.join(root_dir, ".git")) and 781 not os.path.exists(os.path.join(root_dir, ".hg")) an [all...] |
/src/sys/fs/udf/ |
udf_vfsops.c | 757 struct udf_node *root_dir; local in function:udf_root 763 error = udf_get_node(ump, dir_loc, &root_dir, lktype); 768 KASSERT(root_dir); 769 vp = root_dir->vnode;
|
/src/sbin/newfs_ext2fs/ |
mke2fs.c | 890 struct ext2fs_direct root_dir[] = { variable in typeref:struct:ext2fs_direct[] 984 root_dir[0].e2d_type = EXT2_FT_DIR; 985 root_dir[1].e2d_type = EXT2_FT_DIR; 987 root_dir[2].e2d_type = EXT2_FT_DIR; 992 node.e2di_size = makedir(root_dir, __arraycount(root_dir));
|
/src/sbin/newfs/ |
mkfs.c | 1004 struct direct root_dir[] = { variable in typeref:struct:direct[] 1141 node.dp1.di_size = makedir(&buf, root_dir, PREDEFDIR); 1168 node.dp2.di_size = makedir(&buf, root_dir, PREDEFDIR);
|