Searched defs:DDI_CTLOPS_PEEK (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dnexusdefs.h67 DDI_CTLOPS_PEEK, enumerator in enum:__anon8183
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1782 sizeof (uint8_t), 1, 0, DDI_CTLOPS_PEEK); local
1792 sizeof (uint16_t), 1, 0, DDI_CTLOPS_PEEK); local
1802 sizeof (uint32_t), 1, 0, DDI_CTLOPS_PEEK); local
1812 sizeof (uint64_t), 1, 0, DDI_CTLOPS_PEEK); local
1850 sizeof (uint8_t), repcount, flags, DDI_CTLOPS_PEEK); local
1858 sizeof (uint16_t), repcount, flags, DDI_CTLOPS_PEEK); local
1866 sizeof (uint32_t), repcount, flags, DDI_CTLOPS_PEEK); local
1874 sizeof (uint64_t), repcount, flags, DDI_CTLOPS_PEEK); local
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2293 return (cmd == DDI_CTLOPS_PEEK ? peek_mem(in_args) : poke_mem(in_args));
2316 if (ctlop == DDI_CTLOPS_PEEK &&
2707 sizeof (uint8_t), 1, 0, DDI_CTLOPS_PEEK); local
2717 sizeof (uint16_t), 1, 0, DDI_CTLOPS_PEEK); local
2727 sizeof (uint32_t), 1, 0, DDI_CTLOPS_PEEK); local
2737 sizeof (uint64_t), 1, 0, DDI_CTLOPS_PEEK); local
2775 sizeof (uint8_t), repcount, flags, DDI_CTLOPS_PEEK); local
2783 sizeof (uint16_t), repcount, flags, DDI_CTLOPS_PEEK); local
2791 sizeof (uint32_t), repcount, flags, DDI_CTLOPS_PEEK); local
2799 sizeof (uint64_t), repcount, flags, DDI_CTLOPS_PEEK); local
[all...]

Completed in 70 milliseconds