Searched refs:volHandle (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/mps/
H A Dmps_mapping.c427 _mapping_get_ir_mt_idx_from_handle(struct mps_softc *sc, u16 volHandle) argument
435 if (mt_entry->dev_handle == volHandle)
2233 * @volHandle: volume device handle
2238 mps_mapping_get_raid_tid(struct mps_softc *sc, u64 wwid, u16 volHandle) argument
2246 if (mt_entry->dev_handle == volHandle &&
2259 * @volHandle: volume device handle
2264 mps_mapping_get_raid_tid_from_handle(struct mps_softc *sc, u16 volHandle) argument
2266 return (_mapping_get_ir_mt_idx_from_handle(sc, volHandle));
H A Dmpsvar.h807 u16 volHandle);
809 u16 volHandle);
/freebsd-current/sys/dev/mpr/
H A Dmpr_mapping.c426 _mapping_get_ir_mt_idx_from_handle(struct mpr_softc *sc, u16 volHandle) argument
434 if (mt_entry->dev_handle == volHandle)
2703 * @volHandle: volume device handle
2708 mpr_mapping_get_raid_tid(struct mpr_softc *sc, u64 wwid, u16 volHandle) argument
2716 if (mt_entry->dev_handle == volHandle &&
2729 * @volHandle: volume device handle
2734 mpr_mapping_get_raid_tid_from_handle(struct mpr_softc *sc, u16 volHandle) argument
2736 return (_mapping_get_ir_mt_idx_from_handle(sc, volHandle));
H A Dmprvar.h897 u16 volHandle);
899 u16 volHandle);

Completed in 232 milliseconds