Home
last modified time | relevance | path

Searched refs:MM_RELEASE_CID_LOCK_IMP (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm_ndismono.h101 void MM_RELEASE_CID_LOCK_IMP(struct _lm_device_t *_pdev);
H A Dmm_user_mode_debug.h80 #define MM_RELEASE_CID_LOCK_IMP(pdev) \ macro
H A Dmm_dos.h144 #define MM_RELEASE_CID_LOCK_IMP(pdev) UNLOCK() macro
H A Dmm_linux.h110 void MM_RELEASE_CID_LOCK_IMP(struct _lm_device_t *_pdev);
H A Dmm_solaris.h107 void MM_RELEASE_CID_LOCK_IMP(struct _lm_device_t * pDev);
H A Dmm_uefi.h150 #define MM_RELEASE_CID_LOCK_IMP(pdev) UNLOCK() macro
H A Dmm_vbd.h122 void MM_RELEASE_CID_LOCK_IMP(struct _lm_device_t *_pdev);
H A Dmm.h124 #define MM_RELEASE_CID_LOCK(/* struct _lm_device_t* */pdev) MM_RELEASE_CID_LOCK_IMP(pdev)
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c1240 void MM_RELEASE_CID_LOCK_IMP(lm_device_t * pDev) in MM_RELEASE_CID_LOCK_IMP() function