Searched refs:_hdr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Ddr_cpu.h92 #define DR_CPU_CMD_CPUIDS(_hdr) ((uint32_t *)((_hdr) + 1))
93 #define DR_CPU_RESP_STATS(_hdr) ((dr_cpu_stat_t *)((_hdr) + 1))
H A Dvio_mailbox.h137 } _hdr; member in union:vio_msg_tag
141 #define vio_msgtype _hdr._msgtype
142 #define vio_subtype _hdr._subtype
143 #define vio_subtype_env _hdr._subtype_env
144 #define vio_sid _hdr._sid
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c119 #define ARP_HOOK_IN(_hook, _event, _ilp, _hdr, _fm, _m, ipst) \
127 info.hpe_hdr = _hdr; \
136 _hdr = NULL; \
139 _hdr = info.hpe_hdr; \
144 #define ARP_HOOK_OUT(_hook, _event, _olp, _hdr, _fm, _m, ipst) \
152 info.hpe_hdr = _hdr; \
161 _hdr = NULL; \
164 _hdr = info.hpe_hdr; \

Completed in 63 milliseconds