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

/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c68 static int findisovol(fstyp_hsfs_t *h, char *volp);
257 * findisovol: check if the disk is in ISO 9660 format
263 findisovol(fstyp_hsfs_t *h, char *volp) function
339 } else if ((err = findisovol(h, h->iso_buf)) == 0) {
/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c226 * findisovol: check if the disk is in ISO 9660 format
232 findisovol(volp) function
298 else if (findisovol(iso_buf)) {

Completed in 58 milliseconds