Lines Matching defs:oid

121 static IMA_STATUS getISCSINodeParameter(int paramType, IMA_OID *oid,
123 static IMA_STATUS setISCSINodeParameter(int paramType, IMA_OID *oid,
125 static IMA_STATUS setAuthMethods(IMA_OID oid, IMA_UINT *pMethodCount,
127 static IMA_STATUS getAuthMethods(IMA_OID oid, IMA_UINT *pMethodCount,
412 IMA_OID oid,
1040 IMA_OID oid,
1523 IMA_OID oid,
1531 if (oid.objectType == IMA_OBJECT_TYPE_LHBA) {
1534 status = get_target_lun_oid_list(&oid, &pLunList);
1720 IMA_OID oid,
1775 /* iu_oid is a session oid in the driver */
1781 * Get LU properties and associated session oid
1877 /* iu_oid is a session oid in the driver */
1883 * Get LU properties and associated session oid
1965 /* iu_oid is a session oid in the driver */
1975 * Get LU properties and associated session oid
2102 IMA_BOOL isAuthMethodValid(IMA_OID oid, IMA_AUTHMETHOD method) {
2107 status = getSupportedAuthMethods(oid, IMA_FALSE, &supportedCount,
2122 IMA_BOOL isAuthMethodListValid(IMA_OID oid, const IMA_AUTHMETHOD *pMethodList,
2137 if (isAuthMethodValid(oid, pMethodList[i]) == IMA_FALSE) {
2292 IMA_OID *oid,
2308 pg.g_oid = (uint32_t)oid->objectSequenceNumber;
2357 IMA_OID *oid,
2373 ps.s_oid = (uint32_t)oid->objectSequenceNumber;
2584 /* get lun oid list for all targets */
2587 /* get lun oid list for single target */
2638 IMA_OID oid,
2654 auth.a_oid = (uint32_t)oid.objectSequenceNumber;
2686 IMA_OID oid,
2707 auth.a_oid = (uint32_t)oid.objectSequenceNumber;
2833 IMA_OID oid,
2842 IMA_OID oid,
2851 IMA_OID oid,
2861 IMA_OID oid,
2870 IMA_OID oid,
2955 IMA_OID oid,
3284 IMA_OID oid,
3297 pg.t_oid = (uint32_t)oid.objectSequenceNumber;
3341 IMA_OID oid,
3354 ps.t_oid = oid.objectSequenceNumber;