Symbol: apm_softc
sys/arch/macppc/dev/apm.c
165
struct apm_softc *sc = device_private(self);
sys/arch/macppc/dev/apm.c
183
struct apm_softc *sc;
sys/arch/macppc/dev/apm.c
225
struct apm_softc *sc;
sys/arch/macppc/dev/apm.c
250
struct apm_softc *sc;
sys/arch/macppc/dev/apm.c
350
apm_record_event(struct apm_softc *sc, u_int event_type)
sys/arch/macppc/dev/apm.c
374
struct apm_softc *sc = device_lookup_private(&apm_cd,APMUNIT(dev));
sys/arch/macppc/dev/apm.c
392
struct apm_softc *sc = (struct apm_softc *)kn->kn_hook;
sys/arch/macppc/dev/apm.c
402
struct apm_softc *sc = kn->kn_hook;
sys/arch/macppc/dev/apm.c
418
struct apm_softc *sc = device_lookup_private(&apm_cd,APMUNIT(dev));
sys/arch/macppc/dev/apm.c
92
static int apm_record_event(struct apm_softc *, u_int);
sys/arch/macppc/dev/apm.c
95
CFATTACH_DECL_NEW(apm, sizeof(struct apm_softc),
sys/dev/acpi/acpi_apm.c
105
CFATTACH_DECL_NEW(acpiapm, sizeof(struct apm_softc),
sys/dev/acpi/acpi_apm.c
119
struct apm_softc *sc = device_private(self);
sys/dev/apm/apm.c
102
static void apm_power_print(struct apm_softc *, struct apm_power_info *);
sys/dev/apm/apm.c
104
static int apm_record_event(struct apm_softc *, u_int);
sys/dev/apm/apm.c
105
static void apm_set_ver(struct apm_softc *);
sys/dev/apm/apm.c
106
static void apm_standby(struct apm_softc *);
sys/dev/apm/apm.c
107
static void apm_suspend(struct apm_softc *);
sys/dev/apm/apm.c
108
static void apm_resume(struct apm_softc *, u_int, u_int);
sys/dev/apm/apm.c
208
apm_power_print(struct apm_softc *sc, struct apm_power_info *pi)
sys/dev/apm/apm.c
280
apm_suspend(struct apm_softc *sc)
sys/dev/apm/apm.c
308
apm_standby(struct apm_softc *sc)
sys/dev/apm/apm.c
334
apm_resume(struct apm_softc *sc, u_int event_type, u_int event_info)
sys/dev/apm/apm.c
365
apm_record_event(struct apm_softc *sc, u_int event_type)
sys/dev/apm/apm.c
384
apm_event_handle(struct apm_softc *sc, u_int event_code, u_int event_info)
sys/dev/apm/apm.c
532
apm_periodic_check(struct apm_softc *sc)
sys/dev/apm/apm.c
564
apm_set_ver(struct apm_softc *sc)
sys/dev/apm/apm.c
597
apm_attach(struct apm_softc *sc)
sys/dev/apm/apm.c
662
struct apm_softc *apmsc = arg;
sys/dev/apm/apm.c
680
struct apm_softc *sc;
sys/dev/apm/apm.c
725
struct apm_softc *sc = device_lookup_private(&apm_cd, APMUNIT(dev));
sys/dev/apm/apm.c
752
struct apm_softc *sc = device_lookup_private(&apm_cd, APMUNIT(dev));
sys/dev/apm/apm.c
852
struct apm_softc *sc = device_lookup_private(&apm_cd, APMUNIT(dev));
sys/dev/apm/apm.c
870
struct apm_softc *sc = kn->kn_hook;
sys/dev/apm/apm.c
880
struct apm_softc *sc = kn->kn_hook;
sys/dev/apm/apm.c
896
struct apm_softc *sc = device_lookup_private(&apm_cd, APMUNIT(dev));
sys/dev/apm/apm.c
96
static void apm_event_handle(struct apm_softc *, u_int, u_int);
sys/dev/apm/apm.c
97
static void apm_periodic_check(struct apm_softc *);
sys/dev/apm/apmvar.h
71
void apm_attach(struct apm_softc *);
sys/dev/hpc/apm/apmdev.c
100
static void apm_periodic_check(struct apm_softc *);
sys/dev/hpc/apm/apmdev.c
105
static void apm_power_print(struct apm_softc *, struct apm_power_info *);
sys/dev/hpc/apm/apmdev.c
107
static int apm_record_event(struct apm_softc *, u_int);
sys/dev/hpc/apm/apmdev.c
108
static void apm_set_ver(struct apm_softc *);
sys/dev/hpc/apm/apmdev.c
109
static void apm_standby(struct apm_softc *);
sys/dev/hpc/apm/apmdev.c
110
static void apm_suspend(struct apm_softc *);
sys/dev/hpc/apm/apmdev.c
111
static void apm_resume(struct apm_softc *, u_int, u_int);
sys/dev/hpc/apm/apmdev.c
113
CFATTACH_DECL_NEW(apmdev, sizeof(struct apm_softc),
sys/dev/hpc/apm/apmdev.c
216
apm_power_print(struct apm_softc *sc, struct apm_power_info *pi)
sys/dev/hpc/apm/apmdev.c
288
apm_suspend(struct apm_softc *sc)
sys/dev/hpc/apm/apmdev.c
316
apm_standby(struct apm_softc *sc)
sys/dev/hpc/apm/apmdev.c
343
apm_resume(struct apm_softc *sc, u_int event_type, u_int event_info)
sys/dev/hpc/apm/apmdev.c
376
apm_record_event(struct apm_softc *sc, u_int event_type)
sys/dev/hpc/apm/apmdev.c
395
apm_event_handle(struct apm_softc *sc, u_int event_code, u_int event_info)
sys/dev/hpc/apm/apmdev.c
543
apm_periodic_check(struct apm_softc *sc)
sys/dev/hpc/apm/apmdev.c
575
apm_set_ver(struct apm_softc *sc)
sys/dev/hpc/apm/apmdev.c
610
struct apm_softc *sc;
sys/dev/hpc/apm/apmdev.c
645
apm_attach(struct apm_softc *sc)
sys/dev/hpc/apm/apmdev.c
718
struct apm_softc *apmsc = arg;
sys/dev/hpc/apm/apmdev.c
736
struct apm_softc *sc;
sys/dev/hpc/apm/apmdev.c
781
struct apm_softc *sc = device_lookup_private(&apmdev_cd, APMUNIT(dev));
sys/dev/hpc/apm/apmdev.c
808
struct apm_softc *sc = device_lookup_private(&apmdev_cd, APMUNIT(dev));
sys/dev/hpc/apm/apmdev.c
893
struct apm_softc *sc = device_lookup_private(&apmdev_cd, APMUNIT(dev));
sys/dev/hpc/apm/apmdev.c
911
struct apm_softc *sc = kn->kn_hook;
sys/dev/hpc/apm/apmdev.c
921
struct apm_softc *sc = kn->kn_hook;
sys/dev/hpc/apm/apmdev.c
937
struct apm_softc *sc = device_lookup_private(&apmdev_cd, APMUNIT(dev));
sys/dev/hpc/apm/apmdev.c
99
static void apm_event_handle(struct apm_softc *, u_int, u_int);
sys/dev/hpc/apm_apmdevif.c
40
CFATTACH_DECL_NEW(apm_apmdevif, sizeof(struct apm_softc),
sys/dev/hpc/apm_apmdevif.c
54
struct apm_softc *sc;