Searched refs:kern_fcntl_freebsd (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h113 int kern_fcntl_freebsd(struct thread *td, int fd, int cmd, long arg);
/freebsd-11-stable/sys/kern/
H A Dkern_descrip.c408 return (kern_fcntl_freebsd(td, uap->fd, uap->cmd, uap->arg));
412 kern_fcntl_freebsd(struct thread *td, int fd, int cmd, long arg) function
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3216 return (kern_fcntl_freebsd(td, uap->fd, uap->cmd, tmp));

Completed in 76 milliseconds