Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dkern_syscall.h40 union fcntl_dat;
70 int kern_fcntl(int fd, int cmd, union fcntl_dat *dat, struct ucred *cred);
H A Dfcntl.h241 union fcntl_dat { union
/dflybsd-src/sys/kern/
H A Dkern_descrip.c699 kern_fcntl(int fd, int cmd, union fcntl_dat *dat, struct ucred *cred) in kern_fcntl()
917 union fcntl_dat dat; in sys_fcntl()