Home
last modified time | relevance | path

Searched refs:overrun_buf (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/sys/dev/advansys/
Dadv_isa.c78 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()
Dadv_eisa.c78 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()
Dadv_pci.c99 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/
Daic79xx.h1221 uint8_t *overrun_buf; member
Daic79xx.c6424 ahd->overrun_buf = next_vaddr; in ahd_init()
8716 (ahd->overrun_buf - (uint8_t *)ahd->qoutfifo) / 256; in ahd_loadseq()