| /src/sys/dev/hdaudio/ |
| hdmireg.h | 32 uint8_t packet_type; member in struct:hdmi_audio_infoframe_header
|
| hdafg.c | 3157 hdmi.header.packet_type = HDMI_AI_PACKET_TYPE;
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| BaseMetric.cc | 215 packet_type = DATA_NONE; 234 packet_type = m.packet_type; 419 packet_type = DATA_CLOCK; 446 packet_type = DATA_NONE; 595 packet_type = DATA_SYNCH; 603 packet_type = DATA_SYNCH; 609 packet_type = DATA_HEAP; 617 packet_type = DATA_HEAP; 625 packet_type = DATA_HEAP [all...] |
| BaseMetric.h | 149 ProfData_type get_packet_type () { return packet_type; } 197 ProfData_type packet_type; // e.g. DATA_HWC, or DATA_NONE for N/A member in class:BaseMetric
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| BaseMetric.cc | 215 packet_type = DATA_NONE; 234 packet_type = m.packet_type; 419 packet_type = DATA_CLOCK; 446 packet_type = DATA_NONE; 595 packet_type = DATA_SYNCH; 603 packet_type = DATA_SYNCH; 609 packet_type = DATA_HEAP; 617 packet_type = DATA_HEAP; 625 packet_type = DATA_HEAP [all...] |
| BaseMetric.h | 149 ProfData_type get_packet_type () { return packet_type; } 197 ProfData_type packet_type; // e.g. DATA_HWC, or DATA_NONE for N/A member in class:BaseMetric
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/ |
| mod_freesync.h | 150 enum vrr_packet_type packet_type,
|
| /src/sys/arch/prep/include/ |
| residual.h | 325 unsigned packet_type, 328 unsigned packet_type,
|
| /src/external/mpl/dhcp/dist/server/ |
| dhcp.c | 110 packet->packet_type != DHCPREQUEST && 111 packet->packet_type != DHCPINFORM && 112 packet->packet_type != DHCPLEASEQUERY) { 118 if (packet->packet_type > 0 && 119 packet->packet_type <= dhcp_type_name_max) { 120 s = dhcp_type_names[packet->packet_type - 1]; 123 sprintf(typebuf, "type %d", packet->packet_type); 175 if (packet->packet_type == DHCPREQUEST && 255 switch (packet -> packet_type) { 2292 if (packet -> packet_type == DHCPREQUEST & [all...] |
| dhcpv6.c | 5857 const char *packet_type, 5945 snprintf(status_msg, sizeof(status_msg), "%s received.", packet_type); 6364 const char *packet_type, 7439 enc_packet->packet_type = dp.data[0]; 7441 enc_packet->packet_type = 0; 7447 if (enc_packet->packet_type)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/freesync/ |
| amdgpu_freesync.c | 712 enum vrr_packet_type packet_type, 724 switch (packet_type) {
|
| /src/external/bsd/wpa/dist/src/ap/ |
| wpa_auth.h | 30 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member in struct:ft_rrb_frame
|
| wpa_auth_ft.c | 3800 frame->packet_type = FT_PACKET_REQUEST; 3891 frame->packet_type = FT_PACKET_RESPONSE; 4756 wpa_printf(MSG_DEBUG, "FT: RRB frame - frame_type=%d packet_type=%d " 4758 frame->frame_type, frame->packet_type, alen, 4801 if (frame->packet_type == FT_PACKET_REQUEST) { 4820 } else if (frame->packet_type == FT_PACKET_RESPONSE) { 4837 "packet_type %d", frame->packet_type);
|
| /src/external/mpl/dhcp/dist/common/ |
| options.c | 741 ((inpacket->packet_type == DHCPDISCOVER) || 742 (inpacket->packet_type == DHCPREQUEST))) 4072 decoded_packet->packet_type = dp.data[0]; 4074 decoded_packet->packet_type = 0; 4080 if (decoded_packet->packet_type) 4158 /* decoded_packet->packet_type = 0; */
|
| /src/external/mpl/dhcp/dist/client/ |
| dhclient.c | 1935 switch (packet -> packet_type) { 2193 packet->packet_type = dp.data[0]; 2195 packet->packet_type = 0; 2201 if (packet->packet_type) 2223 const char *name = packet -> packet_type ? "DHCPOFFER" : "BOOTREPLY"; 2307 if (!packet -> options_valid || !packet -> packet_type)
|
| /src/sys/netbt/ |
| hci.h | 1639 uint8_t packet_type; member in struct:__anon7285
|
| /src/external/mpl/dhcp/dist/includes/ |
| dhcpd.h | 411 int packet_type; member in struct:packet
|