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

/netbsd-6-1-5-RELEASE/sys/arch/evbarm/gumstix/
H A Dgxio.c387 int bvd = (CPU_IS_PXA250) ? 4 : 111; local
390 const int bvd = 111; local
392 const int bvd = 4; local
414 pxa2x0_gpio_set_function(bvd, GPIO_IN); /* BVD1/~STSCHG1 */
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c489 cd9660_setup_boot_volume_descriptor(volume_descriptor *bvd) argument
492 (boot_volume_descriptor*)bvd->volumeDescriptorData;
500 (boot_volume_descriptor*) bvd->volumeDescriptorData;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa.c2983 vdev_t *rvd, *bvd, *avd = NULL; local
3045 if ((bvd = vdev_lookup_by_guid(rvd, guid)) == NULL) {
3055 avd = bvd;
3057 if (avd != bvd) {
3068 if (bvd->vdev_parent->vdev_ops == &vdev_spare_ops &&
3069 !bvd->vdev_isspare) {
3072 bvd->vdev_parent->vdev_child[1]->vdev_path);

Completed in 180 milliseconds