Home
last modified time | relevance | path

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

/freebsd-13.1/stand/libsa/
H A Dcd9660.c100 int cd_fd; member
690 mnt->cd_fd = -1; in cd9660_mount()
695 mnt->cd_fd = open(fs, O_RDONLY); in cd9660_mount()
697 if (mnt->cd_fd == -1) in cd9660_mount()
700 f = fd2open_file(mnt->cd_fd); in cd9660_mount()
713 if (mnt->cd_fd >= 0) in cd9660_mount()
714 close(mnt->cd_fd); in cd9660_mount()
728 close(mnt->cd_fd); in cd9660_unmount()