HomeSort by: relevance | last modified time | path
    Searched refs:IODC_MINIOSIZ (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/hppa/stand/common/
dev_hppa.h 19 char ua_buf[IODC_MAXIOSIZ + IODC_MINIOSIZ];
dev_hppa.c 116 hpd->buf = (char *)(((u_int)hpd->ua_buf + IODC_MINIOSIZ-1) &
117 ~(IODC_MINIOSIZ-1));
itecons.c 70 char cnbuf[IODC_MINIOSIZ] __attribute__ ((aligned (IODC_MINIOSIZ)));
  /src/sys/arch/hppa/include/
pdc.h 94 #define IODC_MINIOSIZ 64 /* minimum buffer size for IODC call */
  /src/sys/arch/hppa/dev/
pdc.c 67 static char pdc_consbuf[IODC_MINIOSIZ] PDC_ALIGNMENT;

Completed in 13 milliseconds