OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reply_port
(Results
1 - 5
of
5
) 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/chromium_org/sandbox/mac/
bootstrap_sandbox_unittest.mm
481
mach_port_t
reply_port
;
483
MACH_PORT_RIGHT_RECEIVE, &
reply_port
));
484
base::mac::ScopedMachReceiveRight scoped_reply_port(
reply_port
);
490
send_msg.header.msgh_local_port =
reply_port
;
509
rcv_msg.header.msgh_local_port =
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 332 milliseconds