Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dcd9660.c65 static int cd9660_open(const char *path, struct open_file *f);
84 .fo_open = cd9660_open,
284 cd9660_open(const char *path, struct open_file *f) in cd9660_open() function