Searched defs:alpm (Results 1 – 1 of 1) sorted by relevance
130 #define ALPM_LOCK(alpm) mtx_lock(&(alpm)->lock) argument131 #define ALPM_UNLOCK(alpm) mtx_unlock(&(alpm)->lock) argument132 #define ALPM_LOCK_ASSERT(alpm) mtx_assert(&(alpm)->lock, MA_OWNED) argument134 #define ALPM_SMBINB(alpm,register) \ argument136 #define ALPM_SMBOUTB(alpm,register,value) \ argument159 struct alpm_softc *alpm; in alpm_attach() local234 struct alpm_softc *alpm = device_get_softc(dev); in alpm_detach() local