Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dsubr_disk.c1312 int (*mountrootfn)(void); in dk_mountroot() local
1327 mountrootfn = ext2fs_mountroot; in dk_mountroot()
1335 mountrootfn = ffs_mountroot; in dk_mountroot()
1343 mountrootfn = cd9660_mountroot; in dk_mountroot()
1354 mountrootfn = ffs_mountroot; in dk_mountroot()
1361 return (*mountrootfn)(); in dk_mountroot()