Home
last modified time | relevance | path

Searched refs:_hdr (Results 1 – 4 of 4) 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)) argument
93 #define DR_CPU_RESP_STATS(_hdr) ((dr_cpu_stat_t *)((_hdr) + 1)) argument
H A Dvio_mailbox.h137 } _hdr; member
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.c118 #define ARP_HOOK_IN(_hook, _event, _ilp, _hdr, _fm, _m, ipst) \ argument
126 info.hpe_hdr = _hdr; \
135 _hdr = NULL; \
138 _hdr = info.hpe_hdr; \
143 #define ARP_HOOK_OUT(_hook, _event, _olp, _hdr, _fm, _m, ipst) \ argument
151 info.hpe_hdr = _hdr; \
160 _hdr = NULL; \
163 _hdr = info.hpe_hdr; \
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Diffe.tst1443 _hdr = <header>
1448 ( _hdr )
1449 ( ! _hdr )
1459 #define _hdr <header>
1467 iffe: test: is ( _hdr ) true ... yes
1468 iffe: test: is ( ! _hdr ) true ... no