Lines Matching +full:0 +full:x6a
21 .le = GUID_INIT(0xc33f4995, 0x3701, 0x450e, 0x9f, 0xbf, 0x20, 0x6a, 0x2e, 0x98, 0xe5, 0x76),
22 .be = UUID_INIT(0xc33f4995, 0x3701, 0x450e, 0x9f, 0xbf, 0x20, 0x6a, 0x2e, 0x98, 0xe5, 0x76),
26 .le = GUID_INIT(0x64b4371c, 0x77c1, 0x48f9, 0x82, 0x21, 0x29, 0xf0, 0x54, 0xfc, 0x02, 0x3b),
27 .be = UUID_INIT(0x64b4371c, 0x77c1, 0x48f9, 0x82, 0x21, 0x29, 0xf0, 0x54, 0xfc, 0x02, 0x3b),
30 .uuid = "0cb4ddff-a545-4401-9d06-688af53e7f84",
31 .le = GUID_INIT(0x0cb4ddff, 0xa545, 0x4401, 0x9d, 0x06, 0x68, 0x8a, 0xf5, 0x3e, 0x7f, 0x84),
32 .be = UUID_INIT(0x0cb4ddff, 0xa545, 0x4401, 0x9d, 0x06, 0x68, 0x8a, 0xf5, 0x3e, 0x7f, 0x84),
39 "0cb4ddff-a545-4401-9d06-688af53e", /* not enough data */
111 for (i = 0; i < ARRAY_SIZE(test_uuid_test_data); i++) in test_uuid_init()
114 for (i = 0; i < ARRAY_SIZE(test_uuid_wrong_data); i++) in test_uuid_init()
117 if (failed_tests == 0) in test_uuid_init()
122 return failed_tests ? -EINVAL : 0; in test_uuid_init()