Lines Matching refs:handle_2

807 	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()
906 ext_paniclog_handle_set_active(handle_2); in ext_paniclog_insert_struct_handles_test()
922 ext_paniclog_handle_t *handle_1, *handle_2; in ext_paniclog_insert_dummy_handles_separate_fields_test() local
945handle_2 = ext_paniclog_handle_alloc_with_uuid(uuid_2, "Dummy handle 2", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_dummy_handles_separate_fields_test()
946 if (handle_2 == NULL) { in ext_paniclog_insert_dummy_handles_separate_fields_test()
957 handle_2_data = (struct _handle_2_data *)ext_paniclog_claim_buffer(handle_2); in ext_paniclog_insert_dummy_handles_separate_fields_test()
960 ext_paniclog_yield_buffer(handle_2, sizeof(struct _handle_2_data)); in ext_paniclog_insert_dummy_handles_separate_fields_test()
963 ext_paniclog_handle_set_active(handle_2); in ext_paniclog_insert_dummy_handles_separate_fields_test()