1MPT_VERIFY_ADAPTER(9) Message-based devices MPT_VERIFY_ADAPTER(9)
2
3
4
6 mpt_verify_adapter - Given IOC identifier, set pointer to its adapter
7 structure.
8
10 int mpt_verify_adapter(int iocid, MPT_ADAPTER ** iocpp);
11
13 iocid
14 IOC unique identifier (integer)
15
16 iocpp
17 Pointer to pointer to IOC adapter
18
20 Given a unique IOC identifier, set pointer to the associated MPT
21 adapter structure.
22
23 Returns iocid and sets iocpp if iocid is found. Returns -1 if iocid is
24 not found.
25
27Kernel Hackers Manual 2.6. June 2019 MPT_VERIFY_ADAPTER(9)