Searched defs:hba_supports_protocol (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_device_util.c2183 * PURPOSE: Wrappers around hba_supports_protocol which determines
2191 return (hba_supports_protocol(hba, DM_FAST, bool));
2199 return (hba_supports_protocol(hba, DM_FAST20, bool));
2207 return (hba_supports_protocol(hba, DM_FAST40, bool));
2215 return (hba_supports_protocol(hba, DM_FAST80, bool));
2223 return (hba_supports_protocol(hba, DM_MULTIPLEX, bool));
2246 * FUNCTION: hba_supports_protocol(dm_descriptor_t hba, char *attr,
2268 hba_supports_protocol( function

Completed in 66 milliseconds