Symbol: aac_softc
sys/dev/acpi/acpi.c
1350
ac->aac_softc = (struct acpiac_softc *)dev;
sys/dev/acpi/acpi.c
3453
if (ac->aac_softc->sc_ac_stat == PSR_ONLINE)
sys/dev/acpi/acpi.c
3455
else if (ac->aac_softc->sc_ac_stat == PSR_OFFLINE)
sys/dev/acpi/acpivar.h
199
struct acpiac_softc *aac_softc;
sys/dev/ic/aac.c
1004
aac_free_commands(struct aac_softc *sc)
sys/dev/ic/aac.c
101
int aac_bio_command(struct aac_softc *, struct aac_command **);
sys/dev/ic/aac.c
1040
struct aac_softc *sc = cm->cm_sc;
sys/dev/ic/aac.c
109
int aac_alloc_commands(struct aac_softc *);
sys/dev/ic/aac.c
110
void aac_free_commands(struct aac_softc *);
sys/dev/ic/aac.c
1102
struct aac_softc *sc = cm->cm_sc;
sys/dev/ic/aac.c
1130
aac_check_firmware(struct aac_softc *sc)
sys/dev/ic/aac.c
116
int aac_alloc_sync_fib(struct aac_softc *, struct aac_fib **, int);
sys/dev/ic/aac.c
117
void aac_release_sync_fib(struct aac_softc *);
sys/dev/ic/aac.c
118
int aac_sync_fib(struct aac_softc *, u_int32_t, u_int32_t,
sys/dev/ic/aac.c
1190
aac_init(struct aac_softc *sc)
sys/dev/ic/aac.c
122
void aac_startio(struct aac_softc *);
sys/dev/ic/aac.c
123
void aac_startup(struct aac_softc *);
sys/dev/ic/aac.c
124
int aac_sync_command(struct aac_softc *, u_int32_t, u_int32_t,
sys/dev/ic/aac.c
136
int aac_fa_get_fwstatus(struct aac_softc *);
sys/dev/ic/aac.c
137
void aac_fa_qnotify(struct aac_softc *, int);
sys/dev/ic/aac.c
138
int aac_fa_get_istatus(struct aac_softc *);
sys/dev/ic/aac.c
139
void aac_fa_clear_istatus(struct aac_softc *, int);
sys/dev/ic/aac.c
140
void aac_fa_set_mailbox(struct aac_softc *, u_int32_t, u_int32_t, u_int32_t,
sys/dev/ic/aac.c
142
int aac_fa_get_mailbox(struct aac_softc *, int);
sys/dev/ic/aac.c
143
void aac_fa_set_interrupts(struct aac_softc *, int);
sys/dev/ic/aac.c
1441
aac_sync_command(struct aac_softc *sc, u_int32_t command, u_int32_t arg0,
sys/dev/ic/aac.c
1494
aac_alloc_sync_fib(struct aac_softc *sc, struct aac_fib **fib, int flags)
sys/dev/ic/aac.c
1513
aac_release_sync_fib(struct aac_softc *sc)
sys/dev/ic/aac.c
1522
aac_sync_fib(struct aac_softc *sc, u_int32_t command, u_int32_t xferstate,
sys/dev/ic/aac.c
156
int aac_sa_get_fwstatus(struct aac_softc *);
sys/dev/ic/aac.c
157
void aac_sa_qnotify(struct aac_softc *, int);
sys/dev/ic/aac.c
158
int aac_sa_get_istatus(struct aac_softc *);
sys/dev/ic/aac.c
159
void aac_sa_clear_istatus(struct aac_softc *, int);
sys/dev/ic/aac.c
1592
aac_enqueue_fib(struct aac_softc *sc, int queue, struct aac_command *cm)
sys/dev/ic/aac.c
160
void aac_sa_set_mailbox(struct aac_softc *, u_int32_t, u_int32_t,
sys/dev/ic/aac.c
162
int aac_sa_get_mailbox(struct aac_softc *, int);
sys/dev/ic/aac.c
163
void aac_sa_set_interrupts(struct aac_softc *, int);
sys/dev/ic/aac.c
1644
aac_dequeue_fib(struct aac_softc *sc, int queue, u_int32_t *fib_size,
sys/dev/ic/aac.c
1739
aac_enqueue_response(struct aac_softc *sc, int queue, struct aac_fib *fib)
sys/dev/ic/aac.c
176
int aac_rx_get_fwstatus(struct aac_softc *);
sys/dev/ic/aac.c
177
void aac_rx_qnotify(struct aac_softc *, int);
sys/dev/ic/aac.c
178
int aac_rx_get_istatus(struct aac_softc *);
sys/dev/ic/aac.c
1785
struct aac_softc *sc = cm->cm_sc;
sys/dev/ic/aac.c
179
void aac_rx_clear_istatus(struct aac_softc *, int);
sys/dev/ic/aac.c
180
void aac_rx_set_mailbox(struct aac_softc *, u_int32_t, u_int32_t,
sys/dev/ic/aac.c
1811
aac_timeout(struct aac_softc *sc)
sys/dev/ic/aac.c
182
int aac_rx_get_mailbox(struct aac_softc *, int);
sys/dev/ic/aac.c
183
void aac_rx_set_interrupts(struct aac_softc *, int);
sys/dev/ic/aac.c
1835
aac_sa_get_fwstatus(struct aac_softc *sc)
sys/dev/ic/aac.c
1841
aac_rx_get_fwstatus(struct aac_softc *sc)
sys/dev/ic/aac.c
1847
aac_fa_get_fwstatus(struct aac_softc *sc)
sys/dev/ic/aac.c
1853
aac_rkt_get_fwstatus(struct aac_softc *sc)
sys/dev/ic/aac.c
1863
aac_sa_qnotify(struct aac_softc *sc, int qbit)
sys/dev/ic/aac.c
1869
aac_rx_qnotify(struct aac_softc *sc, int qbit)
sys/dev/ic/aac.c
1875
aac_fa_qnotify(struct aac_softc *sc, int qbit)
sys/dev/ic/aac.c
1882
aac_rkt_qnotify(struct aac_softc *sc, int qbit)
sys/dev/ic/aac.c
1891
aac_sa_get_istatus(struct aac_softc *sc)
sys/dev/ic/aac.c
1897
aac_rx_get_istatus(struct aac_softc *sc)
sys/dev/ic/aac.c
1903
aac_fa_get_istatus(struct aac_softc *sc)
sys/dev/ic/aac.c
1909
aac_rkt_get_istatus(struct aac_softc *sc)
sys/dev/ic/aac.c
1918
aac_sa_clear_istatus(struct aac_softc *sc, int mask)
sys/dev/ic/aac.c
1924
aac_rx_clear_istatus(struct aac_softc *sc, int mask)
sys/dev/ic/aac.c
1930
aac_fa_clear_istatus(struct aac_softc *sc, int mask)
sys/dev/ic/aac.c
1937
aac_rkt_clear_istatus(struct aac_softc *sc, int mask)
sys/dev/ic/aac.c
1946
aac_sa_set_mailbox(struct aac_softc *sc, u_int32_t command, u_int32_t arg0,
sys/dev/ic/aac.c
1957
aac_rx_set_mailbox(struct aac_softc *sc, u_int32_t command, u_int32_t arg0,
sys/dev/ic/aac.c
196
int aac_rkt_get_fwstatus(struct aac_softc *);
sys/dev/ic/aac.c
1968
aac_fa_set_mailbox(struct aac_softc *sc, u_int32_t command, u_int32_t arg0,
sys/dev/ic/aac.c
197
void aac_rkt_qnotify(struct aac_softc *, int);
sys/dev/ic/aac.c
198
int aac_rkt_get_istatus(struct aac_softc *);
sys/dev/ic/aac.c
1984
aac_rkt_set_mailbox(struct aac_softc *sc, u_int32_t command, u_int32_t arg0,
sys/dev/ic/aac.c
199
void aac_rkt_clear_istatus(struct aac_softc *, int);
sys/dev/ic/aac.c
1998
aac_sa_get_mailbox(struct aac_softc *sc, int mb)
sys/dev/ic/aac.c
200
void aac_rkt_set_mailbox(struct aac_softc *, u_int32_t,
sys/dev/ic/aac.c
2004
aac_rx_get_mailbox(struct aac_softc *sc, int mb)
sys/dev/ic/aac.c
2010
aac_fa_get_mailbox(struct aac_softc *sc, int mb)
sys/dev/ic/aac.c
2016
aac_rkt_get_mailbox(struct aac_softc *sc, int mb)
sys/dev/ic/aac.c
2025
aac_sa_set_interrupts(struct aac_softc *sc, int enable)
sys/dev/ic/aac.c
203
int aac_rkt_get_mailbox(struct aac_softc *, int);
sys/dev/ic/aac.c
2037
aac_rx_set_interrupts(struct aac_softc *sc, int enable)
sys/dev/ic/aac.c
204
void aac_rkt_set_interrupts(struct aac_softc *, int);
sys/dev/ic/aac.c
2049
aac_fa_set_interrupts(struct aac_softc *sc, int enable)
sys/dev/ic/aac.c
2064
aac_rkt_set_interrupts(struct aac_softc *sc, int enable)
sys/dev/ic/aac.c
2102
struct aac_softc *sc = link->bus->sb_adapter_softc;
sys/dev/ic/aac.c
2173
struct aac_softc *sc = link->bus->sb_adapter_softc;
sys/dev/ic/aac.c
221
aac_attach(struct aac_softc *sc)
sys/dev/ic/aac.c
2321
aac_describe_controller(struct aac_softc *sc)
sys/dev/ic/aac.c
2375
aac_print_fib(struct aac_softc *sc, struct aac_fib *fib, const char *caller)
sys/dev/ic/aac.c
2446
aac_print_aif(struct aac_softc *sc, struct aac_aif_command *aif)
sys/dev/ic/aac.c
292
struct aac_softc *sc = arg;
sys/dev/ic/aac.c
309
aac_startup(struct aac_softc *sc)
sys/dev/ic/aac.c
395
struct aac_softc *sc = arg;
sys/dev/ic/aac.c
462
aac_startio(struct aac_softc *sc)
sys/dev/ic/aac.c
518
struct aac_softc *sc = cm->cm_sc;
sys/dev/ic/aac.c
549
struct aac_softc *sc = arg;
sys/dev/ic/aac.c
650
struct aac_softc *sc = (struct aac_softc *)context;
sys/dev/ic/aac.c
694
aac_bio_command(struct aac_softc *sc, struct aac_command **cmp)
sys/dev/ic/aac.c
83
void aac_describe_controller(struct aac_softc *);
sys/dev/ic/aac.c
84
int aac_enqueue_fib(struct aac_softc *, int, struct aac_command *);
sys/dev/ic/aac.c
844
struct aac_softc *sc = cm->cm_sc;
sys/dev/ic/aac.c
85
int aac_dequeue_fib(struct aac_softc *, int, u_int32_t *,
sys/dev/ic/aac.c
87
int aac_enqueue_response(struct aac_softc *sc, int queue,
sys/dev/ic/aac.c
874
struct aac_softc *sc = xsc;
sys/dev/ic/aac.c
904
struct aac_softc *sc = xsc;
sys/dev/ic/aac.c
91
void aac_print_printf(struct aac_softc *);
sys/dev/ic/aac.c
917
aac_alloc_commands(struct aac_softc *sc)
sys/dev/ic/aac.c
92
int aac_init(struct aac_softc *);
sys/dev/ic/aac.c
93
int aac_check_firmware(struct aac_softc *);
sys/dev/ic/aac.c
97
void aac_timeout(struct aac_softc *);
sys/dev/ic/aacvar.h
170
int (*aif_get_fwstatus)(struct aac_softc *);
sys/dev/ic/aacvar.h
171
void (*aif_qnotify)(struct aac_softc *, int);
sys/dev/ic/aacvar.h
172
int (*aif_get_istatus)(struct aac_softc *);
sys/dev/ic/aacvar.h
173
void (*aif_set_istatus)(struct aac_softc *, int);
sys/dev/ic/aacvar.h
174
void (*aif_set_mailbox)(struct aac_softc *, u_int32_t,
sys/dev/ic/aacvar.h
176
int (*aif_get_mailbox)(struct aac_softc *, int mb);
sys/dev/ic/aacvar.h
177
void (*aif_set_interrupts)(struct aac_softc *, int);
sys/dev/ic/aacvar.h
251
struct aac_softc *cm_sc; /* controller that owns us */
sys/dev/ic/aacvar.h
423
int aac_attach(struct aac_softc *);
sys/dev/ic/aacvar.h
453
void aac_print_fib(struct aac_softc *, struct aac_fib *, const char *);
sys/dev/ic/aacvar.h
454
void aac_print_aif(struct aac_softc *, struct aac_aif_command *);
sys/dev/ic/aacvar.h
456
void aac_handle_aif(struct aac_softc *, struct aac_fib *);
sys/dev/ic/aacvar.h
486
aac_initq_ ## name (struct aac_softc *sc) \
sys/dev/ic/aacvar.h
518
aac_dequeue_ ## name (struct aac_softc *sc) \
sys/dev/ic/aacvar.h
558
aac_print_printf(struct aac_softc *sc)
sys/dev/ic/aacvar.h
71
struct aac_softc;
sys/dev/pci/aac_pci.c
194
sizeof (struct aac_softc), aac_pci_probe, aac_pci_attach
sys/dev/pci/aac_pci.c
224
struct aac_softc *sc = (void *)self;