Searched defs:DDI_CTLOPS_POKE (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | nexusdefs.h | 68 DDI_CTLOPS_POKE enumerator in enum:__anon8183
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | ddi_impl.c | 1821 sizeof (uint8_t), 1, 0, DDI_CTLOPS_POKE); local 1828 sizeof (uint16_t), 1, 0, DDI_CTLOPS_POKE); local 1835 sizeof (uint32_t), 1, 0, DDI_CTLOPS_POKE); local 1842 sizeof (uint64_t), 1, 0, DDI_CTLOPS_POKE); local 1882 sizeof (uint8_t), repcount, flags, DDI_CTLOPS_POKE); local 1890 sizeof (uint16_t), repcount, flags, DDI_CTLOPS_POKE); local 1898 sizeof (uint32_t), repcount, flags, DDI_CTLOPS_POKE); local 1906 sizeof (uint64_t), repcount, flags, DDI_CTLOPS_POKE); local 1923 if (cmd == DDI_CTLOPS_POKE) {
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | ddi_impl.c | 2312 if (ctlop == DDI_CTLOPS_POKE && 2398 if (ctlop == DDI_CTLOPS_POKE) 2746 sizeof (uint8_t), 1, 0, DDI_CTLOPS_POKE); local 2753 sizeof (uint16_t), 1, 0, DDI_CTLOPS_POKE); local 2760 sizeof (uint32_t), 1, 0, DDI_CTLOPS_POKE); local 2767 sizeof (uint64_t), 1, 0, DDI_CTLOPS_POKE); local 2807 sizeof (uint8_t), repcount, flags, DDI_CTLOPS_POKE); local 2815 sizeof (uint16_t), repcount, flags, DDI_CTLOPS_POKE); local 2823 sizeof (uint32_t), repcount, flags, DDI_CTLOPS_POKE); local 2831 sizeof (uint64_t), repcount, flags, DDI_CTLOPS_POKE); local [all...] |
Completed in 1686 milliseconds