Home
last modified time | relevance | path

Searched refs:component (Results 1 – 15 of 15) sorted by relevance

/xnu-11215/tests/
H A Dtest_sysctl_kern_procargs_25397314.m146 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 Dexclaves_panic.c204 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 Ddroptap.h89 #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 Dkdebug_private.h524 #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 Dvnode.h2316 int vn_path_package_check(vnode_t vp, char *path, int pathlen, int *component);
/xnu-11215/makedefs/
H A DMakeInc.kernel183 …).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 Dkasan-blacklist-dynamic6 # <kext> = last component of kext bundle ID. Use '__kernel__' for xnu proper.
/xnu-11215/bsd/kern/
H A Dkern_trustcache.c550 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 Ddevfs_tree.c311 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 Dtxm.c210 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 Drecount.md97 Idle time has no user component and doesn't consume instructions or cycles, so a full usage structu…
/xnu-11215/doc/building/
H A Dbound_checks.md18 system's configuration `files` under each kernel component. For instance, one of
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp747 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 Dvfs_subr.c3904 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 Dpmap.c12979 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);