Home
last modified time | relevance | path

Searched refs:ipc (Results 1 – 24 of 24) sorted by relevance

/xnu-11417.140.69/libsyscall/mach/
H A Derr_mach_ipc.sub40 /* 0 */ "(ipc/send) no error",
41 /* 1 */ "(ipc/send) send in progress",
42 /* 2 */ "(ipc/send) invalid data",
43 /* 3 */ "(ipc/send) invalid destination port",
44 /* 4 */ "(ipc/send) timed out",
45 /* 5 */ "(ipc/send) invalid voucher",
46 /* 6 */ "(ipc/send) unused error",
47 /* 7 */ "(ipc/send) interrupted",
48 /* 8 */ "(ipc/send) msg too small",
49 /* 9 */ "(ipc/send) invalid reply port",
[all …]
H A Derr_ipc.sub40 "(ipc/send) unknown error", /* -100 */
41 "(ipc/send) invalid memory", /* -101 */
42 "(ipc/send) invalid port", /* -102 */
43 "(ipc/send) timed out", /* -103 */
44 "(ipc/send) unused error", /* -104 */
45 "(ipc/send) will notify", /* -105 */
46 "(ipc/send) notify in progress", /* -106 */
47 "(ipc/send) kernel refused message", /* -107 */
48 "(ipc/send) send interrupted", /* -108 */
49 "(ipc/send) send message too large", /* -109 */
[all …]
H A Derr_server.sub174 "(server/object system) undefined ipc method arguments",
176 "(server/object system) bad ipc message format",
/xnu-11417.140.69/osfmk/conf/
H A Dfiles91 osfmk/ipc/ipc_entry.c standard
92 osfmk/ipc/ipc_eventlink.c standard
93 osfmk/ipc/ipc_hash.c standard
94 osfmk/ipc/ipc_importance.c optional importance_inheritance
95 osfmk/ipc/ipc_init.c standard
96 osfmk/ipc/ipc_kmsg.c standard
97 osfmk/ipc/ipc_mqueue.c standard
98 osfmk/ipc/ipc_notify.c standard
99 osfmk/ipc/ipc_object.c standard
100 osfmk/ipc/ipc_policy.c standard
[all …]
/xnu-11417.140.69/tests/
H A DMakefile245 CUSTOM_TARGETS += ipc/hardened_exceptions_entitled_debugger ipc/hardened_exceptions_entitled
255 ipc/hardened_exceptions: excserver_protect_state exc_helpers.c
256 ipc/hardened_exceptions: ipc/hardened_exceptions_entitled ipc/hardened_exceptions_entitled_debugger
257 ipc/hardened_exceptions: OTHER_CFLAGS += $(OBJROOT)/excserver_protect_state.c -I $(OBJROOT)
259 ipc/hardened_exceptions_entitled: excserver_protect_state
260 ipc/hardened_exceptions_entitled: CODE_SIGN_ENTITLEMENTS = entitlements/only_one_exception_port.ent…
261 ipc/hardened_exceptions_entitled: OTHER_CFLAGS += -I $(OBJROOT)
262 ipc/hardened_exceptions_entitled: exc_helpers.c ipc/hardened_exceptions.c
267 ipc/hardened_exceptions_entitled_debugger: excserver_protect_state
268 ipc/hardened_exceptions_entitled_debugger: CODE_SIGN_ENTITLEMENTS = entitlements/only_one_exception…
[all …]
H A Dipsec.m409 …QUIET; T_ASSERT_POSIX_SUCCESS(sysctlbyname("kern.ipc.mbstat", &mbstat, &len_mbstat, NULL, 0), "ker…
417 if (sysctlbyname("kern.ipc.maxsockbuf", &oldmax, &oldmaxsize, &newmax, sizeof(newmax)) != 0) {
/xnu-11417.140.69/osfmk/ipc/
H A DMakefile20 INSTALL_MI_DIR = ipc
26 EXPORT_MI_DIR = ipc
H A Dipc_policy.h175 #pragma mark ipc policy telemetry [temporary]
H A Dipc_policy.c300 #pragma mark ipc policy telemetry
/xnu-11417.140.69/osfmk/
H A DMakefile19 ipc \
58 ipc \
/xnu-11417.140.69/tools/trace/
H A Dios_trace_ipc.sh10 ofile=${1:-ipc.raw}
/xnu-11417.140.69/bsd/skywalk/
H A Dos_sysctls_private.h165 } ipc; member
231 &variable_name, offsetof(skmem_sysctl, kern.ipc.sysctl_name), descr)
/xnu-11417.140.69/osfmk/i386/
H A Dcpu_data.h552 traptrace_start(int vecnum, uint64_t ipc, uint64_t sabs, uint64_t frameptr) in traptrace_start() argument
574 cur_traptrace_ring[nextidx].interrupted_pc = ipc; in traptrace_start()
/xnu-11417.140.69/tools/lldbmacros/
H A DMakefile67 ipc.py \
H A Dipc.py486 ipc = kern.GetValueFromAddress(cmd_args[0], 'ipc_space *')
487 if not ipc:
491 PrintIPCInformation(ipc, False, False)
850 ipc = kern.GetValueFromAddress(cmd_args[0], 'ipc_space *')
851 if not ipc:
858 PrintIPCInformation(ipc, True, False, rights_type)
H A Dscheduler.py5 from ipc import *
H A Dxnu.py1621 from ipc import *
/xnu-11417.140.69/bsd/sys/
H A DMakefile39 ipc.h kernel.h kern_event.h lctx.h loadable_fs.h lock.h lockf.h \
157 ioccom.h ioctl.h ipc.h \
/xnu-11417.140.69/doc/lifecycle/
H A Dstartup.md245 - Rank 1: Initializes IPC submodule globals (ipc tables, voucher hashes, ...)
/xnu-11417.140.69/osfmk/mach/
H A Dmach_types.defs729 simport <ipc/ipc_voucher.h>; /* for voucher conversions */
736 simport <ipc/ipc_eventlink.h>; /* for eventlink conversions */
H A Dtask.defs621 * See tests/ipc/hardened_exceptions.c for examples.
H A Dmach_port.defs633 * Returns sync ipc turnstile link status
/xnu-11417.140.69/osfmk/kern/
H A Dexclaves.c1062 #pragma mark exclaves ipc internals
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket2.c2967 SYSCTL_NODE(_kern, KERN_IPC, ipc,