Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dext_paniclog.c782 ext_paniclog_handle_t *handle_1, *handle_2, *handle_3; in ext_paniclog_insert_dummy_handles_test() local
796handle_2 = ext_paniclog_handle_alloc_with_uuid(uuid_1, "Dummy handle 2", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_dummy_handles_test()
797 if (handle_2 == NULL) { in ext_paniclog_insert_dummy_handles_test()
815 ext_paniclog_insert_data(handle_2, data2, 17); in ext_paniclog_insert_dummy_handles_test()
819 ext_paniclog_handle_set_active(handle_2); in ext_paniclog_insert_dummy_handles_test()
831 ext_paniclog_handle_t *handle_1, *handle_2; in ext_paniclog_insert_struct_handles_test() local
859handle_2 = ext_paniclog_handle_alloc_with_uuid(uuid_2, "Dummy handle 2", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_struct_handles_test()
860 if (handle_2 == NULL) { in ext_paniclog_insert_struct_handles_test()
869 handle_2_data = (struct _handle_2_data *)ext_paniclog_claim_buffer(handle_2); in ext_paniclog_insert_struct_handles_test()
879 ext_paniclog_yield_buffer(handle_2, sizeof(struct _handle_2_data)); in ext_paniclog_insert_struct_handles_test()
[all …]