HomeSort by: relevance | last modified time | path
    Searched defs:apm_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/apm/
apmvar.h 50 struct apm_softc { struct
71 void apm_attach(struct apm_softc *);
  /src/sys/arch/macppc/dev/
apm.c 70 struct apm_softc { struct
92 static int apm_record_event(struct apm_softc *, u_int);
95 CFATTACH_DECL_NEW(apm, sizeof(struct apm_softc),
165 struct apm_softc *sc = device_private(self);
183 struct apm_softc *sc;
225 struct apm_softc *sc;
250 struct apm_softc *sc;
350 apm_record_event(struct apm_softc *sc, u_int event_type)
374 struct apm_softc *sc = device_lookup_private(&apm_cd,APMUNIT(dev));
392 struct apm_softc *sc = (struct apm_softc *)kn->kn_hook
    [all...]

Completed in 12 milliseconds