Home
last modified time | relevance | path

Searched refs:getvfsstat_args (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/sys/
H A Dsysunion.h277 struct getvfsstat_args getvfsstat;
H A Dsysproto.h1197 struct getvfsstat_args { struct
1737 int sys_getvfsstat (struct sysmsg *sysmsg, const struct getvfsstat_args *);
/dflybsd-src/sys/kern/
H A Dinit_sysent.c520 { AS(getvfsstat_args), 4, (sy_call_t *)sys_getvfsstat }, /* 503 = getvfsstat */
H A Dvfs_syscalls.c1752 sys_getvfsstat(struct sysmsg *sysmsg, const struct getvfsstat_args *uap) in sys_getvfsstat()