Symbol: hdr_type
usr/src/cmd/fm/modules/common/event-transport/etm.c
250
if ((hp->hdr_type == ETM_HDR_C_HELLO) ||
usr/src/cmd/fm/modules/common/event-transport/etm.c
251
(hp->hdr_type == ETM_HDR_S_HELLO)) {
usr/src/cmd/fm/modules/common/event-transport/etm.c
253
return (hp->hdr_type);
usr/src/cmd/fm/modules/common/event-transport/etm.c
262
if ((hp->hdr_type == ETM_HDR_TYPE_TOO_LOW) ||
usr/src/cmd/fm/modules/common/event-transport/etm.c
263
(hp->hdr_type >= ETM_HDR_TYPE_TOO_HIGH)) {
usr/src/cmd/fm/modules/common/event-transport/etm.c
265
mp->epm_ep_str, hp->hdr_type);
usr/src/cmd/fm/modules/common/event-transport/etm.c
269
return (hp->hdr_type);
usr/src/cmd/fm/modules/common/event-transport/etm.c
283
hp->hdr_type = type;
usr/src/cmd/fm/modules/common/event-transport/etm_proto.h
49
uint8_t hdr_type; /* Header type */
usr/src/cmd/fmt/fmt.c
82
enum hdr_type hdr_state = not_in_hdr;
usr/src/grub/grub-0.97/netboot/pci.c
266
unsigned char hdr_type = 0;
usr/src/grub/grub-0.97/netboot/pci.c
282
PCI_HEADER_TYPE, &hdr_type);
usr/src/grub/grub-0.97/netboot/pci.c
298
pcibios_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type);
usr/src/grub/grub-0.97/netboot/pci.c
299
else if (!(hdr_type & 0x80)) /* not a multi-function device */
usr/src/grub/grub-0.97/netboot/pci.c
499
uint8_t hdr_type;
usr/src/grub/grub-0.97/netboot/pci.c
505
pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr_type);
usr/src/grub/grub-0.97/netboot/pci.c
506
switch (hdr_type & 0x7F) {
usr/src/lib/libmlrpc/common/ndr_marshal.c
173
ndr_buf_decode(ndr_buf_t *nbuf, unsigned hdr_type, unsigned opnum,
usr/src/lib/libmlrpc/common/ndr_marshal.c
198
switch (hdr_type) {
usr/src/lib/libprtdiag_psr/sparc/opl/common/opl_picl.c
709
uint8_t hdr_type;
usr/src/lib/libprtdiag_psr/sparc/opl/common/opl_picl.c
712
hdr_type = read_byte
usr/src/lib/libprtdiag_psr/sparc/opl/common/opl_picl.c
720
if ((hdr_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) {
usr/src/uts/common/inet/ip/ip6.c
2767
uint8_t *optptr, uint_t optlen, uint8_t hdr_type, ip_recv_attr_t *ira)
usr/src/uts/common/inet/ip/ip6.c
2802
if (hdr_type != IPPROTO_HOPOPTS)
usr/src/uts/common/inet/ip/ip6.c
2809
if (hdr_type != IPPROTO_HOPOPTS)
usr/src/uts/common/inet/ip/ip6.c
2858
if (hdr_type != IPPROTO_DSTOPTS)
usr/src/uts/common/inet/ip/ip6.c
2887
if (hdr_type != IPPROTO_DSTOPTS) {
usr/src/uts/common/inet/ip/ipsecah.c
2160
uint8_t hdr_type, boolean_t copy_always)
usr/src/uts/common/inet/ip/ipsecah.c
2165
ASSERT(hdr_type == IPPROTO_DSTOPTS || hdr_type == IPPROTO_HOPOPTS);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
300
FCOE_B2V_1((x_f)->frm_hdr->hdr_type), \
usr/src/uts/common/io/sfxge/common/efx_ev.c
555
uint32_t hdr_type;
usr/src/uts/common/io/sfxge/common/efx_ev.c
574
hdr_type = EFX_QWORD_FIELD(*eqp, FSF_AZ_RX_EV_HDR_TYPE);
usr/src/uts/common/io/sfxge/common/efx_ev.c
582
switch (hdr_type) {
usr/src/uts/common/sys/fcoe/fcoe_common.h
262
#define FRM_TYPE(x_frm) (FCOE_B2V_1((x_frm)->frm_hdr->hdr_type))
usr/src/uts/common/sys/fcoe/fcoe_common.h
277
#define FFM_TYPE(x_v, x_frm) FCOE_V2B_1((x_v), (x_frm)->frm_hdr->hdr_type)
usr/src/uts/common/sys/fcoe/fcoe_common.h
76
uint8_t hdr_type[1];
usr/src/uts/sun4u/io/pci/db21554.c
1630
ph->hdr_type = pci_config_get8(config_handle,
usr/src/uts/sun4u/sys/pci/db21554_config.h
229
uint8_t hdr_type;