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

  /src/sys/arch/hppa/stand/common/
ct.c 65 int ctcode[IODC_MAXSIZE/sizeof(int)];
76 IODC_IO, ctcode, IODC_MAXSIZE)) < 0) {
itecons.c 71 int kycode[IODC_MAXSIZE/sizeof(int)];
89 IODC_INIT, cniodc, IODC_MAXSIZE) < 0 ||
95 IODC_IO, cniodc, IODC_MAXSIZE) < 0) {
120 IODC_INIT, kyiodc, IODC_MAXSIZE) < 0 ||
127 IODC_IO, kyiodc, IODC_MAXSIZE))
pdc.c 281 iodc = (iodcio_t)(PAGE0->mem_free + IODC_MAXSIZE);
291 IODC_INIT, iodc, IODC_MAXSIZE)) < 0) {
330 IODC_INIT, iodc, IODC_MAXSIZE)) < 0) {
382 IODC_IO, iodc, IODC_MAXSIZE)) < 0) {
  /src/sys/arch/hppa/dev/
pdc.c 119 static int kbd_iodc[IODC_MAXSIZE/sizeof(int)];
120 static int cn_iodc[IODC_MAXSIZE/sizeof(int)];
136 &pdcret1, pz_cons->pz_hpa, IODC_IO, cn_iodc, IODC_MAXSIZE)) < 0 ||
138 &pdcret1, pz_kbd->pz_hpa, IODC_IO, kbd_iodc, IODC_MAXSIZE)) < 0) {
  /src/sys/arch/hppa/include/
pdc.h 93 #define IODC_MAXSIZE (64 * 1024) /* maximum size of IODC */

Completed in 30 milliseconds