Searched refs:handles (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | ext_paniclog.c | 158 LIST_INSERT_HEAD(&ext_paniclog_handle_list, handle, handles); in ext_paniclog_handle_set_active() 179 LIST_REMOVE(handle, handles); in ext_paniclog_handle_set_inactive() 305 LIST_FOREACH(tmp, &ext_paniclog_handle_list, handles) { in ext_paniclog_get_size_required() 365 LIST_FOREACH(tmp, &ext_paniclog_handle_list, handles) { in ext_paniclog_write_panicdata() 391 ext_paniclog_create_multiple_handles(ext_paniclog_handle_t *handles[], const char *data_id[], char … in ext_paniclog_create_multiple_handles() argument 408 handles[i] = handle; in ext_paniclog_create_multiple_handles() 428 ext_paniclog_handle_t *handles[2] = {0}; in ext_paniclog_multiple_handles_panic_test() local 436 ext_paniclog_create_multiple_handles(handles, data_id, data); in ext_paniclog_multiple_handles_panic_test() 451 ext_paniclog_handle_t *handles[2] = {0}; in ext_paniclog_multiple_handles_test() local 457 ret = ext_paniclog_create_multiple_handles(handles, data_id, data); in ext_paniclog_multiple_handles_test() [all …]
|
| H A D | ext_paniclog.h | 78 LIST_ENTRY(ext_paniclog_handle) handles;
|
| /xnu-10063.141.1/osfmk/mach/ |
| H A D | mach_voucher_attr_control.defs | 50 /* Create a new voucher with the control's privilege (to directly assign value-handles) */
|
| /xnu-10063.141.1/tests/ |
| H A D | stackshot_accuracy.m | 51 /* ssh won't let the session die if we still have file handles open to its output. */
|