Lines Matching full:handle
49 static void test_bindesc_read(struct bindesc_handle *handle) in test_bindesc_read() argument
53 bindesc_find_str(handle, BINDESC_ID_KERNEL_VERSION_STRING, &result); in test_bindesc_read()
56 bindesc_find_str(handle, BINDESC_ID_APP_VERSION_STRING, &result); in test_bindesc_read()
59 bindesc_find_str(handle, BINDESC_ID_C_COMPILER_NAME, &result); in test_bindesc_read()
62 bindesc_find_str(handle, BINDESC_ID_C_COMPILER_VERSION, &result); in test_bindesc_read()
68 struct bindesc_handle handle; in ZTEST() local
70 bindesc_open_flash(&handle, 0, flash_dev); in ZTEST()
72 test_bindesc_read(&handle); in ZTEST()
77 struct bindesc_handle handle; in ZTEST() local
79 bindesc_open_ram(&handle, descriptors, sizeof(descriptors)); in ZTEST()
81 test_bindesc_read(&handle); in ZTEST()