Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dcd9660.c98 int cd_fd; member
688 mnt->cd_fd = -1; in cd9660_mount()
693 mnt->cd_fd = open(fs, O_RDONLY); in cd9660_mount()
695 if (mnt->cd_fd == -1) in cd9660_mount()
698 f = fd2open_file(mnt->cd_fd); in cd9660_mount()
711 if (mnt->cd_fd >= 0) in cd9660_mount()
712 close(mnt->cd_fd); in cd9660_mount()
726 close(mnt->cd_fd); in cd9660_unmount()