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