| /xnu-11215/tests/ |
| H A D | test_sysctl_kern_procargs_25397314.m | 146 const char *str = [component UTF8String]; 147 size_t len = [component length]; 282 for (NSString *component in procargs->components) { 283 if ([component isEqualToString:testArgument1]) { 286 if ([component isEqualToString:testArgument2]) { 289 if ([component containsString:testEnvironmentVariable]) { 311 for (NSString *component in procargs->components) { 312 if ([component isEqualToString:testArgument1]) { 315 if ([component isEqualToString:testArgument2]) { 335 for (NSString *component in procargs->components) { [all …]
|
| /xnu-11215/osfmk/kern/ |
| H A D | exclaves_panic.c | 204 strlcpy(component_name, ex_thread->component.name, sizeof(component_name)); in exclaves_append_panic_addl_info() 233 ex_thread->component.numeric_id, ex_thread->component.selector, in exclaves_append_panic_addl_info() 235 EXCLAVES_PANIC_FOUR_CC_CHARS(ex_thread->four_cc.component), in exclaves_append_panic_addl_info() 261 strlcpy(component_name, ex_thread->component.name, sizeof(component_name)); in exclaves_panic_get_string()
|
| /xnu-11215/bsd/net/ |
| H A D | droptap.h | 89 #define DROP_REASON(component, domain, code) \ argument 90 (((unsigned)((component) & 0x0f) << DROP_COMPONENT_OFFSET) | \ 220 #define X(reason, component, domain, code, ...) \ argument 221 reason = DROP_REASON(component, domain, code),
|
| /xnu-11215/bsd/sys/ |
| H A D | kdebug_private.h | 524 #define ENTR_KDTRACE(component, opcode, lifespan, id, quality, value) \ argument 528 kdcode__ = KDBG_CODE(DBG_ENERGYTRACE,component,opcode)|(lifespan); \ 547 #define ENTR_KDTRACE(component, opcode, lifespan, id, quality, value) do {} while (0) argument
|
| H A D | vnode.h | 2316 int vn_path_package_check(vnode_t vp, char *path, int pathlen, int *component);
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.kernel | 183 …).a: $(addprefix $(TARGET)/,$(foreach component,$(COMPONENT_LIST),$(component)/$(CURRENT_KERNEL_CO… 190 …ctf: $(addprefix $(TARGET)/,$(foreach component,$(COMPONENT_LIST),$(component)/$(CURRENT_KERNEL_CO… 238 …son: $(addprefix $(TARGET)/,$(foreach component,$(COMPONENT_LIST),$(component)/$(CURRENT_KERNEL_CO…
|
| /xnu-11215/san/memory/ |
| H A D | kasan-blacklist-dynamic | 6 # <kext> = last component of kext bundle ID. Use '__kernel__' for xnu proper.
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_trustcache.c | 550 tc_ret.component, tc_ret.error, tc_ret.uniqueError); in xnu_load_trust_cache() 601 tc_ret.component, tc_ret.error, tc_ret.uniqueError); in xnu_load_legacy_trust_cache() 652 tc_ret.component, tc_ret.error, tc_ret.uniqueError); in xnu_query_trust_cache() 688 tc_ret.component, tc_ret.error, tc_ret.uniqueError); in xnu_check_trust_cache_runtime_for_uuid() 1141 i, tc_ret.component, tc_ret.error, tc_ret.uniqueError); in load_static_trust_cache()
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | devfs_tree.c | 311 char component[DEVMAXPATHSIZE]; in dev_finddir() local 325 strlcpy(component, start, (scan - start) + 1); in dev_finddir() 330 dirent_p = dev_findname(dirnode, component); in dev_finddir() 342 error = dev_add_entry(component, dirnode, in dev_finddir()
|
| /xnu-11215/bsd/kern/code_signing/ |
| H A D | txm.c | 210 selector, txm_ret.tcRet.component, txm_ret.tcRet.error, txm_ret.tcRet.uniqueError); in txm_print_return() 213 selector, txm_ret.csRet.component, txm_ret.csRet.error, txm_ret.csRet.uniqueError); in txm_print_return()
|
| /xnu-11215/doc/observability/ |
| H A D | recount.md | 97 Idle time has no user component and doesn't consume instructions or cycles, so a full usage structu…
|
| /xnu-11215/doc/building/ |
| H A D | bound_checks.md | 18 system's configuration `files` under each kernel component. For instance, one of
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 747 void traceComponentWakeProgress(uint32_t component, uint32_t data); 10079 PMTraceWorker::traceComponentWakeProgress(uint32_t component, uint32_t data) argument 10081 switch (component) { 10095 DLOG("component trace point 0x%02x data 0x%08x\n", component, data);
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_subr.c | 3904 vn_path_package_check(__unused vnode_t vp, char *path, int pathlen, int *component) in vn_path_package_check() argument 3913 *component = -1; in vn_path_package_check() 3937 *component = comp; in vn_path_package_check()
|
| /xnu-11215/osfmk/arm/pmap/ |
| H A D | pmap.c | 12979 tc_ret.component, tc_ret.error, tc_ret.uniqueError); 13092 tc_ret.component, tc_ret.error, tc_ret.uniqueError); 13175 tc_ret.component, tc_ret.error, tc_ret.uniqueError);
|