Searched refs:pdcbuf (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/hppa/stand/common/ |
H A D | pdc.c | 83 int pdcbuf[64] PDC_ALIGNMENT;/* PDC return buffer */ variable 102 err = (*pdc)(PDC_STABLE, PDC_STABLE_SIZE, pdcbuf, 0, 0); in pdc_init() 104 sstorsiz = uimin(pdcbuf[0],sizeof(sstor)); in pdc_init() 158 pdcbuf, 0, dp->buf, 0, 0)) < 0) { in iodcstrategy() 180 pdcbuf, (unsigned) dp->last_blk, dp->buf, IODC_MAXIOSIZ, in iodcstrategy() 188 if ((ret = pdcbuf[0]) == 0) in iodcstrategy() 227 pzdev->pz_spa, pzdev->pz_layers, pdcbuf, in iodcstrategy() 240 if ((ret = pdcbuf[0]) <= 0) in iodcstrategy() 290 if ((err = (pdc)(PDC_IODC, PDC_IODC_READ, pdcbuf, io, in pdc_findev() 320 if ((err = (pdc)(PDC_IODC, PDC_IODC_READ, &pdcbuf, io, in pdc_findev() [all …]
|
H A D | itecons.c | 88 if ((*pdc) (PDC_IODC, PDC_IODC_READ, pdcbuf, cons_pzdev->pz_hpa, in ite_probe() 93 cons_pzdev->pz_layers, pdcbuf, 0,0,0,0) < 0 || in ite_probe() 94 (*pdc) (PDC_IODC, PDC_IODC_READ, pdcbuf, cons_pzdev->pz_hpa, in ite_probe() 119 if ((*pdc) (PDC_IODC, PDC_IODC_READ, pdcbuf, kbd_pzdev->pz_hpa, in ite_init() 125 kbd_pzdev->pz_layers, pdcbuf, 0, 0, 0, 0) < 0 || in ite_init() 126 (*pdc) (PDC_IODC, PDC_IODC_READ, pdcbuf, kbd_pzdev->pz_hpa, in ite_init() 153 cons_pzdev->pz_layers, pdcbuf, 0, cnbuf, 1, 0); in ite_putc() 180 pdcbuf, 0, cnbuf, 1, 0); in ite_getc() 181 l = pdcbuf[0]; in ite_getc()
|
H A D | time.c | 44 if ((err = (*pdc)(PDC_TOD, PDC_TOD_READ, &pdcbuf)) < 0) { in getsecs() 51 tt = ((struct pdc_tod *)pdcbuf)->sec; in getsecs()
|
H A D | ct.c | 75 if ((ret = (*pdc)(PDC_IODC, PDC_IODC_READ, pdcbuf, ctdev.pz_hpa, in ctopen() 87 ctdev.pz_layers, pdcbuf, 0, in ctopen()
|
H A D | dev_hppa.h | 41 extern int pdcbuf[]; /* PDC returns, pdc.c */
|