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

/osnet-11/usr/src/lib/sun_fc/common/
H A DHBA.h31 class HBA;
45 * @memo Used to track an individual HBA
52 class HBA : public Lockable { class in inherits:Lockable
54 HBA() {} function in class:HBA
55 virtual ~HBA();
56 bool operator == (HBA &comp);
H A DHBA.cc25 #include "HBA.h"
45 * Max number of Adatper ports per HBA that VSL supports.
48 const uint8_t HBA::HBA_PORT_MAX = UCHAR_MAX;
51 * @memo Add a new port to this HBA
52 * @precondition Port must be a valid port on this HBA
53 * @postcondition Port will be exposed as one of the ports on this HBA
54 * @exception Throws InternalError when the HBA port count exceeds
56 * @param port The Port to add to this HBA
59 * routine to add a port to its existing HBA instance.
61 void HBA
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h58 #define HBA "hba" macro

Completed in 23 milliseconds