Lines Matching refs:vname
939 char *vname; in be_do_installboot_helper() local
992 vname = zpool_vdev_name(g_zfs, zphp, child, B_FALSE); in be_do_installboot_helper()
993 if (vname == NULL) { in be_do_installboot_helper()
1051 __func__, vname); in be_do_installboot_helper()
1065 free(vname); in be_do_installboot_helper()
1280 char *vname; in be_do_installboot_walk() local
1284 vname = zpool_vdev_name(g_zfs, zphp, child[c], verbose); in be_do_installboot_walk()
1285 if (vname == NULL) { in be_do_installboot_walk()
1292 __func__, c, children, vname); in be_do_installboot_walk()
1302 __func__, vname); in be_do_installboot_walk()
1313 free(vname); in be_do_installboot_walk()