Symbol: aac_softstate
usr/src/uts/common/io/aac/aac.c
1047
struct aac_softstate *softs = AAC_DIP2SOFTS(dip);
usr/src/uts/common/io/aac/aac.c
1072
struct aac_softstate *softs = AAC_DIP2SOFTS(dip);
usr/src/uts/common/io/aac/aac.c
1107
aac_shutdown(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
1134
struct aac_softstate *softs = (void *)arg;
usr/src/uts/common/io/aac/aac.c
1221
aac_send_command(struct aac_softstate *softs, struct aac_slot *slotp)
usr/src/uts/common/io/aac/aac.c
1244
aac_end_io(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
1297
aac_handle_io(struct aac_softstate *softs, int index)
usr/src/uts/common/io/aac/aac.c
1363
aac_process_intr_new(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
1422
struct aac_softstate *softs = (void *)arg;
usr/src/uts/common/io/aac/aac.c
1443
aac_process_intr_old(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
1561
struct aac_softstate *softs = (void *)arg;
usr/src/uts/common/io/aac/aac.c
1579
aac_query_intrs(struct aac_softstate *softs, int intr_type)
usr/src/uts/common/io/aac/aac.c
1671
aac_add_intrs(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
1716
aac_remove_intrs(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
1732
aac_enable_intrs(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
1754
aac_disable_intrs(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
1778
aac_set_pkt_reason(struct aac_softstate *softs, struct aac_cmd *acp,
usr/src/uts/common/io/aac/aac.c
1793
aac_soft_callback(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
1822
aac_ld_complete(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
1851
aac_pd_complete(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
2028
aac_ioctl_complete(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
2054
aac_sync_complete(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
2063
aac_synccache_complete(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
2082
aac_startstop_complete(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
2105
aac_check_card_type(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
2217
aac_register_intrs(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
2278
aac_unregister_intrs(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
2289
aac_check_firmware(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
233
static int aac_rx_get_fwstatus(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
234
static int aac_rx_get_mailbox(struct aac_softstate *, int);
usr/src/uts/common/io/aac/aac.c
235
static void aac_rx_set_mailbox(struct aac_softstate *, uint32_t, uint32_t,
usr/src/uts/common/io/aac/aac.c
237
static int aac_rkt_get_fwstatus(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
238
static int aac_rkt_get_mailbox(struct aac_softstate *, int);
usr/src/uts/common/io/aac/aac.c
239
static void aac_rkt_set_mailbox(struct aac_softstate *, uint32_t, uint32_t,
usr/src/uts/common/io/aac/aac.c
2485
aac_fsa_rev(struct aac_softstate *softs, struct FsaRev *fsarev0,
usr/src/uts/common/io/aac/aac.c
2503
aac_get_adapter_info(struct aac_softstate *softs,
usr/src/uts/common/io/aac/aac.c
254
static int aac_query_intrs(struct aac_softstate *, int);
usr/src/uts/common/io/aac/aac.c
255
static int aac_add_intrs(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
256
static void aac_remove_intrs(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
257
static int aac_enable_intrs(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
258
static int aac_disable_intrs(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
2606
aac_get_bus_info(struct aac_softstate *softs, uint32_t *bus_max,
usr/src/uts/common/io/aac/aac.c
266
static int aac_check_card_type(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
267
static int aac_check_firmware(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
268
static int aac_common_attach(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
269
static void aac_common_detach(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
270
static int aac_probe_containers(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
2709
aac_handle_adapter_config_issues(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
271
static int aac_alloc_comm_space(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
272
static int aac_setup_comm_space(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
273
static void aac_free_comm_space(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
274
static int aac_hba_setup(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
2782
aac_common_attach(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
279
int aac_sync_mbcommand(struct aac_softstate *, uint32_t, uint32_t,
usr/src/uts/common/io/aac/aac.c
281
static int aac_sync_fib(struct aac_softstate *, uint16_t, uint16_t);
usr/src/uts/common/io/aac/aac.c
294
static int aac_fib_enqueue(struct aac_softstate *, int, uint32_t, uint32_t);
usr/src/uts/common/io/aac/aac.c
295
static int aac_fib_dequeue(struct aac_softstate *, int, int *);
usr/src/uts/common/io/aac/aac.c
300
static int aac_create_slots(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
301
static void aac_destroy_slots(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
302
static void aac_alloc_fibs(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
303
static void aac_destroy_fibs(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
3036
aac_common_detach(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
304
static struct aac_slot *aac_get_slot(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
305
static void aac_release_slot(struct aac_softstate *, struct aac_slot *);
usr/src/uts/common/io/aac/aac.c
306
static int aac_alloc_fib(struct aac_softstate *, struct aac_slot *);
usr/src/uts/common/io/aac/aac.c
3061
aac_sync_mbcommand(struct aac_softstate *softs, uint32_t cmd,
usr/src/uts/common/io/aac/aac.c
3110
aac_sync_fib(struct aac_softstate *softs, uint16_t cmd, uint16_t fibsize)
usr/src/uts/common/io/aac/aac.c
312
static void aac_cmd_fib_header(struct aac_softstate *, struct aac_cmd *,
usr/src/uts/common/io/aac/aac.c
314
static void aac_cmd_fib_rawio(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
315
static void aac_cmd_fib_brw64(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
316
static void aac_cmd_fib_brw(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
317
static void aac_cmd_fib_sync(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
318
static void aac_cmd_fib_scsi32(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
319
static void aac_cmd_fib_scsi64(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
320
static void aac_cmd_fib_startstop(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
3208
aac_fib_enqueue(struct aac_softstate *softs, int queue, uint32_t fib_addr,
usr/src/uts/common/io/aac/aac.c
321
static void aac_start_waiting_io(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
322
static void aac_drain_comp_q(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
323
int aac_do_io(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
324
static int aac_sync_fib_slot_bind(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
325
static void aac_sync_fib_slot_release(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
326
static void aac_start_io(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
3269
aac_fib_dequeue(struct aac_softstate *softs, int queue, int *idxp)
usr/src/uts/common/io/aac/aac.c
327
static int aac_do_poll_io(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
328
static int aac_do_sync_io(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
329
static int aac_send_command(struct aac_softstate *, struct aac_slot *);
usr/src/uts/common/io/aac/aac.c
330
static void aac_cmd_timeout(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
332
static int aac_shutdown(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
333
static int aac_reset_adapter(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
334
static int aac_do_quiesce(struct aac_softstate *softs);
usr/src/uts/common/io/aac/aac.c
3348
aac_get_mntinfo(struct aac_softstate *softs, int cid)
usr/src/uts/common/io/aac/aac.c
335
static int aac_do_unquiesce(struct aac_softstate *softs);
usr/src/uts/common/io/aac/aac.c
336
static void aac_unhold_bus(struct aac_softstate *, int);
usr/src/uts/common/io/aac/aac.c
337
static void aac_set_throttle(struct aac_softstate *, struct aac_device *,
usr/src/uts/common/io/aac/aac.c
3374
aac_get_container_count(struct aac_softstate *softs, int *count)
usr/src/uts/common/io/aac/aac.c
3402
aac_get_container_uid(struct aac_softstate *softs, uint32_t cid, uint32_t *uid)
usr/src/uts/common/io/aac/aac.c
3427
aac_get_container_info(struct aac_softstate *softs, int cid)
usr/src/uts/common/io/aac/aac.c
343
static void aac_save_aif(struct aac_softstate *, ddi_acc_handle_t,
usr/src/uts/common/io/aac/aac.c
345
static int aac_handle_aif(struct aac_softstate *, struct aac_aif_command *);
usr/src/uts/common/io/aac/aac.c
3456
aac_probe_container(struct aac_softstate *softs, uint32_t cid)
usr/src/uts/common/io/aac/aac.c
351
static void aac_event_thread(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
352
static void aac_event_disp(struct aac_softstate *, int);
usr/src/uts/common/io/aac/aac.c
3535
aac_probe_containers(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
3574
aac_probe_jbod(struct aac_softstate *softs, int tgt, int event)
usr/src/uts/common/io/aac/aac.c
360
extern int aac_do_ioctl(struct aac_softstate *, dev_t, int, intptr_t, int);
usr/src/uts/common/io/aac/aac.c
3601
aac_alloc_comm_space(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
365
static void aac_fm_init(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
366
static void aac_fm_fini(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
3662
aac_free_comm_space(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
3678
aac_setup_comm_space(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
370
void aac_fm_ereport(struct aac_softstate *, char *);
usr/src/uts/common/io/aac/aac.c
375
static dev_info_t *aac_find_child(struct aac_softstate *, uint16_t, uint8_t);
usr/src/uts/common/io/aac/aac.c
378
static int aac_handle_dr(struct aac_softstate *, int, int, int);
usr/src/uts/common/io/aac/aac.c
3828
aac_vendor_id(struct aac_softstate *softs, uchar_t *buf)
usr/src/uts/common/io/aac/aac.c
3836
aac_product_id(struct aac_softstate *softs, uchar_t *buf)
usr/src/uts/common/io/aac/aac.c
3847
aac_lun_serialno(struct aac_softstate *softs, int tgt, uchar_t *buf)
usr/src/uts/common/io/aac/aac.c
3867
aac_inquiry(struct aac_softstate *softs, struct scsi_pkt *pkt,
usr/src/uts/common/io/aac/aac.c
394
static int aac_get_fw_debug_buffer(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
395
static void aac_print_scmd(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.c
396
static void aac_print_aif(struct aac_softstate *, struct aac_aif_command *);
usr/src/uts/common/io/aac/aac.c
3995
aac_mode_sense(struct aac_softstate *softs, struct scsi_pkt *pkt,
usr/src/uts/common/io/aac/aac.c
4154
struct aac_softstate *softs = AAC_TRAN2SOFTS(tran);
usr/src/uts/common/io/aac/aac.c
4242
struct aac_softstate *softs = SD2AAC(sd);
usr/src/uts/common/io/aac/aac.c
4265
aac_check_adapter_health(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
4284
aac_abort_iocmd(struct aac_softstate *softs, struct aac_cmd *acp,
usr/src/uts/common/io/aac/aac.c
4323
aac_abort_iocmds(struct aac_softstate *softs, int iocmd, struct scsi_pkt *pkt,
usr/src/uts/common/io/aac/aac.c
4373
struct aac_softstate *softs = arg;
usr/src/uts/common/io/aac/aac.c
4399
aac_start_drain(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
4414
aac_stop_drain(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
4439
aac_reset_adapter(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
4542
aac_set_throttle(struct aac_softstate *softs, struct aac_device *dvp, int q,
usr/src/uts/common/io/aac/aac.c
4555
aac_hold_bus(struct aac_softstate *softs, int iocmds)
usr/src/uts/common/io/aac/aac.c
4574
aac_unhold_bus(struct aac_softstate *softs, int iocmds)
usr/src/uts/common/io/aac/aac.c
4606
aac_do_reset(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
4631
int (*intr_handler)(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
4676
struct aac_softstate *softs = AAC_TRAN2SOFTS(ap->a_hba_tran);
usr/src/uts/common/io/aac/aac.c
4709
struct aac_softstate *softs = AAC_TRAN2SOFTS(ap->a_hba_tran);
usr/src/uts/common/io/aac/aac.c
4748
aac_unknown_scmd(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
4761
aac_tran_start_ld(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
477
static struct aac_softstate *aac_softstatep;
usr/src/uts/common/io/aac/aac.c
4958
struct aac_softstate *softs = AAC_TRAN2SOFTS(ap->a_hba_tran);
usr/src/uts/common/io/aac/aac.c
5032
struct aac_softstate *softs = AAC_TRAN2SOFTS(ap->a_hba_tran);
usr/src/uts/common/io/aac/aac.c
5080
struct aac_softstate *softs = AAC_TRAN2SOFTS(ap->a_hba_tran);
usr/src/uts/common/io/aac/aac.c
5139
aac_cmd_dma_alloc(struct aac_softstate *softs, struct aac_cmd *acp,
usr/src/uts/common/io/aac/aac.c
5370
struct aac_softstate *softs = AAC_TRAN2SOFTS(ap->a_hba_tran);
usr/src/uts/common/io/aac/aac.c
5447
aac_do_quiesce(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
5472
struct aac_softstate *softs = AAC_DIP2SOFTS(dip);
usr/src/uts/common/io/aac/aac.c
5487
aac_do_unquiesce(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
5499
struct aac_softstate *softs = AAC_DIP2SOFTS(dip);
usr/src/uts/common/io/aac/aac.c
5514
aac_hba_setup(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
5558
aac_cmd_fib_header(struct aac_softstate *softs, struct aac_cmd *acp,
usr/src/uts/common/io/aac/aac.c
5593
aac_cmd_fib_rawio(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
5633
aac_cmd_fib_brw64(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
5673
aac_cmd_fib_brw(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
5722
aac_cmd_fib_copy(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
5736
aac_cmd_fib_sync(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
5756
aac_cmd_fib_startstop(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
5813
aac_cmd_fib_scsi32(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
5840
aac_cmd_fib_scsi64(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
5869
aac_cmd_slot_bind(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
5885
aac_bind_io(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
5909
aac_sync_fib_slot_bind(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
5927
aac_sync_fib_slot_release(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
5939
aac_start_io(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
5991
aac_start_waitq(struct aac_softstate *softs, struct aac_cmd_queue *q)
usr/src/uts/common/io/aac/aac.c
6008
aac_start_waiting_io(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
6021
aac_drain_comp_q(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
6076
aac_alloc_fib(struct aac_softstate *softs, struct aac_slot *slotp)
usr/src/uts/common/io/aac/aac.c
6161
aac_alloc_fibs(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
6181
aac_destroy_fibs(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
6196
aac_create_slots(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
6215
aac_destroy_slots(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
6226
aac_get_slot(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
6238
aac_release_slot(struct aac_softstate *softs, struct aac_slot *slotp)
usr/src/uts/common/io/aac/aac.c
6249
aac_do_io(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
6273
aac_do_poll_io(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
6275
int (*intr_handler)(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
6298
aac_do_sync_io(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
6342
aac_save_aif(struct aac_softstate *softs, ddi_acc_handle_t acc,
usr/src/uts/common/io/aac/aac.c
6402
aac_return_aif_common(struct aac_softstate *softs, struct aac_fib_context *ctx,
usr/src/uts/common/io/aac/aac.c
6420
aac_return_aif(struct aac_softstate *softs, struct aac_fib_context *ctx,
usr/src/uts/common/io/aac/aac.c
6432
aac_return_aif_wait(struct aac_softstate *softs, struct aac_fib_context *ctx,
usr/src/uts/common/io/aac/aac.c
6458
aac_handle_aif(struct aac_softstate *softs, struct aac_aif_command *aif)
usr/src/uts/common/io/aac/aac.c
6558
aac_aif_event(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
6589
aac_cmd_timeout(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
6627
aac_sync_tick(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
6660
aac_daemon(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
6712
aac_event_thread(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
6758
struct aac_softstate *softs = arg;
usr/src/uts/common/io/aac/aac.c
6791
aac_event_disp(struct aac_softstate *softs, int events)
usr/src/uts/common/io/aac/aac.c
6803
aac_rx_get_fwstatus(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
6809
aac_rx_get_mailbox(struct aac_softstate *softs, int mb)
usr/src/uts/common/io/aac/aac.c
6815
aac_rx_set_mailbox(struct aac_softstate *softs, uint32_t cmd,
usr/src/uts/common/io/aac/aac.c
6826
aac_rkt_get_fwstatus(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
6832
aac_rkt_get_mailbox(struct aac_softstate *softs, int mb)
usr/src/uts/common/io/aac/aac.c
6838
aac_rkt_set_mailbox(struct aac_softstate *softs, uint32_t cmd,
usr/src/uts/common/io/aac/aac.c
6854
struct aac_softstate *softs;
usr/src/uts/common/io/aac/aac.c
6909
struct aac_softstate *softs;
usr/src/uts/common/io/aac/aac.c
6952
aac_fm_init(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
7002
aac_fm_fini(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
705
sizeof (struct aac_softstate), 0)) != 0)
usr/src/uts/common/io/aac/aac.c
7050
aac_fm_ereport(struct aac_softstate *softs, char *detail)
usr/src/uts/common/io/aac/aac.c
7109
aac_find_child(struct aac_softstate *softs, uint16_t tgt, uint8_t lun)
usr/src/uts/common/io/aac/aac.c
7140
aac_config_child(struct aac_softstate *softs, struct scsi_device *sd,
usr/src/uts/common/io/aac/aac.c
7210
aac_probe_lun(struct aac_softstate *softs, struct scsi_device *sd)
usr/src/uts/common/io/aac/aac.c
7268
aac_config_lun(struct aac_softstate *softs, uint16_t tgt, uint8_t lun,
usr/src/uts/common/io/aac/aac.c
7298
aac_config_tgt(struct aac_softstate *softs, int tgt)
usr/src/uts/common/io/aac/aac.c
7402
aac_devcfg(struct aac_softstate *softs, int tgt, int en)
usr/src/uts/common/io/aac/aac.c
7419
struct aac_softstate *softs;
usr/src/uts/common/io/aac/aac.c
7499
aac_handle_dr(struct aac_softstate *softs, int tgt, int lun, int event)
usr/src/uts/common/io/aac/aac.c
75
#define AAC_TRAN2SOFTS(tran) ((struct aac_softstate *)(tran)->tran_hba_private)
usr/src/uts/common/io/aac/aac.c
765
struct aac_softstate *softs = NULL;
usr/src/uts/common/io/aac/aac.c
7995
aac_get_fw_debug_buffer(struct aac_softstate *softs)
usr/src/uts/common/io/aac/aac.c
8030
aac_dbflag_on(struct aac_softstate *softs, int flag)
usr/src/uts/common/io/aac/aac.c
8039
aac_cmn_err(struct aac_softstate *softs, uint_t lev, char sl, int noheader)
usr/src/uts/common/io/aac/aac.c
8069
aac_printf(struct aac_softstate *softs, uint_t lev, const char *fmt, ...)
usr/src/uts/common/io/aac/aac.c
8167
aac_print_scmd(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac.c
8235
aac_print_fib(struct aac_softstate *softs, struct aac_slot *slotp)
usr/src/uts/common/io/aac/aac.c
8443
aac_print_aif(struct aac_softstate *softs, struct aac_aif_command *aif)
usr/src/uts/common/io/aac/aac.c
975
struct aac_softstate *softs = AAC_TRAN2SOFTS(tran);
usr/src/uts/common/io/aac/aac.h
256
struct aac_softstate;
usr/src/uts/common/io/aac/aac.h
257
typedef void (*aac_cmd_fib_t)(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.h
291
void (*ac_comp)(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac.h
343
struct aac_softstate;
usr/src/uts/common/io/aac/aac.h
345
int (*aif_get_fwstatus)(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.h
346
int (*aif_get_mailbox)(struct aac_softstate *, int);
usr/src/uts/common/io/aac/aac.h
347
void (*aif_set_mailbox)(struct aac_softstate *, uint32_t,
usr/src/uts/common/io/aac/aac.h
511
_NOTE(SCHEME_PROTECTS_DATA("stable data", aac_softstate::{flags slen \
usr/src/uts/common/io/aac/aac.h
545
extern int aac_dbflag_on(struct aac_softstate *, int);
usr/src/uts/common/io/aac/aac.h
546
extern void aac_printf(struct aac_softstate *, uint_t, const char *, ...);
usr/src/uts/common/io/aac/aac.h
547
extern void aac_print_fib(struct aac_softstate *, struct aac_slot *);
usr/src/uts/common/io/aac/aac_ioctl.c
159
aac_check_revision(struct aac_softstate *softs, intptr_t arg, int mode)
usr/src/uts/common/io/aac/aac_ioctl.c
188
aac_send_fib(struct aac_softstate *softs, struct aac_cmd *acp)
usr/src/uts/common/io/aac/aac_ioctl.c
217
aac_ioctl_send_fib(struct aac_softstate *softs, intptr_t arg, int mode)
usr/src/uts/common/io/aac/aac_ioctl.c
309
aac_open_getadapter_fib(struct aac_softstate *softs, intptr_t arg, int mode)
usr/src/uts/common/io/aac/aac_ioctl.c
357
aac_next_getadapter_fib(struct aac_softstate *softs, intptr_t arg, int mode)
usr/src/uts/common/io/aac/aac_ioctl.c
400
aac_close_getadapter_fib(struct aac_softstate *softs, intptr_t arg)
usr/src/uts/common/io/aac/aac_ioctl.c
433
aac_send_raw_srb(struct aac_softstate *softs, dev_t dev, intptr_t arg, int mode)
usr/src/uts/common/io/aac/aac_ioctl.c
60
extern int aac_sync_mbcommand(struct aac_softstate *, uint32_t, uint32_t,
usr/src/uts/common/io/aac/aac_ioctl.c
62
extern int aac_cmd_dma_alloc(struct aac_softstate *, struct aac_cmd *,
usr/src/uts/common/io/aac/aac_ioctl.c
638
aac_get_pci_info(struct aac_softstate *softs, intptr_t arg, int mode)
usr/src/uts/common/io/aac/aac_ioctl.c
65
extern int aac_do_io(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac_ioctl.c
66
extern void aac_cmd_fib_copy(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac_ioctl.c
667
aac_query_disk(struct aac_softstate *softs, intptr_t arg, int mode)
usr/src/uts/common/io/aac/aac_ioctl.c
67
extern void aac_ioctl_complete(struct aac_softstate *, struct aac_cmd *);
usr/src/uts/common/io/aac/aac_ioctl.c
68
extern int aac_return_aif_wait(struct aac_softstate *, struct aac_fib_context *,
usr/src/uts/common/io/aac/aac_ioctl.c
70
extern int aac_return_aif(struct aac_softstate *, struct aac_fib_context *,
usr/src/uts/common/io/aac/aac_ioctl.c
704
aac_delete_disk(struct aac_softstate *softs, intptr_t arg, int mode)
usr/src/uts/common/io/aac/aac_ioctl.c
740
aac_supported_features(struct aac_softstate *softs, intptr_t arg, int mode)
usr/src/uts/common/io/aac/aac_ioctl.c
79
static int aac_check_revision(struct aac_softstate *, intptr_t, int);
usr/src/uts/common/io/aac/aac_ioctl.c
80
static int aac_ioctl_send_fib(struct aac_softstate *, intptr_t, int);
usr/src/uts/common/io/aac/aac_ioctl.c
81
static int aac_open_getadapter_fib(struct aac_softstate *, intptr_t, int);
usr/src/uts/common/io/aac/aac_ioctl.c
82
static int aac_next_getadapter_fib(struct aac_softstate *, intptr_t, int);
usr/src/uts/common/io/aac/aac_ioctl.c
83
static int aac_close_getadapter_fib(struct aac_softstate *, intptr_t);
usr/src/uts/common/io/aac/aac_ioctl.c
84
static int aac_send_raw_srb(struct aac_softstate *, dev_t, intptr_t, int);
usr/src/uts/common/io/aac/aac_ioctl.c
85
static int aac_get_pci_info(struct aac_softstate *, intptr_t, int);
usr/src/uts/common/io/aac/aac_ioctl.c
86
static int aac_query_disk(struct aac_softstate *, intptr_t, int);
usr/src/uts/common/io/aac/aac_ioctl.c
87
static int aac_delete_disk(struct aac_softstate *, intptr_t, int);
usr/src/uts/common/io/aac/aac_ioctl.c
88
static int aac_supported_features(struct aac_softstate *, intptr_t, int);
usr/src/uts/common/io/aac/aac_ioctl.c
97
aac_do_ioctl(struct aac_softstate *softs, dev_t dev, int cmd, intptr_t arg,