Home
last modified time | relevance | path

Searched refs:fd2open_file (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/stand/libsa/
H A Dopen.c89 fd2open_file(int fd) in fd2open_file() function
112 f = fd2open_file(-1); in o_gethandle()
H A Dpreload.c38 f = fd2open_file(fd); in preload()
H A Dfstat.c44 f = fd2open_file(fd); in fstat()
H A Dioctl.c73 f = fd2open_file(fd); in ioctl()
H A Dreaddir.c39 f = fd2open_file(fd); in readdirfd()
H A Dwrite.c75 f = fd2open_file(fd); in write()
H A Dclose.c74 f = fd2open_file(fd); in close()
H A Dlseek.c74 f = fd2open_file(fd); in lseek()
H A Dread.c76 f = fd2open_file(fd); in read()
H A Dufs.c547 sbf = fd2open_file(mnt->um_fd); in ufs_open()
937 f = fd2open_file(mnt->um_fd); in ufs_mount()
H A Dstand.h196 extern struct open_file *fd2open_file(int);
H A Dcd9660.c700 f = fd2open_file(mnt->cd_fd); in cd9660_mount()
H A Ddosfs.c256 f = fd2open_file(mnt->dos_fd); in dos_mount()