OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mach_port_t
(Results
1 - 25
of
32
) sorted by relevancy
1
2
/src/external/bsd/tmux/dist/compat/
daemon-darwin.c
59
extern kern_return_t bootstrap_look_up_per_user(
mach_port_t
, const char *,
60
uid_t,
mach_port_t
*);
61
extern kern_return_t bootstrap_get_root(
mach_port_t
,
mach_port_t
*);
66
mach_port_t
root = MACH_PORT_NULL;
67
mach_port_t
s = MACH_PORT_NULL;
/src/external/gpl3/gdb/dist/gdb/
exc_request.defs
45
exception_port :
mach_port_t
;
47
thread :
mach_port_t
;
48
task :
mach_port_t
;
darwin-nat.h
29
mach_port_t
thread_port;
30
mach_port_t
task_port;
142
mach_port_t
ports[EXC_TYPES_COUNT] {};
168
mach_port_t
notify_port = 0;
195
extern
mach_port_t
darwin_ex_port;
198
extern
mach_port_t
darwin_port_set;
201
extern
mach_port_t
darwin_host_self;
gnu-nat.h
61
mach_port_t
saved_exc_port; /* The task/thread's real exception port. */
62
mach_port_t
exc_port; /* Our replacement, which for. */
147
void steal_exc_port (struct proc *proc,
mach_port_t
name);
176
struct proc *make_proc (struct inf *inf,
mach_port_t
port, int tid);
180
kern_return_t proc_get_exception_port (struct proc *proc,
mach_port_t
* port);
181
kern_return_t proc_set_exception_port (struct proc *proc,
mach_port_t
port);
182
mach_port_t
_proc_get_exc_port (struct proc *proc);
183
void proc_steal_exc_port (struct proc *proc,
mach_port_t
exc_port);
gnu-nat.c
139
mach_port_t
handler; /* The real exception port to handle this. */
140
mach_port_t
reply; /* The reply port from the exception call. */
177
mach_port_t
event_port; /* Where we receive various msgs. */
384
gnu_nat_target::proc_get_exception_port (struct proc * proc,
mach_port_t
* port)
394
gnu_nat_target::proc_set_exception_port (struct proc * proc,
mach_port_t
port)
404
mach_port_t
407
mach_port_t
exc_port;
428
gnu_nat_target::proc_steal_exc_port (struct proc *proc,
mach_port_t
exc_port)
430
mach_port_t
cur_exc_port = _proc_get_exc_port (proc);
473
mach_port_t
cur_exc_port = _proc_get_exc_port (proc)
[
all
...]
darwin-nat-info.c
89
mach_port_t
taskPort;
217
mach_port_t
port = names[index];
295
(name_count * sizeof (
mach_port_t
)));
302
darwin_debug_port_info (task_t task,
mach_port_t
port)
330
mach_port_t
port;
517
mach_port_t
object_name;
darwin-nat.c
109
mach_port_t
darwin_host_self;
112
mach_port_t
darwin_ex_port;
115
mach_port_t
darwin_port_set;
549
mach_port_t
prev;
1350
mach_port_t
prev;
1567
mach_port_t
prev_not;
2436
mach_port_t
local_name;
2460
names_count * sizeof (
mach_port_t
));
/src/external/gpl3/gdb.old/dist/gdb/
exc_request.defs
45
exception_port :
mach_port_t
;
47
thread :
mach_port_t
;
48
task :
mach_port_t
;
darwin-nat.h
29
mach_port_t
thread_port;
30
mach_port_t
task_port;
142
mach_port_t
ports[EXC_TYPES_COUNT] {};
168
mach_port_t
notify_port = 0;
195
extern
mach_port_t
darwin_ex_port;
198
extern
mach_port_t
darwin_port_set;
201
extern
mach_port_t
darwin_host_self;
gnu-nat.h
61
mach_port_t
saved_exc_port; /* The task/thread's real exception port. */
62
mach_port_t
exc_port; /* Our replacement, which for. */
147
void steal_exc_port (struct proc *proc,
mach_port_t
name);
176
struct proc *make_proc (struct inf *inf,
mach_port_t
port, int tid);
180
kern_return_t proc_get_exception_port (struct proc *proc,
mach_port_t
* port);
181
kern_return_t proc_set_exception_port (struct proc *proc,
mach_port_t
port);
182
mach_port_t
_proc_get_exc_port (struct proc *proc);
183
void proc_steal_exc_port (struct proc *proc,
mach_port_t
exc_port);
gnu-nat.c
139
mach_port_t
handler; /* The real exception port to handle this. */
140
mach_port_t
reply; /* The reply port from the exception call. */
177
mach_port_t
event_port; /* Where we receive various msgs. */
384
gnu_nat_target::proc_get_exception_port (struct proc * proc,
mach_port_t
* port)
394
gnu_nat_target::proc_set_exception_port (struct proc * proc,
mach_port_t
port)
404
mach_port_t
407
mach_port_t
exc_port;
428
gnu_nat_target::proc_steal_exc_port (struct proc *proc,
mach_port_t
exc_port)
430
mach_port_t
cur_exc_port = _proc_get_exc_port (proc);
473
mach_port_t
cur_exc_port = _proc_get_exc_port (proc)
[
all
...]
darwin-nat-info.c
89
mach_port_t
taskPort;
217
mach_port_t
port = names[index];
295
(name_count * sizeof (
mach_port_t
)));
302
darwin_debug_port_info (task_t task,
mach_port_t
port)
330
mach_port_t
port;
517
mach_port_t
object_name;
darwin-nat.c
109
mach_port_t
darwin_host_self;
112
mach_port_t
darwin_ex_port;
115
mach_port_t
darwin_port_set;
549
mach_port_t
prev;
1350
mach_port_t
prev;
1567
mach_port_t
prev_not;
2436
mach_port_t
local_name;
2460
names_count * sizeof (
mach_port_t
));
/src/crypto/external/bsd/heimdal/dist/lib/ipc/
heim_ipc.defs
49
server_port :
mach_port_t
;
59
server_port :
mach_port_t
;
client.c
53
mach_port_t
server;
64
mach_port_t
sport;
114
__block
mach_port_t
sport;
125
mach_port_t
nport;
178
mach_port_t
mp;
186
mheim_ado_acall_reply(
mach_port_t
server_port,
274
__block
mach_port_t
sport;
server.c
110
mach_port_t
sport;
116
mach_port_t
reply_port;
197
mheim_do_call(
mach_port_t
server_port,
199
mach_port_t
reply_port,
257
mheim_do_call_request(
mach_port_t
server_port,
259
mach_port_t
reply_port,
308
mach_init(const char *service,
mach_port_t
sport, heim_sipc ctx)
366
static
mach_port_t
369
mach_port_t
mp;
411
mach_port_t
sport = MACH_PORT_NULL
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
semaphore.d
33
alias
mach_port_t
task_t;
34
alias
mach_port_t
thread_t;
35
alias
mach_port_t
semaphore_t;
port.d
29
alias
mach_port_t
= natural_t;
thread_act.d
48
alias
mach_port_t
thread_act_t;
142
mach_port_t
mach_thread_self();
151
alias thread_act_t =
mach_port_t
;
237
mach_port_t
mach_thread_self();
244
alias thread_act_t =
mach_port_t
;
299
mach_port_t
mach_thread_self();
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/
pthread.d
49
mach_port_t
pthread_mach_thread_np(pthread_t);
56
pthread_t pthread_from_mach_thread_np(
mach_port_t
);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc
123
mach_port_t
object_name;
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
timers.cc
155
mach_port_t
thread = pthread_mach_thread_np(pthread_self());
/src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
timers.cc
155
mach_port_t
thread = pthread_mach_thread_np(pthread_self());
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_platform_mac.cpp
138
mach_port_t
object_name;
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_mac.cpp
101
mach_port_t
ports[]{mach_task_self()};
Completed in 32 milliseconds
1
2
Indexes created Sun Apr 19 00:22:55 UTC 2026