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

  /src/sys/lib/libsa/
fstat.c 1 /* $NetBSD: fstat.c,v 1.7 2007/12/02 04:59:25 tsutsui Exp $ */
37 fstat(int fd, struct stat *sb) function in typeref:typename:int
  /src/lib/libc/compat/gen/
compat_glob.c 33 #define fstat __compat_fstat macro
compat___fts31.c 45 #define fstat __compat___fstat30 macro
compat___fts32.c 51 #define fstat __compat___fstat30 macro
compat_fts.c 67 #define fstat __compat_fstat macro
compat___fts13.c 47 #define fstat __compat___fstat13 macro
compat___fts30.c 37 #define fstat __compat___fstat30 macro
  /src/include/
rmt.h 52 #define fstat rmtfstat macro
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
sanitizer_wrappers.cc 148 int fstat(int fd, struct stat *buf) { STAT(fstat, fd, buf); } function in typeref:typename:int
159 int __fxstat(int version, int fd, struct stat *buf) { STAT(fstat, fd, buf); }
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin64.h 191 #define fstat _fstat macro
acwin.h 217 #define fstat _fstat macro
  /src/sys/rump/include/rump/
rump_syscallshotgun.h 109 #define fstat(a,b) rump_sys_fstat(a,b) macro
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
fsif.h 151 struct fsif_stat_request fstat; member in union:fsif_request::__anon1fa035a0010a
171 struct fsif_stat_response fstat; member in union:fsif_response::__anon1fa035a0020a
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 40 #define fstat __fstat50 macro
660 INTERCEPTOR(int, fstat, int fd, void *buf) {
662 int res = REAL(fstat)(fd, buf);
667 #define MSAN_MAYBE_INTERCEPT_FSTAT INTERCEPT_FUNCTION(fstat)
  /src/sys/dev/ic/
aic79xx.c 6013 uint8_t fstat; local in function:ahd_init
6134 for (i = 20, fstat = FLX_FSTAT_BUSY;
6135 (fstat & FLX_FSTAT_BUSY) != 0 && i; i--) {
6136 error = ahd_read_flexport(ahd, FLXADDR_FLEXSTAT, &fstat);

Completed in 44 milliseconds