HomeSort by: relevance | last modified time | path
    Searched defs:ahc_isa_slot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/isa/
ahc_isa.c 182 struct ahc_isa_slot { struct
183 LIST_ENTRY(ahc_isa_slot) link;
187 static LIST_HEAD(, ahc_isa_slot) ahc_isa_all_slots;
309 struct ahc_isa_slot *as;
339 as = malloc(sizeof(struct ahc_isa_slot), M_DEVBUF, M_WAITOK);
ahc_isa.c 182 struct ahc_isa_slot { struct
183 LIST_ENTRY(ahc_isa_slot) link;
187 static LIST_HEAD(, ahc_isa_slot) ahc_isa_all_slots;
309 struct ahc_isa_slot *as;
339 as = malloc(sizeof(struct ahc_isa_slot), M_DEVBUF, M_WAITOK);

Completed in 60 milliseconds