| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServer.cpp | 38 StringExtractorGDBRemote::ServerPacketType packet_type, in RegisterPacketHandler() argument 40 m_packet_handlers[packet_type] = std::move(handler); in RegisterPacketHandler() 50 const StringExtractorGDBRemote::ServerPacketType packet_type = in GetPacketAndSendResponse() local 52 switch (packet_type) { in GetPacketAndSendResponse() 67 auto handler_it = m_packet_handlers.find(packet_type); in GetPacketAndSendResponse()
|
| H A D | GDBRemoteCommunicationServerCommon.h | 118 StringExtractorGDBRemote::ServerPacketType packet_type, in RegisterMemberFunctionHandler() argument 120 RegisterPacketHandler(packet_type, in RegisterMemberFunctionHandler()
|
| H A D | GDBRemoteCommunicationServer.h | 39 RegisterPacketHandler(StringExtractorGDBRemote::ServerPacketType packet_type,
|
| /openbsd-src/usr.sbin/dhcpd/ |
| H A D | dhcp.c | 68 if (!locate_network(packet) && packet->packet_type != DHCPREQUEST) in dhcp() 71 if (is_udpsock && packet->packet_type != DHCPINFORM) { in dhcp() 73 "socket", packet->packet_type); in dhcp() 77 switch (packet->packet_type) { in dhcp() 1532 if (packet->packet_type == DHCPREQUEST && fixed_lease && in find_lease() 1552 if (packet->packet_type) in find_lease() 1626 if (packet->packet_type == DHCPREQUEST && fixed_lease) { in find_lease() 1647 if (packet->packet_type == DHCPREQUEST && fixed_lease && ip_lease) in find_lease() 1677 if (packet->packet_type == DHCPREQUEST) in find_lease() 1682 if (packet->packet_type == DHCPREQUEST) in find_lease() [all …]
|
| H A D | options.c | 552 tp.packet_type = tp.options[DHO_DHCP_MESSAGE_TYPE].data[0]; in do_packet() 554 if (tp.packet_type) in do_packet()
|
| H A D | dhcpd.h | 80 int packet_type; member
|
| /openbsd-src/sys/dev/pci/drm/amd/display/modules/freesync/ |
| H A D | freesync.c | 930 static void build_vrr_infopacket_sdp_v1_3(enum vrr_packet_type packet_type, in build_vrr_infopacket_sdp_v1_3() argument 935 size = ((packet_type == PACKET_TYPE_FS_V1) ? 0x08 : in build_vrr_infopacket_sdp_v1_3() 936 (packet_type == PACKET_TYPE_FS_V3) ? 0x10 : in build_vrr_infopacket_sdp_v1_3() 951 enum vrr_packet_type packet_type, in mod_freesync_build_vrr_infopacket() argument 964 switch (packet_type) { in mod_freesync_build_vrr_infopacket() 979 packet_type != PACKET_TYPE_VRR && in mod_freesync_build_vrr_infopacket() 980 packet_type != PACKET_TYPE_VTEM) in mod_freesync_build_vrr_infopacket() 981 build_vrr_infopacket_sdp_v1_3(packet_type, infopacket); in mod_freesync_build_vrr_infopacket()
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
| H A D | vscode.py | 87 def packet_type_is(packet, packet_type): argument 88 return 'type' in packet and packet['type'] == packet_type 201 packet_type = packet['type'] 202 if packet_type == 'event': 249 elif packet_type == 'response': 287 packet_type = curr_packet['type'] 288 if filter_type is None or packet_type in filter_type: 290 (packet_type == 'event' and
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | VSCode.cpp | 493 const auto packet_type = GetString(object, "type"); in HandleObject() local 494 if (packet_type == "request") { in HandleObject() 515 const auto packet_type = GetString(response, "type"); in SendReverseRequest() local 516 if (packet_type == "response") in SendReverseRequest()
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
| H A D | lldbgdbserverutils.py | 53 def _is_packet_lldb_gdbserver_input(packet_type, llgs_input_is_read): argument 68 if packet_type == 'read': 72 elif packet_type == 'send': 78 raise "Unknown packet type: {}".format(packet_type)
|
| /openbsd-src/sys/dev/pci/drm/amd/display/modules/inc/ |
| H A D | mod_freesync.h | 163 enum vrr_packet_type packet_type,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 7881 enum vrr_packet_type packet_type = PACKET_TYPE_VRR; in update_freesync_state_on_stream() 7923 packet_type = PACKET_TYPE_FS_V1; in update_freesync_state_on_stream() 7925 packet_type = PACKET_TYPE_FS_V2; in update_stream_irq_parameters() 7927 packet_type = PACKET_TYPE_FS_V3; in update_stream_irq_parameters() 7937 packet_type, in update_stream_irq_parameters() 7844 enum vrr_packet_type packet_type = PACKET_TYPE_VRR; update_freesync_state_on_stream() local
|