Home
last modified time | relevance | path

Searched refs:packet_type (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DBaseMetric.cc215 packet_type = (ProfData_type) (-1); in BaseMetric()
234 packet_type = m.packet_type; in BaseMetric()
419 packet_type = DATA_CLOCK; in specify_prof_metric()
446 packet_type = (ProfData_type) - 1; // illegal value in specify()
595 packet_type = DATA_SYNCH; in specify()
603 packet_type = DATA_SYNCH; in specify()
609 packet_type = DATA_HEAP; in specify()
617 packet_type = DATA_HEAP; in specify()
625 packet_type = DATA_HEAP; in specify()
633 packet_type = DATA_HEAP; in specify()
[all …]
H A DBaseMetric.h149 ProfData_type get_packet_type () { return packet_type; } in get_packet_type()
197 ProfData_type packet_type; // e.g. DATA_HWC, or -1 for N/A variable
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DBaseMetric.cc215 packet_type = (ProfData_type) (-1); in BaseMetric()
234 packet_type = m.packet_type; in BaseMetric()
419 packet_type = DATA_CLOCK; in specify_prof_metric()
446 packet_type = (ProfData_type) - 1; // illegal value in specify()
595 packet_type = DATA_SYNCH; in specify()
603 packet_type = DATA_SYNCH; in specify()
609 packet_type = DATA_HEAP; in specify()
617 packet_type = DATA_HEAP; in specify()
625 packet_type = DATA_HEAP; in specify()
633 packet_type = DATA_HEAP; in specify()
[all …]
H A DBaseMetric.h149 ProfData_type get_packet_type () { return packet_type; } in get_packet_type()
197 ProfData_type packet_type; // e.g. DATA_HWC, or -1 for N/A variable
/netbsd-src/sys/arch/prep/include/
H A Dresidual.h325 unsigned packet_type,
328 unsigned packet_type,
/netbsd-src/sys/dev/hdaudio/
H A Dhdmireg.h32 uint8_t packet_type; member
H A Dhdafg.c3128 hdmi.header.packet_type = HDMI_AI_PACKET_TYPE; in hdafg_stream_connect_hdmi()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcp.c110 packet->packet_type != DHCPREQUEST && in dhcp()
111 packet->packet_type != DHCPINFORM && in dhcp()
112 packet->packet_type != DHCPLEASEQUERY) { in dhcp()
118 if (packet->packet_type > 0 && in dhcp()
119 packet->packet_type <= dhcp_type_name_max) { in dhcp()
120 s = dhcp_type_names[packet->packet_type - 1]; in dhcp()
123 sprintf(typebuf, "type %d", packet->packet_type); in dhcp()
175 if (packet->packet_type == DHCPREQUEST && in dhcp()
255 switch (packet -> packet_type) { in dhcp()
2292 if (packet -> packet_type == DHCPREQUEST &&
[all …]
H A Ddhcpv6.c5857 const char *packet_type, argument
5945 snprintf(status_msg, sizeof(status_msg), "%s received.", packet_type);
6364 const char *packet_type, argument
7439 enc_packet->packet_type = dp.data[0];
7441 enc_packet->packet_type = 0;
7447 if (enc_packet->packet_type)
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/
H A Dmod_freesync.h150 enum vrr_packet_type packet_type,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/freesync/
H A Damdgpu_freesync.c712 enum vrr_packet_type packet_type, in mod_freesync_build_vrr_infopacket() argument
724 switch (packet_type) { in mod_freesync_build_vrr_infopacket()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Doptions.c741 ((inpacket->packet_type == DHCPDISCOVER) || in cons_options()
742 (inpacket->packet_type == DHCPREQUEST))) in cons_options()
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; */ in do_packet6()
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c1935 switch (packet -> packet_type) {
2193 packet->packet_type = dp.data[0]; in recv_dhcpv4_response()
2195 packet->packet_type = 0; in recv_dhcpv4_response()
2201 if (packet->packet_type) in recv_dhcpv4_response()
2223 const char *name = packet -> packet_type ? "DHCPOFFER" : "BOOTREPLY";
2307 if (!packet -> options_valid || !packet -> packet_type)
/netbsd-src/sys/netbt/
H A Dhci.h1639 uint8_t packet_type; member
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h411 int packet_type; member