Searched defs:avd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y117 | avd | mvds | rvds | ints | fsds | root
462 avd : AVD { print_desc(NULL, AVD); } label
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c3890 spa_alt_rootvdev(vdev_t *vd, vdev_t **avd, uint64_t *txg) argument
3893 spa_alt_rootvdev(vd->vdev_child[c], avd, txg);
3911 *avd = vd;
3933 vdev_t *rvd, *bvd, *avd = NULL; local
4005 avd = bvd;
4006 spa_alt_rootvdev(rvd, &avd, &txg);
4007 if (avd != bvd) {
4009 "try booting from '%s'", avd->vdev_path);

Completed in 56 milliseconds