Lines Matching refs:T

44 #define T(path, an, k, c, n) \  macro
53 T("/xxxx/xxxx/x-x.ko", true , true, 0 , "[x_x]"); in test__kmod_path__parse()
54 T("/xxxx/xxxx/x-x.ko", false , true, 0 , NULL ); in test__kmod_path__parse()
55 T("/xxxx/xxxx/x-x.ko", true , true, 0 , "[x_x]"); in test__kmod_path__parse()
56 T("/xxxx/xxxx/x-x.ko", false , true, 0 , NULL ); in test__kmod_path__parse()
63 T("/xxxx/xxxx/x.ko.gz", true , true, 1 , "[x]"); in test__kmod_path__parse()
64 T("/xxxx/xxxx/x.ko.gz", false , true, 1 , NULL ); in test__kmod_path__parse()
65 T("/xxxx/xxxx/x.ko.gz", true , true, 1 , "[x]"); in test__kmod_path__parse()
66 T("/xxxx/xxxx/x.ko.gz", false , true, 1 , NULL ); in test__kmod_path__parse()
72 T("/xxxx/xxxx/x.gz", true , false, 1 , "x.gz"); in test__kmod_path__parse()
73 T("/xxxx/xxxx/x.gz", false , false, 1 , NULL ); in test__kmod_path__parse()
74 T("/xxxx/xxxx/x.gz", true , false, 1 , "x.gz"); in test__kmod_path__parse()
75 T("/xxxx/xxxx/x.gz", false , false, 1 , NULL ); in test__kmod_path__parse()
81 T("x.gz", true , false, 1 , "x.gz"); in test__kmod_path__parse()
82 T("x.gz", false , false, 1 , NULL ); in test__kmod_path__parse()
83 T("x.gz", true , false, 1 , "x.gz"); in test__kmod_path__parse()
84 T("x.gz", false , false, 1 , NULL ); in test__kmod_path__parse()
90 T("x.ko.gz", true , true, 1 , "[x]"); in test__kmod_path__parse()
91 T("x.ko.gz", false , true, 1 , NULL ); in test__kmod_path__parse()
92 T("x.ko.gz", true , true, 1 , "[x]"); in test__kmod_path__parse()
93 T("x.ko.gz", false , true, 1 , NULL ); in test__kmod_path__parse()
100 T("[test_module]", true , true, false, "[test_module]"); in test__kmod_path__parse()
101 T("[test_module]", false , true, false, NULL ); in test__kmod_path__parse()
102 T("[test_module]", true , true, false, "[test_module]"); in test__kmod_path__parse()
103 T("[test_module]", false , true, false, NULL ); in test__kmod_path__parse()
109 T("[test.module]", true , true, false, "[test.module]"); in test__kmod_path__parse()
110 T("[test.module]", false , true, false, NULL ); in test__kmod_path__parse()
111 T("[test.module]", true , true, false, "[test.module]"); in test__kmod_path__parse()
112 T("[test.module]", false , true, false, NULL ); in test__kmod_path__parse()
118 T("[vdso]", true , false, false, "[vdso]"); in test__kmod_path__parse()
119 T("[vdso]", false , false, false, NULL ); in test__kmod_path__parse()
120 T("[vdso]", true , false, false, "[vdso]"); in test__kmod_path__parse()
121 T("[vdso]", false , false, false, NULL ); in test__kmod_path__parse()
126 T("[vdso32]", true , false, false, "[vdso32]"); in test__kmod_path__parse()
127 T("[vdso32]", false , false, false, NULL ); in test__kmod_path__parse()
128 T("[vdso32]", true , false, false, "[vdso32]"); in test__kmod_path__parse()
129 T("[vdso32]", false , false, false, NULL ); in test__kmod_path__parse()
134 T("[vdsox32]", true , false, false, "[vdsox32]"); in test__kmod_path__parse()
135 T("[vdsox32]", false , false, false, NULL ); in test__kmod_path__parse()
136 T("[vdsox32]", true , false, false, "[vdsox32]"); in test__kmod_path__parse()
137 T("[vdsox32]", false , false, false, NULL ); in test__kmod_path__parse()
143 T("[vsyscall]", true , false, false, "[vsyscall]"); in test__kmod_path__parse()
144 T("[vsyscall]", false , false, false, NULL ); in test__kmod_path__parse()
145 T("[vsyscall]", true , false, false, "[vsyscall]"); in test__kmod_path__parse()
146 T("[vsyscall]", false , false, false, NULL ); in test__kmod_path__parse()
152 T("[kernel.kallsyms]", true , false, false, "[kernel.kallsyms]"); in test__kmod_path__parse()
153 T("[kernel.kallsyms]", false , false, false, NULL ); in test__kmod_path__parse()
154 T("[kernel.kallsyms]", true , false, false, "[kernel.kallsyms]"); in test__kmod_path__parse()
155 T("[kernel.kallsyms]", false , false, false, NULL ); in test__kmod_path__parse()