| /xnu-11417.140.69/libsyscall/mach/ |
| H A D | err_mach_ipc.sub | 40 /* 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 D | err_ipc.sub | 40 "(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 D | err_server.sub | 174 "(server/object system) undefined ipc method arguments", 176 "(server/object system) bad ipc message format",
|
| /xnu-11417.140.69/osfmk/conf/ |
| H A D | files | 91 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 D | Makefile | 245 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 D | ipsec.m | 409 …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 D | Makefile | 20 INSTALL_MI_DIR = ipc 26 EXPORT_MI_DIR = ipc
|
| H A D | ipc_policy.h | 175 #pragma mark ipc policy telemetry [temporary]
|
| H A D | ipc_policy.c | 300 #pragma mark ipc policy telemetry
|
| /xnu-11417.140.69/osfmk/ |
| H A D | Makefile | 19 ipc \ 58 ipc \
|
| /xnu-11417.140.69/tools/trace/ |
| H A D | ios_trace_ipc.sh | 10 ofile=${1:-ipc.raw}
|
| /xnu-11417.140.69/bsd/skywalk/ |
| H A D | os_sysctls_private.h | 165 } ipc; member 231 &variable_name, offsetof(skmem_sysctl, kern.ipc.sysctl_name), descr)
|
| /xnu-11417.140.69/osfmk/i386/ |
| H A D | cpu_data.h | 552 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 D | Makefile | 67 ipc.py \
|
| H A D | ipc.py | 486 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 D | scheduler.py | 5 from ipc import *
|
| H A D | xnu.py | 1621 from ipc import *
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | Makefile | 39 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 D | startup.md | 245 - Rank 1: Initializes IPC submodule globals (ipc tables, voucher hashes, ...)
|
| /xnu-11417.140.69/osfmk/mach/ |
| H A D | mach_types.defs | 729 simport <ipc/ipc_voucher.h>; /* for voucher conversions */ 736 simport <ipc/ipc_eventlink.h>; /* for eventlink conversions */
|
| H A D | task.defs | 621 * See tests/ipc/hardened_exceptions.c for examples.
|
| H A D | mach_port.defs | 633 * Returns sync ipc turnstile link status
|
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | exclaves.c | 1062 #pragma mark exclaves ipc internals
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | uipc_socket2.c | 2967 SYSCTL_NODE(_kern, KERN_IPC, ipc,
|