Home
last modified time | relevance | path

Searched refs:command_length (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp345 const uint32_t command_length = 8 + 2 + 2 + ::strlen(greeting) + 1; in SendRequestConnect() local
346 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestConnect()
371 const uint32_t command_length = 8 + 2; in SendRequestReattach() local
372 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestReattach()
404 const uint32_t command_length = 8; in SendRequestVersion() local
405 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestVersion()
490 const uint32_t command_length = 8; in SendRequestHostInfo() local
491 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestHostInfo()
520 const uint32_t command_length = 8; in SendRequestKernelVersion() local
521 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestKernelVersion()
[all …]
/openbsd-src/sys/dev/pci/
H A Dif_em_hw.h392 uint16_t command_length; member
2294 uint8_t command_length;
2296 uint8_t command_length; global() member
H A Dif_bnxtreg.h26749 uint16_t command_length; global() member
[all...]