HomeSort by: relevance | last modified time | path
    Searched defs:pdcbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hppa/stand/common/
pdc.c 83 int pdcbuf[64] PDC_ALIGNMENT;/* PDC return buffer */ variable in typeref:typename:int[64]PDC_ALIGNMENT
102 err = (*pdc)(PDC_STABLE, PDC_STABLE_SIZE, pdcbuf, 0, 0);
104 sstorsiz = uimin(pdcbuf[0],sizeof(sstor));
158 pdcbuf, 0, dp->buf, 0, 0)) < 0) {
180 pdcbuf, (unsigned) dp->last_blk, dp->buf, IODC_MAXIOSIZ,
188 if ((ret = pdcbuf[0]) == 0)
227 pzdev->pz_spa, pzdev->pz_layers, pdcbuf,
240 if ((ret = pdcbuf[0]) <= 0)
290 if ((err = (pdc)(PDC_IODC, PDC_IODC_READ, pdcbuf, io,
320 if ((err = (pdc)(PDC_IODC, PDC_IODC_READ, &pdcbuf, io
    [all...]
pdc.c 83 int pdcbuf[64] PDC_ALIGNMENT;/* PDC return buffer */ variable in typeref:typename:int[64]PDC_ALIGNMENT
102 err = (*pdc)(PDC_STABLE, PDC_STABLE_SIZE, pdcbuf, 0, 0);
104 sstorsiz = uimin(pdcbuf[0],sizeof(sstor));
158 pdcbuf, 0, dp->buf, 0, 0)) < 0) {
180 pdcbuf, (unsigned) dp->last_blk, dp->buf, IODC_MAXIOSIZ,
188 if ((ret = pdcbuf[0]) == 0)
227 pzdev->pz_spa, pzdev->pz_layers, pdcbuf,
240 if ((ret = pdcbuf[0]) <= 0)
290 if ((err = (pdc)(PDC_IODC, PDC_IODC_READ, pdcbuf, io,
320 if ((err = (pdc)(PDC_IODC, PDC_IODC_READ, &pdcbuf, io
    [all...]
pdc.c 83 int pdcbuf[64] PDC_ALIGNMENT;/* PDC return buffer */ variable in typeref:typename:int[64]PDC_ALIGNMENT
102 err = (*pdc)(PDC_STABLE, PDC_STABLE_SIZE, pdcbuf, 0, 0);
104 sstorsiz = uimin(pdcbuf[0],sizeof(sstor));
158 pdcbuf, 0, dp->buf, 0, 0)) < 0) {
180 pdcbuf, (unsigned) dp->last_blk, dp->buf, IODC_MAXIOSIZ,
188 if ((ret = pdcbuf[0]) == 0)
227 pzdev->pz_spa, pzdev->pz_layers, pdcbuf,
240 if ((ret = pdcbuf[0]) <= 0)
290 if ((err = (pdc)(PDC_IODC, PDC_IODC_READ, pdcbuf, io,
320 if ((err = (pdc)(PDC_IODC, PDC_IODC_READ, &pdcbuf, io
    [all...]

Completed in 35 milliseconds