Home
last modified time | relevance | path

Searched refs:fflagsp (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
H A Dfiledesc.h183 char *fflagsp);
/dragonfly/sys/kern/
H A Dkern_descrip.c475 _holdfp2(thread_t td, int fd, char *fflagsp) in _holdfp2() argument
491 *fflagsp = fdp->fd_files[fd].fileflags; in _holdfp2()
2774 holdvnode2(thread_t td, int fd, struct file **fpp, char *fflagsp) in holdvnode2() argument
2779 fp = _holdfp2(td, fd, fflagsp); in holdvnode2()