Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDsyscallsubr.h51 struct ogetdirentries_args;
156 int kern_ogetdirentries(struct thread *td, struct ogetdirentries_args *uap,
HDsysproto.h2638 struct ogetdirentries_args { struct
2680 int ogetdirentries(struct thread *, struct ogetdirentries_args *);
/NextBSD/sys/kern/
HDvfs_syscalls.c3774 struct ogetdirentries_args { struct
3782 ogetdirentries(struct thread *td, struct ogetdirentries_args *uap) in ogetdirentries() argument
3794 kern_ogetdirentries(struct thread *td, struct ogetdirentries_args *uap, in kern_ogetdirentries()
HDinit_sysent.c205 …{ compat(AS(ogetdirentries_args),getdirentries), AUE_GETDIRENTRIES, NULL, 0, 0, SYF_CAPENABLED, SY…
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_misc.c1515 struct ogetdirentries_args ap; in ofreebsd32_getdirentries()