Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dcd9660.c70 static int cd9660_stat(struct open_file *f, struct stat *sb);
89 .fo_stat = cd9660_stat,
610 cd9660_stat(struct open_file *f, struct stat *sb) in cd9660_stat() function