Home
last modified time | relevance | path

Searched defs:alpm (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/alpm/
H A Dalpm.c130 #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,register,value) \ argument
159 struct alpm_softc *alpm; in alpm_attach() local
234 struct alpm_softc *alpm = device_get_softc(dev); in alpm_detach() local