Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbarm/gumstix/
H A Dgxio.c407 int bvd = (CPU_IS_PXA250) ? 4 : 111; in cfstix_config() local
410 const int bvd = 111; in cfstix_config() local
412 const int bvd = 4; in cfstix_config() local
434 pxa2x0_gpio_set_function(bvd, GPIO_IN); /* BVD1/~STSCHG1 */ in cfstix_config()
/netbsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c526 volume_descriptor *bvd) in cd9660_setup_boot_volume_descriptor() argument
529 (boot_volume_descriptor*)bvd->volumeDescriptorData; in cd9660_setup_boot_volume_descriptor()
537 (boot_volume_descriptor*) bvd->volumeDescriptorData; in cd9660_setup_boot_volume_descriptor()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa.c4026 vdev_t *rvd, *bvd, *avd = NULL; in spa_import_rootpool() local
4088 if ((bvd = vdev_lookup_by_guid(rvd, guid)) == NULL) { in spa_import_rootpool()
4098 avd = bvd; in spa_import_rootpool()
4100 if (avd != bvd) { in spa_import_rootpool()
4111 if (bvd->vdev_parent->vdev_ops == &vdev_spare_ops && in spa_import_rootpool()
4112 !bvd->vdev_isspare) { in spa_import_rootpool()
4115 bvd->vdev_parent-> in spa_import_rootpool()
4116 vdev_child[bvd->vdev_parent->vdev_children - 1]->vdev_path); in spa_import_rootpool()
4252 vdev_t *rvd, *bvd, *avd = NULL; in spa_import_rootpool() local