HomeSort by: relevance | last modified time | path
    Searched refs:DT_REG (Results 1 - 25 of 91) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
dirent.d 176 DT_REG = 8,
206 DT_REG = 8,
243 DT_REG = 8,
272 DT_REG = 8,
292 DT_REG = 8,
310 DT_REG = 8,
358 DT_REG = 8,
379 DT_REG = 8,
410 DT_REG = 8,
  /src/sys/sys/
dirent.h 72 #define DT_REG 8
  /src/sys/miscfs/procfs/
procfs_vnops.c 165 { DT_REG, N("emul"), PFSemul, NULL },
167 { DT_REG, N("auxv"), PFSauxv, procfs_validauxv },
168 { DT_REG, N("cmdline"), PFScmdline, NULL },
169 { DT_REG, N("environ"), PFSenviron, NULL },
171 { DT_REG, N("file"), PFSfile, procfs_validfile },
172 { DT_REG, N("fpregs"), PFSfpregs, procfs_validfpregs },
173 { DT_REG, N("limit"), PFSlimit, NULL },
174 { DT_REG, N("limits"), PFSlimits, procfs_validfile_linux },
175 { DT_REG, N("map"), PFSmap, procfs_validmap },
176 { DT_REG, N("maps"), PFSmaps, procfs_validmap }
    [all...]
  /src/sys/arch/powerpc/include/
ptrace.h 61 { DT_REG, N("vecregs"), Pmachdep_vecregs, \
  /src/sys/ufs/ufs/
dir.h 97 #define DT_REG 8
  /src/external/gpl3/gdb/dist/gnulib/import/
readdir.c 91 type = DT_REG;
dirent.in.h 49 # define DT_REG 8 /* regular file */
  /src/external/gpl3/gdb.old/dist/gnulib/import/
readdir.c 91 type = DT_REG;
dirent.in.h 49 # define DT_REG 8 /* regular file */
  /src/sys/arch/i386/include/
ptrace.h 159 { DT_REG, N("xmmregs"), Pmachdep_xmmregs, \
  /src/sys/ufs/ext2fs/
ext2fs_dir.h 177 return DT_REG;
  /src/sys/miscfs/kernfs/
kernfs_vnops.c 81 { DT_REG, N("boottime"), 0, KFSboottime, VREG, READ_MODE },
83 { DT_REG, N("copyright"), __UNCONST(copyright),
85 { DT_REG, N("hostname"), 0, KFShostname, VREG, WRITE_MODE },
86 { DT_REG, N("hz"), &hz, KFSint, VREG, READ_MODE },
87 { DT_REG, N("loadavg"), 0, KFSavenrun, VREG, READ_MODE },
88 { DT_REG, N("msgbuf"), 0, KFSmsgbuf, VREG, READ_MODE },
89 { DT_REG, N("pagesize"), &uvmexp.pagesize, KFSint, VREG, READ_MODE },
90 { DT_REG, N("physmem"), &physmem, KFSint, VREG, READ_MODE },
96 { DT_REG, N("time"), 0, KFStime, VREG, READ_MODE },
98 { DT_REG, N("version"), __UNCONST(version)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOPosix.cpp 69 if (E->d_type == DT_REG || E->d_type == DT_LNK ||
  /src/external/mit/libuv/dist/include/uv/
unix.h 175 # if defined(DT_REG)
176 # define UV__DT_FILE DT_REG
  /src/sys/arch/xen/xenbus/
xenbus_dev.c 88 KERNFS_INITENTRY(dkt, DT_REG, "xenbus", NULL, kfst, VREG,
95 KERNFS_INITENTRY(dkt, DT_REG, "xsd_port", NULL,
  /src/external/bsd/kyua-cli/dist/utils/fs/
operations_test.cpp 306 ATF_REQUIRE(!lookup("tmp", file_template.c_str(), DT_REG));
307 ATF_REQUIRE(lookup("tmp", tempfile.leaf_name().c_str(), DT_REG));
  /src/external/bsd/kyua-testers/dist/
fs_test.c 208 ATF_REQUIRE(lookup(".", "root", DT_REG));
210 ATF_REQUIRE(!lookup(".", "root", DT_REG));
  /src/lib/libpuffs/
subr.c 221 DT_REG, /* VREG */
  /src/sys/ufs/chfs/
chfs_subr.c 166 dent.d_type = DT_REG;
  /src/tests/lib/libc/gen/
t_glob.c 143 dir.d_type = f->type == 'd' ? DT_DIR : DT_REG;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
dir-common.h 285 case DT_REG:
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
dir-common.h 285 case DT_REG:
  /src/sys/arch/ia64/stand/efi/libefi/
efifs.c 285 d->d_type = DT_REG;
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
directory_iterator.cpp 43 case DT_REG:
  /src/sys/fs/filecorefs/
filecore_vnops.c 355 de->d_type = DT_REG;

Completed in 27 milliseconds

1 2 3 4