Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dcd9660.c97 int cd_fd; member
687 mnt->cd_fd = -1; in cd9660_mount()
692 mnt->cd_fd = open(fs, O_RDONLY); in cd9660_mount()
694 if (mnt->cd_fd == -1) in cd9660_mount()
697 f = fd2open_file(mnt->cd_fd); in cd9660_mount()
710 if (mnt->cd_fd >= 0) in cd9660_mount()
711 close(mnt->cd_fd); in cd9660_mount()
725 close(mnt->cd_fd); in cd9660_unmount()