Home
last modified time | relevance | path

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

/src/stand/libsa/
H A Dopen.c84 fd2open_file(int fd) in fd2open_file() function
107 f = fd2open_file(-1); in o_gethandle()
H A Dpreload.c35 f = fd2open_file(fd); in preload()
H A Dfstat.c39 f = fd2open_file(fd); in fstat()
H A Dioctl.c68 f = fd2open_file(fd); in ioctl()
H A Dreaddir.c36 f = fd2open_file(fd); in readdirfd()
H A Dwrite.c70 f = fd2open_file(fd); in write()
H A Dclose.c69 f = fd2open_file(fd); in close()
H A Dlseek.c69 f = fd2open_file(fd); in lseek()
H A Dread.c72 f = fd2open_file(fd); in read()
H A Dufs.c539 sbf = fd2open_file(mnt->um_fd); in ufs_open()
933 f = fd2open_file(mnt->um_fd); in ufs_mount()
H A Dstand.h217 extern struct open_file *fd2open_file(int);
H A Dcd9660.c698 f = fd2open_file(mnt->cd_fd); in cd9660_mount()
H A Ddosfs.c293 f = fd2open_file(mnt->dos_fd); in dos_mount()
/src/lib/libsecureboot/
H A Dvectx.c340 struct open_file *f = fd2open_file(ctx->vec_fd); in vectx_lseek()