| A D | kmod-path.c | 44 #define T(path, an, k, c, n) \ macro 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() 118 T("[vdso]", true , false, false, "[vdso]"); in test__kmod_path__parse() [all …]
|