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

  /src/sys/arch/hppa/hppa/
autoconf.c 132 struct iodc_data hm_type;
510 error = pdcproc_iodc_read(nhm.hm_hpa, IODC_DATA, NULL,
762 error = pdcproc_iodc_read(nhm.hm_hpa, IODC_DATA, NULL, &nhm.hm_pir,
830 error = pdcproc_iodc_read(hm.hm_hpa, IODC_DATA, NULL,
  /src/sys/arch/hppa/stand/common/
pdc.c 300 struct iodc_data mptr;
321 IODC_DATA, &mptr, sizeof(mptr))) < 0) {
324 printf("IODC_DATA: %d\n", err);
  /src/sys/arch/hppa/include/
pdc.h 147 #define IODC_DATA 0 /* get first 16 bytes from mod IODC */
727 * given the IODC_DATA argument.
729 struct iodc_data { struct
736 iodc_more: 1, /* iodc_data is: 0:8-byte, 1:16-byte */
737 iodc_word: 1, /* iodc_data is: 0:byte, 1:word */
792 struct iodc_data *, size_t);

Completed in 13 milliseconds