Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dext_paniclog.c807 ext_paniclog_handle_t *handle_1, *handle_2, *handle_3; in ext_paniclog_insert_dummy_handles_test() local
821handle_2 = ext_paniclog_handle_alloc_with_uuid(uuid_1, "Dummy handle 2", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_dummy_handles_test()
822 if (handle_2 == NULL) { in ext_paniclog_insert_dummy_handles_test()
839 ext_paniclog_insert_data(handle_2, data2, 17); in ext_paniclog_insert_dummy_handles_test()
843 ext_paniclog_handle_set_active(handle_2); in ext_paniclog_insert_dummy_handles_test()
855 ext_paniclog_handle_t *handle_1, *handle_2; in ext_paniclog_insert_struct_handles_test() local
883handle_2 = ext_paniclog_handle_alloc_with_uuid(uuid_2, "Dummy handle 2", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_struct_handles_test()
884 if (handle_2 == NULL) { in ext_paniclog_insert_struct_handles_test()
893 handle_2_data = (struct _handle_2_data *)ext_paniclog_claim_buffer(handle_2); in ext_paniclog_insert_struct_handles_test()
903 ext_paniclog_yield_buffer(handle_2, sizeof(struct _handle_2_data)); in ext_paniclog_insert_struct_handles_test()
[all …]