Searched defs:alpm (Results 1 – 1 of 1) sorted by relevance
131 #define ALPM_LOCK(alpm) mtx_lock(&(alpm)->lock) argument132 #define ALPM_UNLOCK(alpm) mtx_unlock(&(alpm)->lock) argument133 #define ALPM_LOCK_ASSERT(alpm) mtx_assert(&(alpm)->lock, MA_OWNED) argument135 #define ALPM_SMBINB(alpm,register) \ argument137 #define ALPM_SMBOUTB(alpm,register,value) \ argument160 struct alpm_softc *alpm; in alpm_attach() local235 struct alpm_softc *alpm = device_get_softc(dev); in alpm_detach() local