Home
last modified time | relevance | path

Searched refs:procdesc_falloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/sys/
H A Dprocdesc.h104 int procdesc_falloc(struct thread *, struct file **, int *, int,
/freebsd-14.2/sys/kern/
H A Dsys_procdesc.c237 procdesc_falloc(struct thread *td, struct file **resultfp, int *resultfd, in procdesc_falloc() function
H A Dkern_fork.c1003 error = procdesc_falloc(td, &fp_procdesc, fr->fr_pd_fd, in fork1()