Home
last modified time | relevance | path

Searched refs:avd (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l72 :{WS}*avd { return AVD; }
H A Dfsdb_yacc.y117 | avd | mvds | rvds | ints | fsds | root
462 avd : AVD { print_desc(NULL, AVD); }
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dspa.c3786 spa_alt_rootvdev(vdev_t *vd, vdev_t **avd, uint64_t *txg) in spa_alt_rootvdev() argument
3789 spa_alt_rootvdev(vd->vdev_child[c], avd, txg); in spa_alt_rootvdev()
3807 *avd = vd; in spa_alt_rootvdev()
3829 vdev_t *rvd, *bvd, *avd = NULL; in spa_import_rootpool() local
3901 avd = bvd; in spa_import_rootpool()
3902 spa_alt_rootvdev(rvd, &avd, &txg); in spa_import_rootpool()
3903 if (avd != bvd) { in spa_import_rootpool()
3905 "try booting from '%s'", avd->vdev_path); in spa_import_rootpool()