Home
last modified time | relevance | path

Searched refs:freebsd11_fstat (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libsys/
H A DSymbol.map7 freebsd11_fstat;
/freebsd/lib/libc/gen/
H A Dgen-compat.h45 int freebsd11_fstat(int, struct freebsd11_stat *);
H A Dfts-compat11.c1156 if (freebsd11_fstat(newfd, &sb)) { in fts_safe_changedir()
H A Dfts-compat.c1176 if (freebsd11_fstat(newfd, &sb)) { in fts_safe_changedir()
/freebsd/lib/libc/include/
H A Dcompat.h52 __sym_compat(fstat, freebsd11_fstat, FBSD_1.0);
/freebsd/sys/sys/
H A Dsyscall.mk120 freebsd11_fstat.o \
H A Dsysproto.h2726 int freebsd11_fstat(struct thread *, struct freebsd11_fstat_args *);
/freebsd/sys/kern/
H A Dkern_descrip.c1571 freebsd11_fstat(struct thread *td, struct freebsd11_fstat_args *uap) in freebsd11_fstat() function