Home
last modified time | relevance | path

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

/xnu-11417.121.6/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
815handle_1 = ext_paniclog_handle_alloc_with_uuid(uuid_1, "Dummy handle 1", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_dummy_handles_test()
816 if (handle_1 == NULL) { in ext_paniclog_insert_dummy_handles_test()
838 ext_paniclog_insert_data(handle_1, data1, 17); in ext_paniclog_insert_dummy_handles_test()
842 ext_paniclog_handle_set_active(handle_1); in ext_paniclog_insert_dummy_handles_test()
855 ext_paniclog_handle_t *handle_1, *handle_2; in ext_paniclog_insert_struct_handles_test() local
873handle_1 = ext_paniclog_handle_alloc_with_uuid(uuid_1, "Dummy handle 1", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_struct_handles_test()
874 if (handle_1 == NULL) { in ext_paniclog_insert_struct_handles_test()
891 handle_1_data = (struct _handle_1_data *)ext_paniclog_claim_buffer(handle_1); in ext_paniclog_insert_struct_handles_test()
902 ext_paniclog_yield_buffer(handle_1, sizeof(struct _handle_1_data)); in ext_paniclog_insert_struct_handles_test()
[all …]