Searched defs:alpm (Results 1 – 2 of 2) sorted by relevance
128 #define ALPM_LOCK(alpm) lockmgr(&(alpm)->lock, LK_EXCLUSIVE) argument129 #define ALPM_UNLOCK(alpm) lockmgr(&(alpm)->lock, LK_RELEASE) argument130 #define ALPM_LOCK_ASSERT(alpm) KKASSERT(lockstatus(&(alpm)->lock, curthread) != 0) argument132 #define ALPM_SMBINB(alpm,register) \ argument134 #define ALPM_SMBOUTB(alpm,register,value) \ argument157 struct alpm_softc *alpm; in alpm_attach() local232 struct alpm_softc *alpm = device_get_softc(dev); in alpm_detach() local
1202 bool alpm; member