Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsyscallsubr.h56 struct ogetdirentries_args;
220 int kern_ogetdirentries(struct thread *td, struct ogetdirentries_args *uap,
H A Dsysproto.h2375 struct ogetdirentries_args { struct
2417 int ogetdirentries(struct thread *, struct ogetdirentries_args *);
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c3997 struct ogetdirentries_args { struct
4005 ogetdirentries(struct thread *td, struct ogetdirentries_args *uap) in ogetdirentries() argument
4017 kern_ogetdirentries(struct thread *td, struct ogetdirentries_args *uap, in kern_ogetdirentries()
H A Dinit_sysent.c214 …{ compat(AS(ogetdirentries_args),getdirentries), .sy_auevent = AUE_GETDIRENTRIES, .sy_flags = SYF_…