Home
last modified time | relevance | path

Searched defs:fstat_args (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/kern/
HDkern_descrip.c1309 struct fstat_args { struct
1316 sys_fstat(struct thread *td, struct fstat_args *uap) in sys_fstat() argument
/NextBSD/sys/sys/
HDsysproto.h556 struct fstat_args { struct
557 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
558 char sb_l_[PADL_(struct stat *)]; struct stat * sb; char sb_r_[PADR_(struct stat *)];