Home
last modified time | relevance | path

Searched refs:kern_allocation_get_name (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.61.2/osfmk/i386/
H A Dbsd_i386.c373 …assertf(prior == NULL, "thread_set_allocation_name(\"%s\") not cleared", kern_allocation_get_name(… in machdep_syscall()
447 …assertf(prior == NULL, "thread_set_allocation_name(\"%s\") not cleared", kern_allocation_get_name(… in machdep_syscall64()
604 …assertf(prior == NULL, "thread_set_allocation_name(\"%s\") not cleared", kern_allocation_get_name(… in mach_call_munger()
721 …assertf(prior == NULL, "thread_set_allocation_name(\"%s\") not cleared", kern_allocation_get_name(… in mach_call_munger64()
H A Dtrap.c221 …assertf(prior == NULL, "thread_set_allocation_name(\"%s\") not cleared", kern_allocation_get_name(… in thread_syscall_return()
/xnu-8792.61.2/bsd/dev/i386/
H A Dsystemcalls.c248 …assertf(prior == NULL, "thread_set_allocation_name(\"%s\") not cleared", kern_allocation_get_name(… in unix_syscall()
461 …assertf(prior == NULL, "thread_set_allocation_name(\"%s\") not cleared", kern_allocation_get_name(… in unix_syscall64()
595 …assertf(prior == NULL, "thread_set_allocation_name(\"%s\") not cleared", kern_allocation_get_name(… in unix_syscall_return()
/xnu-8792.61.2/bsd/dev/arm/
H A Dsystemcalls.c204 …assertf(prior == NULL, "thread_set_allocation_name(\"%s\") not cleared", kern_allocation_get_name(… in unix_syscall()
259 …assertf(prior == NULL, "thread_set_allocation_name(\"%s\") not cleared", kern_allocation_get_name(… in unix_syscall_return()
/xnu-8792.61.2/osfmk/arm64/
H A Dbsd_arm64.c299 …assertf(prior == NULL, "thread_set_allocation_name(\"%s\") not cleared", kern_allocation_get_name(… in mach_syscall()
H A Dsleh.c2027 …assertf(prior == NULL, "thread_set_allocation_name(\"%s\") not cleared", kern_allocation_get_name(… in thread_syscall_return()
/xnu-8792.61.2/osfmk/vm/
H A Dvm_kern.h1135 extern const char * kern_allocation_get_name(kern_allocation_name_t allocation);
H A Dvm_resident.c9377 kern_allocation_get_name(kern_allocation_name_t allocation) in kern_allocation_get_name() function