Home
last modified time | relevance | path

Searched refs:osn (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetInitiatorPortOidListPlugin.c45 MP_UINT64 osn = 0; in getOidList() local
74 osn = 0; in getOidList()
76 osn = in getOidList()
78 osn); in getOidList()
80 osn = in getOidList()
82 osn); in getOidList()
86 osn; in getOidList()
H A DMP_GetMultipathLusPlugin.c71 MP_UINT64 osn; in getOidList() local
122 osn = 0; in getOidList()
123 osn = MP_STORE_INST_TO_ID(instNum, osn); in getOidList()
124 osn = MP_STORE_MAJOR_TO_ID(majorNum, osn); in getOidList()
133 osn; in getOidList()
H A DMP_GetMultipathLusDevProd.c54 MP_UINT64 osn; in getOidList() local
89 osn = 0; in getOidList()
90 osn = MP_STORE_INST_TO_ID(instNum, osn); in getOidList()
91 osn = MP_STORE_MAJOR_TO_ID(majorNum, osn); in getOidList()
100 osn; in getOidList()
H A DMP_GetMPLuOidListFromTPG.c146 MP_UINT64 osn; in getOidList() local
288 osn = 0; in getOidList()
289 osn = MP_STORE_INST_TO_ID(sv_child_inst, osn); in getOidList()
290 osn = MP_STORE_MAJOR_TO_ID(sv_child_major, in getOidList()
291 osn); in getOidList()
297 hasTpgMatch = checkTPGList(tpgID, osn); in getOidList()
312 osn; in getOidList()
H A DMP_GetMPLogicalUnitProperties.c72 MP_UINT64 osn; in getDeviceFileName() local
119 osn = 0; in getDeviceFileName()
120 osn = MP_STORE_INST_TO_ID(instNum, osn); in getDeviceFileName()
121 osn = MP_STORE_MAJOR_TO_ID(majorNum, osn); in getDeviceFileName()
123 if (osn == objectSequenceNumber) { in getDeviceFileName()