Searched defs:alpm (Results 1 – 1 of 1) sorted by relevance
130 #define ALPM_LOCK(alpm) mtx_lock(&(alpm)->lock) argument 131 #define ALPM_UNLOCK(alpm) mtx_unlock(&(alpm)->lock) argument 132 #define ALPM_LOCK_ASSERT(alpm) mtx_assert(&(alpm)->lock, MA_OWNED) argument 134 #define ALPM_SMBINB(alpm,register) \ argument 136 #define ALPM_SMBOUTB(alpm,registe argument 159 struct alpm_softc *alpm; alpm_attach() local 234 struct alpm_softc *alpm = device_get_softc(dev); alpm_detach() local [all...]