Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dfiledesc.h166 int fclrfdflags(struct filedesc *fdp, int fd, int rem_flags);
/dragonfly/sys/kern/
H A Dkern_descrip.c727 error = fclrfdflags(p->p_fd, fd, UF_EXCLOSE); in kern_fcntl()
2238 fclrfdflags(struct filedesc *fdp, int fd, int rem_flags) in fclrfdflags() function
H A Dsys_generic.c650 error = fclrfdflags(p->p_fd, fd, UF_EXCLOSE); in mapped_ioctl()