Searched refs:kern_allocation_get_name (Results 1 – 8 of 8) sorted by relevance
| /xnu-8792.61.2/osfmk/i386/ |
| H A D | bsd_i386.c | 373 …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 D | trap.c | 221 …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 D | systemcalls.c | 248 …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 D | systemcalls.c | 204 …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 D | bsd_arm64.c | 299 …assertf(prior == NULL, "thread_set_allocation_name(\"%s\") not cleared", kern_allocation_get_name(… in mach_syscall()
|
| H A D | sleh.c | 2027 …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 D | vm_kern.h | 1135 extern const char * kern_allocation_get_name(kern_allocation_name_t allocation);
|
| H A D | vm_resident.c | 9377 kern_allocation_get_name(kern_allocation_name_t allocation) in kern_allocation_get_name() function
|