Home
last modified time | relevance | path

Searched refs:x_ctop (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h377 #define FCT_FILL_CTIU_PREAMBLE(x_payload, x_ctop) _NOTE(EMPTY) argument
379 #define FCT_FILL_CTIU_PREAMBLE(x_payload, x_ctop) \ argument
384 x_payload[8] = 0xFF & (x_ctop >> 8); \
385 x_payload[9] = 0xFF & (x_ctop); \