Searched refs:udata_buffer (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/osfmk/corpses/ |
| H A D | corpse.c | 186 uint64_t *udata_buffer, int num_udata, void *reason, exception_type_t etype); 676 uint64_t *udata_buffer = NULL; in task_generate_corpse_internal() local 755 &udata_buffer, &size, &num_udata, (etype != 0)); in task_generate_corpse_internal() 784 code, subcode, udata_buffer, num_udata, reason, etype); in task_generate_corpse_internal() 832 kfree_data(udata_buffer, size); in task_generate_corpse_internal()
|
| H A D | task_corpse.h | 111 uint64_t **udata_buffer,
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_exit.c | 175 uint64_t *udata_buffer, int num_udata, void *reason, exception_type_t etype); 182 mach_exception_data_type_t subcode, uint64_t *udata_buffer, 189 int proc_list_uptrs(void *p, uint64_t *udata_buffer, int size); 421 uint64_t *udata_buffer, int num_udata, void *reason, exception_type_t etype) in gather_populate_corpse_crashinfo() argument 428 udata_buffer, num_udata, reason, etype); in gather_populate_corpse_crashinfo() 479 uint64_t *udata_buffer, int num_udata, os_reason_t reason, exception_type_t etype) in populate_corpse_crashinfo() argument 866 kcdata_memcpy(crash_info_ptr, uaddr, udata_buffer, sizeof(uint64_t) * num_udata); in populate_corpse_crashinfo()
|
| /xnu-11215/osfmk/kern/ |
| H A D | task.c | 2792 uint64_t **udata_buffer, in task_duplicate_map_and_threads() argument 2962 *udata_buffer = buffer; in task_duplicate_map_and_threads()
|