Searched refs:ahc_isa_slot (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/arch/i386/isa/
H A Dahc_isa.c136 struct ahc_isa_slot { struct
137 LIST_ENTRY(ahc_isa_slot) link;
141 static LIST_HEAD(, ahc_isa_slot) ahc_isa_all_slots;
289 struct ahc_isa_slot *as;
310 as = (struct ahc_isa_slot *)
311 malloc(sizeof(struct ahc_isa_slot), M_DEVBUF, M_NOWAIT);

Completed in 216 milliseconds