Home
last modified time | relevance | path

Searched refs:IODC_IOSIZ (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/arch/hppa/stand/libsa/
H A Dpdc.c179 pdcbuf, dp->last_blk, dp->buf, IODC_IOSIZ,
180 IODC_IOSIZ)) < 0) {
232 (u_int)blk - offset, dp->buf, IODC_IOSIZ, IODC_IOSIZ)) < 0) {
236 blk - offset, IODC_IOSIZ, ret);
H A Ddev_hppa.h18 char ua_buf[IODC_IOSIZ + IODC_MINIOSIZ];
/openbsd/sys/arch/hppa/include/
H A Dpdc.h94 #define IODC_IOSIZ (16 * 1024) macro