Searched refs:avd (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb_lex.l | 72 :{WS}*avd { return AVD; }
|
H A D | fsdb_yacc.y | 117 | avd | mvds | rvds | ints | fsds | root 462 avd : AVD { print_desc(NULL, AVD); } label
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 3890 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 205 milliseconds