Lines Matching refs:apm_softc
70 struct apm_softc { struct
92 static int apm_record_event(struct apm_softc *, u_int); argument
95 CFATTACH_DECL_NEW(apm, sizeof(struct apm_softc),
165 struct apm_softc *sc = device_private(self); in apmattach()
183 struct apm_softc *sc; in apmopen()
225 struct apm_softc *sc; in apmclose()
250 struct apm_softc *sc; in apmioctl()
350 apm_record_event(struct apm_softc *sc, u_int event_type)
374 struct apm_softc *sc = device_lookup_private(&apm_cd,APMUNIT(dev)); in apmpoll()
392 struct apm_softc *sc = (struct apm_softc *)kn->kn_hook; in filt_apmrdetach()
402 struct apm_softc *sc = kn->kn_hook; in filt_apmread()
418 struct apm_softc *sc = device_lookup_private(&apm_cd,APMUNIT(dev)); in apmkqfilter()