/titanic_41/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()
|
/titanic_41/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)
|
/titanic_41/usr/src/cmd/fm/modules/common/event-transport/ |
H A D | etm_proto.h | 51 uint8_t hdr_type; /* Header type */ member
|
H A D | etm.c | 252 if ((hp->hdr_type == ETM_HDR_C_HELLO) || in etm_check_hdr() 253 (hp->hdr_type == ETM_HDR_S_HELLO)) { in etm_check_hdr() 255 return (hp->hdr_type); in etm_check_hdr() 264 if ((hp->hdr_type == ETM_HDR_TYPE_TOO_LOW) || in etm_check_hdr() 265 (hp->hdr_type >= ETM_HDR_TYPE_TOO_HIGH)) { in etm_check_hdr() 267 mp->epm_ep_str, hp->hdr_type); in etm_check_hdr() 271 return (hp->hdr_type); in etm_check_hdr() 285 hp->hdr_type = type; in etm_create_hdr()
|
/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_marshal.c | 125 ndr_buf_decode(ndr_buf_t *nbuf, unsigned hdr_type, unsigned opnum, in ndr_buf_decode() argument 149 switch (hdr_type) { in ndr_buf_decode()
|
/titanic_41/usr/src/uts/sun4u/sys/pci/ |
H A D | db21554_config.h | 229 uint8_t hdr_type; member
|
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet.h | 297 FCOE_B2V_1((x_f)->frm_hdr->hdr_type), \
|
/titanic_41/usr/src/cmd/fmt/ |
H A D | fmt.c | 74 enum hdr_type { enum 82 enum hdr_type hdr_state = not_in_hdr;
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei.h | 300 FCOE_B2V_1((x_f)->frm_hdr->hdr_type), \
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 2869 uint8_t *optptr, uint_t optlen, uint8_t hdr_type, ip_recv_attr_t *ira) in ip_process_options_v6() argument 2904 if (hdr_type != IPPROTO_HOPOPTS) in ip_process_options_v6() 2911 if (hdr_type != IPPROTO_HOPOPTS) in ip_process_options_v6() 2960 if (hdr_type != IPPROTO_DSTOPTS) in ip_process_options_v6() 2989 if (hdr_type != IPPROTO_DSTOPTS) { in ip_process_options_v6()
|
H A D | ipsecah.c | 2315 uint8_t hdr_type, boolean_t copy_always) in ah_fix_tlv_options_v6() argument 2320 ASSERT(hdr_type == IPPROTO_DSTOPTS || hdr_type == IPPROTO_HOPOPTS); in ah_fix_tlv_options_v6()
|
/titanic_41/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()
|