Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/apm/
H A Dapm.c91 #define APM_LOCK(apmsc) \ argument
93 #define APM_UNLOCK(apmsc) \ argument
662 struct apm_softc *apmsc = arg; in apm_thread() local
/netbsd-src/sys/dev/hpc/apm/
H A Dapmdev.c91 #define APM_LOCK(apmsc) \ argument
93 #define APM_UNLOCK(apmsc) \ argument
718 struct apm_softc *apmsc = arg; in apm_thread() local
/netbsd-src/sys/arch/macppc/dev/
H A Dapm.c85 #define APM_LOCK(apmsc) mutex_enter(&(apmsc)->sc_lock) argument
86 #define APM_UNLOCK(apmsc) mutex_exit(&(apmsc)->sc_lock) argument