Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/uts/common/fs/zfs/
H A Dspa.c3765 spa_alt_rootvdev(vdev_t *vd, vdev_t **avd, uint64_t *txg) in spa_alt_rootvdev() argument
3768 spa_alt_rootvdev(vd->vdev_child[c], avd, txg); in spa_alt_rootvdev()
3786 *avd = vd; in spa_alt_rootvdev()
3808 vdev_t *rvd, *bvd, *avd = NULL; in spa_import_rootpool() local
3880 avd = bvd; in spa_import_rootpool()
3881 spa_alt_rootvdev(rvd, &avd, &txg); in spa_import_rootpool()
3882 if (avd != bvd) { in spa_import_rootpool()
3884 "try booting from '%s'", avd->vdev_path); in spa_import_rootpool()