Searched refs:overrun_buf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/sys/dev/advansys/ |
| D | adv_isa.c | 78 static u_int8_t* overrun_buf; variable 254 if (overrun_buf == NULL) { in adv_isa_probe() 277 (void **)&overrun_buf, in adv_isa_probe() 288 overrun_buf, ADV_OVERRUN_BSIZE, in adv_isa_probe() 297 bus_dmamem_free(overrun_dmat, overrun_buf, in adv_isa_probe() 343 bus_dmamem_free(overrun_dmat, overrun_buf, in adv_isa_probe()
|
| D | adv_eisa.c | 78 static void* overrun_buf; variable 256 if (overrun_buf == NULL) { in adv_eisa_attach() 277 &overrun_buf, in adv_eisa_attach() 286 overrun_buf, ADV_OVERRUN_BSIZE, in adv_eisa_attach()
|
| D | adv_pci.c | 99 static void* overrun_buf; variable 203 if (overrun_buf == NULL) { in adv_pci_attach() 226 &overrun_buf, in adv_pci_attach() 237 overrun_buf, ADV_OVERRUN_BSIZE, in adv_pci_attach()
|
| /freebsd-9-stable/sys/dev/aic7xxx/ |
| D | aic79xx.h | 1221 uint8_t *overrun_buf; member
|
| D | aic79xx.c | 6424 ahd->overrun_buf = next_vaddr; in ahd_init() 8716 (ahd->overrun_buf - (uint8_t *)ahd->qoutfifo) / 256; in ahd_loadseq()
|