Searched defs:ac_del_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_del.c76 static struct del_status *ac_del_list; variable in typeref:struct:del_status
86 dsp->next = ac_del_list;
87 ac_del_list = dsp;
99 dspp = &ac_del_list;
123 for (adsp = ac_del_list; adsp != NULL; adsp = adsp->next) {
152 for (adsp = ac_del_list; adsp != NULL; adsp = adsp->next) {

Completed in 62 milliseconds