Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_descrip.c1382 struct close_args { struct
1388 sys_close(struct thread *td, struct close_args *uap) in sys_close() argument
/freebsd/sys/sys/
H A Dsysproto.h57 struct close_args { struct
58 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];