Lines Matching refs:VolumeBus
273 mpt_volume_name(U8 VolumeBus, U8 VolumeID) in mpt_volume_name() argument
278 if (mpt_query_disk(VolumeBus, VolumeID, &info) != 0) { in mpt_volume_name()
284 if (VolumeBus == 0) in mpt_volume_name()
287 snprintf(buf, sizeof(buf), "%d:%d", VolumeBus, in mpt_volume_name()
295 mpt_lookup_volume(int fd, const char *name, U8 *VolumeBus, U8 *VolumeID) in mpt_lookup_volume() argument
315 *VolumeBus = bus; in mpt_lookup_volume()
322 *VolumeBus = 0; in mpt_lookup_volume()
333 if (mpt_query_disk(vol->VolumeBus, vol->VolumeID, &info) != 0) in mpt_lookup_volume()
336 *VolumeBus = vol->VolumeBus; in mpt_lookup_volume()
496 mpt_raid_action(int fd, U8 Action, U8 VolumeBus, U8 VolumeID, U8 PhysDiskNum, in mpt_raid_action() argument
508 raid_act.volume_bus = VolumeBus; in mpt_raid_action()