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

/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_SetTPGAccess.c43 MP_TPG_STATE_PAIR *pTpgStateList)
46 MP_TPG_STATE_PAIR *head = pTpgStateList;
62 if (NULL == pTpgStateList) {
65 "pTpgStateList is NULL");
102 "pTpgStateList->tpgOid.ownerId is not for"
115 "pTpgStateList->tpgOid.objectType is not"
129 head = pTpgStateList;
42 MP_SetTPGAccess(MP_OID oid, MP_UINT32 count, MP_TPG_STATE_PAIR *pTpgStateList) argument
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c2783 * The number of valid items in the pTpgStateList.
2785 * @param pTpgStateList
2800 * Returned if pTpgStateList is null or if one of the TPGs referenced
2822 MP_TPG_STATE_PAIR *pTpgStateList)
2842 status = PassFunc(luOid, count, pTpgStateList);
2819 MP_SetTPGAccess( MP_OID luOid, MP_UINT32 count, MP_TPG_STATE_PAIR *pTpgStateList) argument

Completed in 58 milliseconds