Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/sys/
H A Dbootvfs.h52 int (*fsw_unmountroot)(void); member
83 #define BRD_UNMOUNTROOT(ops) ((ops)->fsw_unmountroot)()
/titanic_44/usr/src/stand/sys/
H A Dbootvfs.h55 int (*fsw_unmountroot)(void); member
/titanic_44/usr/src/uts/common/krtld/
H A Dbootrd.c63 return (ops->fsw_unmountroot()); in BRD_UNMOUNTROOT()
/titanic_44/usr/src/stand/lib/fs/common/
H A Dfsswitch.c125 return ((*dfl_fsw->fsw_unmountroot)()); in unmountroot()