OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reply_port
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/m_mach/
mach_basics.c
66
void mig_dealloc_reply_port(mach_port_t
reply_port
)
71
void mig_put_reply_port(mach_port_t
reply_port
)
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp
398
CommunicationKDP::SendRequestConnect (uint16_t
reply_port
,
412
request_packet.PutHex16 (
reply_port
);
432
CommunicationKDP::SendRequestReattach (uint16_t
reply_port
)
441
request_packet.PutHex16(
reply_port
);
1038
const uint16_t
reply_port
= packet.GetU16 (&offset);
local
1217
const uint16_t
reply_port
= packet.GetU16 (&offset);
local
[
all
...]
ProcessKDP.cpp
273
const uint16_t
reply_port
= conn_ap->GetReadPort ();
local
275
if (
reply_port
!= 0)
279
if (m_comm.SendRequestReattach(
reply_port
))
281
if (m_comm.SendRequestConnect(
reply_port
,
reply_port
, "Greetings from LLDB..."))
[
all
...]
CommunicationKDP.h
159
SendRequestConnect (uint16_t
reply_port
,
164
SendRequestReattach (uint16_t
reply_port
);
Completed in 214 milliseconds