Home
last modified time | relevance | path

Searched defs:freebsd11_stat (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/sys/
H A Dstat.h122 struct freebsd11_stat { struct
123 st_devfreebsd11_stat global() argument
124 st_inofreebsd11_stat global() argument
125 st_modefreebsd11_stat global() argument
126 st_nlinkfreebsd11_stat global() argument
127 st_uidfreebsd11_stat global() argument
128 st_gidfreebsd11_stat global() argument
129 st_rdevfreebsd11_stat global() argument
130 st_atimfreebsd11_stat global() argument
131 st_mtimfreebsd11_stat global() argument
132 st_ctimfreebsd11_stat global() argument
133 st_sizefreebsd11_stat global() argument
134 st_blocksfreebsd11_stat global() argument
135 st_blksizefreebsd11_stat global() argument
136 st_flagsfreebsd11_stat global() argument
137 st_genfreebsd11_stat global() argument
138 st_lsparefreebsd11_stat global() argument
139 st_birthtimfreebsd11_stat global() argument
/freebsd-src/lib/libc/gen/
H A Dftw-compat11.c38 int (*fn)(const char *, const struct freebsd11_stat *, int), int nfds) in freebsd11_ftw()
H A Dnftw-compat11.c34 int (*fn)(const char *, const struct freebsd11_stat *, int, struct FTW *), in freebsd11_nftw()
/freebsd-src/sys/kern/
H A Dvfs_syscalls.c2362 freebsd11_stat(struct thread *td, struct freebsd11_stat_args* uap) freebsd11_stat() function