cd9660_mountroot  100 isofs/cd9660/cd9660_extern.h int cd9660_mountroot(void); 
cd9660_mountroot  887 kern/subr_disk.c 		extern int cd9660_mountroot(void);
cd9660_mountroot  888 kern/subr_disk.c 		mountrootfn = cd9660_mountroot;
cd9660_mountroot  142 kern/vfs_conf.c         { &cd9660_vfsops, MOUNT_CD9660, 14, 0, MNT_LOCAL, cd9660_mountroot, NULL },