Searched refs:cd9660_open (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/stand/libsa/
H A Dcd9660.c66 static int cd9660_open(const char *path, struct open_file *f);
85 cd9660_open,
284 cd9660_open(const char *path, struct open_file *f) function
/freebsd-12-stable/sys/fs/cd9660/
H A Dcd9660_vnops.c67 static vop_open_t cd9660_open; variable
165 cd9660_open(ap) function
892 .vop_open = cd9660_open,

Completed in 103 milliseconds