Searched refs:get_rootmetadevice (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libsvm/common/hdrs/
H A Dsvm.h85 extern int get_rootmetadevice(char *rootpath, char **devname);
/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dstart_svm.c187 if ((rval = get_rootmetadevice(rootdir, &mdevnamep)) == 0) {
196 debug_printf("svm_start(): get_rootmetadevice(%s,..) "
H A Dmetainterfaces.c154 * FUNCTION: get_rootmetadevice
170 get_rootmetadevice(char *mntpath, char **mdname) function
186 debug_printf("get_rootmetadevice(): mntpath %s %s\n", mntpath,
199 debug_printf("get_rootmetadevice(): vfs_special %s\n", v.vfs_special);
216 debug_printf("get_rootmetadevice(): *mdname %s rval %d\n",

Completed in 56 milliseconds