Lines Matching refs:VolumeBus
108 int mpt_raid_action(int fd, U8 Action, U8 VolumeBus, U8 VolumeID,
120 int mpt_query_disk(U8 VolumeBus, U8 VolumeID, struct mpt_query_disk *qd);
121 const char *mpt_volume_name(U8 VolumeBus, U8 VolumeID);
124 int mpt_lock_volume(U8 VolumeBus, U8 VolumeID);
127 int mpt_lookup_volume(int fd, const char *name, U8 *VolumeBus,
148 mpt_vol_pageaddr(U8 VolumeBus, U8 VolumeID) in mpt_vol_pageaddr() argument
151 return (VolumeBus << 8 | VolumeID); in mpt_vol_pageaddr()
155 mpt_vol_info(int fd, U8 VolumeBus, U8 VolumeID, U16 *IOCStatus) in mpt_vol_info() argument
159 mpt_vol_pageaddr(VolumeBus, VolumeID), IOCStatus)); in mpt_vol_info()
163 mpt_vol_names(int fd, U8 VolumeBus, U8 VolumeID, U16 *IOCStatus) in mpt_vol_names() argument
167 mpt_vol_pageaddr(VolumeBus, VolumeID), IOCStatus)); in mpt_vol_names()