Searched refs:kern_specialfd (Results 1 – 2 of 2) sorted by relevance
307 int kern_specialfd(struct thread *td, int type, void *arg);
865 kern_specialfd(struct thread *td, int type, void *arg) in kern_specialfd() function916 error = kern_specialfd(td, args->type, &ae); in sys___specialfd()