Lines Matching refs:T
42 #define T(path, an, k, c, n) \ macro
51 T("/xxxx/xxxx/x-x.ko", true , true, 0 , "[x_x]"); in test__kmod_path__parse()
52 T("/xxxx/xxxx/x-x.ko", false , true, 0 , NULL ); in test__kmod_path__parse()
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()
61 T("/xxxx/xxxx/x.ko.gz", true , true, 1 , "[x]"); in test__kmod_path__parse()
62 T("/xxxx/xxxx/x.ko.gz", false , true, 1 , 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()
70 T("/xxxx/xxxx/x.gz", true , false, 1 , "x.gz"); in test__kmod_path__parse()
71 T("/xxxx/xxxx/x.gz", false , false, 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()
79 T("x.gz", true , false, 1 , "x.gz"); in test__kmod_path__parse()
80 T("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()
88 T("x.ko.gz", true , true, 1 , "[x]"); in test__kmod_path__parse()
89 T("x.ko.gz", false , true, 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()
98 T("[test_module]", true , true, false, "[test_module]"); in test__kmod_path__parse()
99 T("[test_module]", false , true, false, 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()
107 T("[test.module]", true , true, false, "[test.module]"); in test__kmod_path__parse()
108 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()
116 T("[vdso]", true , false, false, "[vdso]"); in test__kmod_path__parse()
117 T("[vdso]", false , false, 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()
124 T("[vdso32]", true , false, false, "[vdso32]"); in test__kmod_path__parse()
125 T("[vdso32]", 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()
132 T("[vdsox32]", true , false, false, "[vdsox32]"); in test__kmod_path__parse()
133 T("[vdsox32]", 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()
141 T("[vsyscall]", true , false, false, "[vsyscall]"); in test__kmod_path__parse()
142 T("[vsyscall]", 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()
150 T("[kernel.kallsyms]", true , false, false, "[kernel.kallsyms]"); in test__kmod_path__parse()
151 T("[kernel.kallsyms]", 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()