Searched defs:hdr_type (Results 1 - 10 of 10) sorted by relevance
| /illumos-gate/usr/src/cmd/fm/modules/common/event-transport/ |
| H A D | etm_proto.h | 51 uint8_t hdr_type; /* Header type */ member in struct:etm_proto_header
|
| /illumos-gate/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, argument 149 switch (hdr_type) {
|
| /illumos-gate/usr/src/grub/grub-0.97/netboot/ |
| H A D | pci.c | 266 unsigned char hdr_type = 0; local 282 PCI_HEADER_TYPE, &hdr_type); 298 pcibios_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type); 299 else if (!(hdr_type & 0x80)) /* not a multi-function device */ 499 uint8_t hdr_type; local 505 pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr_type); 506 switch (hdr_type & 0x7F) {
|
| /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/common/io/sfxge/common/ |
| H A D | efx_ev.c | 555 uint32_t hdr_type; local 574 hdr_type = EFX_QWORD_FIELD(*eqp, FSF_AZ_RX_EV_HDR_TYPE); 582 switch (hdr_type) {
|
| /illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/ |
| H A D | opl_picl.c | 709 uint8_t hdr_type; local 712 hdr_type = read_byte 720 if ((hdr_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) {
|
| /illumos-gate/usr/src/uts/common/sys/fcoe/ |
| H A D | fcoe_common.h | 76 uint8_t hdr_type[1]; member in struct:fcoe_fc_frame_header 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/uts/sun4u/sys/pci/ |
| H A D | db21554_config.h | 229 uint8_t hdr_type; member in struct:db_pci_header
|
| /illumos-gate/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) 2904 if (hdr_type != IPPROTO_HOPOPTS) 2911 if (hdr_type != IPPROTO_HOPOPTS) 2960 if (hdr_type != IPPROTO_DSTOPTS) 2989 if (hdr_type != IPPROTO_DSTOPTS) { 2868 ip_process_options_v6(mblk_t *mp, ip6_t *ip6h, uint8_t *optptr, uint_t optlen, uint8_t hdr_type, ip_recv_attr_t *ira) argument
|
| H A D | ipsecah.c | 2315 uint8_t hdr_type, boolean_t copy_always) 2320 ASSERT(hdr_type == IPPROTO_DSTOPTS || hdr_type == IPPROTO_HOPOPTS); 2314 ah_fix_tlv_options_v6(uint8_t *oi_opt, uint8_t *pi_opt, uint_t ehdrlen, uint8_t hdr_type, boolean_t copy_always) argument
|
Completed in 93 milliseconds