Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dbootvfs.h51 int (*fsw_mountroot)(char *str); member
82 #define BRD_MOUNTROOT(ops, str) ((ops)->fsw_mountroot)(str)
/illumos-gate/usr/src/stand/sys/
H A Dbootvfs.h54 int (*fsw_mountroot)(char *str); member
/illumos-gate/usr/src/uts/common/krtld/
H A Dbootrd.c57 return (ops->fsw_mountroot(str)); in BRD_MOUNTROOT()
H A Dbootrd_cpio.c476 .fsw_mountroot = bcpio_mountroot,
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c116 return ((*dfl_fsw->fsw_mountroot)(str)); in mountroot()