Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsyscallsubr.h139 int kern_fcntl(struct thread *td, int fd, int cmd, intptr_t arg);
/f-stack/lib/
H A Dff_syscall_wrapper.c949 if ((rc = kern_fcntl(curthread, fd, cmd, argp))) in ff_fcntl()
/f-stack/freebsd/kern/
H A Dkern_descrip.c455 error = kern_fcntl(td, fd, newcmd, arg1); in kern_fcntl_freebsd()
472 kern_fcntl(struct thread *td, int fd, int cmd, intptr_t arg) in kern_fcntl() function