Home
last modified time | relevance | path

Searched refs:ac_softsp (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_del.c289 struct ac_soft_state *asp = (struct ac_soft_state *)(del->ac_softsp); in ac_del_bank_add_cage()
382 struct ac_soft_state *asp = (struct ac_soft_state *)(del->ac_softsp); in ac_bank_write_pattern()
481 if (board == NULL || board->ac_softsp == NULL) { in ac_del_memory()
487 ASSERT(pkt->softsp == board->ac_softsp); in ac_del_memory()
534 ASSERT(board != NULL && board->ac_softsp != NULL); in ac_del_memory()
539 (struct ac_soft_state *)(board->ac_softsp)); in ac_del_memory()
559 ASSERT(board != NULL && board->ac_softsp != NULL); in ac_del_memory()
562 ASSERT(asp == (struct ac_soft_state *)(board->ac_softsp)); in ac_del_memory()
H A Dac_add.c204 if (board == NULL || board->ac_softsp == NULL) { in ac_add_memory()
209 ASSERT(pkt->softsp == board->ac_softsp); in ac_add_memory()
H A Dac_stat.c79 if (board == NULL || board->ac_softsp == NULL) { in ac_mem_stat()
95 ASSERT(pkt->softsp == board->ac_softsp); in ac_mem_stat()
H A Dac.c312 list->ac_softsp = softsp; in ac_attach()
387 ASSERT(list->ac_softsp == softsp); in ac_detach()
421 list->ac_softsp = NULL; in ac_detach()
1582 softsp = board->ac_softsp; in ac_timeout()
H A Dac_test.c114 if (board == NULL || board->ac_softsp == NULL) { in ac_mem_test_start()
119 ASSERT(pkt->softsp == board->ac_softsp); in ac_mem_test_start()
H A Dsysctrl_dr.c1245 if ((acsp = (struct ac_soft_state *)bdp->ac_softsp) != NULL) { in sysc_bd_unconfigure()
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h788 void *ac_softsp; /* opaque pointer to our AC */ member