Searched refs:hdr_type (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm_proto.h51 uint8_t hdr_type; /* Header type */ member in struct:etm_proto_header
H A Detm.c239 * Return the header type (hdr_type).
252 if ((hp->hdr_type == ETM_HDR_C_HELLO) ||
253 (hp->hdr_type == ETM_HDR_S_HELLO)) {
255 return (hp->hdr_type);
264 if ((hp->hdr_type == ETM_HDR_TYPE_TOO_LOW) ||
265 (hp->hdr_type >= ETM_HDR_TYPE_TOO_HIGH)) {
267 mp->epm_ep_str, hp->hdr_type);
271 return (hp->hdr_type);
285 hp->hdr_type = type;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.c266 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/uts/common/sys/fcoe/
H A Dfcoe_common.h76 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/common/io/comstar/port/fcoet/
H A Dfcoet.h297 FCOE_B2V_1((x_f)->frm_hdr->hdr_type), \
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_marshal.c125 ndr_buf_decode(ndr_buf_t *nbuf, unsigned hdr_type, unsigned opnum, argument
149 switch (hdr_type) {
/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c74 enum hdr_type { enum
82 enum hdr_type hdr_state = not_in_hdr;
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_config.h229 uint8_t hdr_type; member in struct:db_pci_header
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h300 FCOE_B2V_1((x_f)->frm_hdr->hdr_type), \
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c709 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/io/sfxge/common/
H A Defx_ev.c555 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/uts/common/inet/ip/
H A Dip6.c2869 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 Dipsecah.c2315 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
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c1630 ph->hdr_type = pci_config_get8(config_handle,

Completed in 131 milliseconds