| /OK3568_Linux_fs/kernel/tools/testing/selftests/exec/ |
| H A D | execveat.c | 155 int fail = 0; in check_execveat_pathmax() local 198 fail += check_execveat(fd, "", AT_EMPTY_PATH); in check_execveat_pathmax() 202 fail++; in check_execveat_pathmax() 216 fail += check_execveat_invoked_rc(root_dfd, longpath + 1, 0, in check_execveat_pathmax() 219 fail += check_execveat(root_dfd, longpath + 1, 0); in check_execveat_pathmax() 221 return fail; in check_execveat_pathmax() 226 int fail = 0; in run_tests() local 264 fail += check_execveat(subdir_dfd, "../execveat", 0); in run_tests() 265 fail += check_execveat(dot_dfd, "execveat", 0); in run_tests() 266 fail += check_execveat(dot_dfd_path, "execveat", 0); in run_tests() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_offload.py | 82 def fail(cond, msg): function 96 def cmd(cmd, shell=True, include_stderr=False, background=False, fail=True): argument 109 return cmd_result(proc, include_stderr=include_stderr, fail=fail) 111 def cmd_result(proc, include_stderr=False, fail=False): argument 128 if proc.returncode != 0 and fail: 143 def tool(name, args, flags, JSON=True, ns="", fail=True, include_stderr=False): argument 153 fail=fail, include_stderr=True) 156 fail=fail, include_stderr=False) 168 def bpftool(args, JSON=True, ns="", fail=True, include_stderr=False): argument 170 fail=fail, include_stderr=include_stderr) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | lg2160.c | 133 goto fail; in lg216x_set_reg_bit() 140 fail: in lg216x_set_reg_bit() 171 goto fail; in lg216x_soft_reset() 176 goto fail; in lg216x_soft_reset() 179 fail: in lg216x_soft_reset() 226 goto fail; in lg216x_initialize() 230 fail: in lg216x_initialize() 245 goto fail; in lg216x_set_if() 254 fail: in lg216x_set_if() 268 goto fail; in lg2160_agc_fix() [all …]
|
| H A D | lgdt3306a.c | 192 goto fail; in lgdt3306a_set_reg_bit() 199 fail: in lgdt3306a_set_reg_bit() 213 goto fail; in lgdt3306a_soft_reset() 219 fail: in lgdt3306a_soft_reset() 234 goto fail; in lgdt3306a_mpeg_mode() 242 goto fail; in lgdt3306a_mpeg_mode() 246 goto fail; in lgdt3306a_mpeg_mode() 256 fail: in lgdt3306a_mpeg_mode() 271 goto fail; in lgdt3306a_mpeg_mode_polarity() 283 fail: in lgdt3306a_mpeg_mode_polarity() [all …]
|
| H A D | lgdt3305.c | 170 goto fail; in lgdt3305_set_reg_bit() 176 fail: in lgdt3305_set_reg_bit() 210 goto fail; in lgdt3305_soft_reset() 214 fail: in lgdt3305_soft_reset() 237 goto fail; in lgdt3305_mpeg_mode_polarity() 250 goto fail; in lgdt3305_mpeg_mode_polarity() 253 fail: in lgdt3305_mpeg_mode_polarity() 267 goto fail; in lgdt3305_set_modulation() 285 fail: in lgdt3305_set_modulation() 662 goto fail; in lgdt3305_init() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/preemptirq/ |
| H A D | irqsoff_tracer.tc | 8 fail() { 36 modprobe $MOD test_mode=preempt delay=500000 || fail 37 rmmod $MOD || fail 38 modprobe $MOD test_mode=preempt delay=500000 || fail 39 rmmod $MOD || fail 40 modprobe $MOD test_mode=preempt delay=500000 || fail 41 rmmod $MOD || fail 46 grep -q "tracer: preemptoff" trace || fail 49 egrep -q "5.....us : <stack trace>" trace || fail 52 egrep -q "latency: 5..... us" trace || fail [all …]
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | policy_unpack.c | 228 goto fail; in unpack_u16_chunk() 232 goto fail; in unpack_u16_chunk() 237 fail: in unpack_u16_chunk() 284 goto fail; in unpack_nameX() 287 goto fail; in unpack_nameX() 294 fail: in unpack_nameX() 305 goto fail; in unpack_u8() 312 fail: in unpack_u8() 323 goto fail; in unpack_u32() 330 fail: in unpack_u32() [all …]
|
| H A D | crypto.c | 39 goto fail; in aa_calc_hash() 45 goto fail; in aa_calc_hash() 48 goto fail; in aa_calc_hash() 51 goto fail; in aa_calc_hash() 55 fail: in aa_calc_hash() 76 goto fail; in aa_calc_profile_hash() 82 goto fail; in aa_calc_profile_hash() 85 goto fail; in aa_calc_profile_hash() 88 goto fail; in aa_calc_profile_hash() 91 goto fail; in aa_calc_profile_hash() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/ |
| H A D | mxl111sf-demod.c | 68 goto fail; in mxl1x1sf_demod_get_tps_code_rate() 87 fail: in mxl1x1sf_demod_get_tps_code_rate() 99 goto fail; in mxl1x1sf_demod_get_tps_modulation() 112 fail: in mxl1x1sf_demod_get_tps_modulation() 124 goto fail; in mxl1x1sf_demod_get_tps_guard_fft_mode() 137 fail: in mxl1x1sf_demod_get_tps_guard_fft_mode() 149 goto fail; in mxl1x1sf_demod_get_tps_guard_interval() 165 fail: in mxl1x1sf_demod_get_tps_guard_interval() 177 goto fail; in mxl1x1sf_demod_get_tps_hierarchy() 193 fail: in mxl1x1sf_demod_get_tps_hierarchy() [all …]
|
| H A D | mxl111sf-gpio.c | 32 goto fail; in mxl111sf_set_gpo_state() 37 goto fail; in mxl111sf_set_gpo_state() 43 goto fail; in mxl111sf_set_gpo_state() 48 goto fail; in mxl111sf_set_gpo_state() 51 fail: in mxl111sf_set_gpo_state() 71 goto fail; in mxl111sf_get_gpi_state() 80 goto fail; in mxl111sf_get_gpi_state() 88 goto fail; in mxl111sf_get_gpi_state() 94 fail: in mxl111sf_get_gpi_state() 119 goto fail; in mxl111sf_config_gpio_pins() [all …]
|
| H A D | mxl111sf-i2c.c | 32 goto fail; in mxl111sf_i2c_bitbang_sendbyte() 41 goto fail; in mxl111sf_i2c_bitbang_sendbyte() 46 goto fail; in mxl111sf_i2c_bitbang_sendbyte() 51 goto fail; in mxl111sf_i2c_bitbang_sendbyte() 59 goto fail; in mxl111sf_i2c_bitbang_sendbyte() 66 goto fail; in mxl111sf_i2c_bitbang_sendbyte() 70 goto fail; in mxl111sf_i2c_bitbang_sendbyte() 76 goto fail; in mxl111sf_i2c_bitbang_sendbyte() 80 fail: in mxl111sf_i2c_bitbang_sendbyte() 98 goto fail; in mxl111sf_i2c_bitbang_recvbyte() [all …]
|
| H A D | mxl111sf-phy.c | 49 goto fail; in mxl1x1sf_soft_reset() 52 fail: in mxl1x1sf_soft_reset() 67 goto fail; in mxl1x1sf_set_device_mode() 76 goto fail; in mxl1x1sf_set_device_mode() 79 fail: in mxl1x1sf_set_device_mode() 211 goto fail; in mxl111sf_init_i2s_port() 215 fail: in mxl111sf_init_i2s_port() 241 goto fail; in mxl111sf_config_i2s() 247 goto fail; in mxl111sf_config_i2s() 251 goto fail; in mxl111sf_config_i2s() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | func_traceonoff_triggers.tc | 16 fail() { # mesg 35 fail "Found junk in trace" 48 fail "Nothing found in trace" 77 fail "Did not find traceoff trigger" 85 fail "Tracing is not stopped" 90 fail "Tracing is not off" 98 fail "Tracing file is still changing" 105 fail "Tracing is still happeing" 112 fail "traceoff trigger still exists" 117 fail "Tracing is started again" [all …]
|
| H A D | func_set_ftrace_file.tc | 15 fail() { # mesg 68 fail "Expected only $ALL_FUNCS" 73 fail "Expected $ALL_FUNCS and $FUNC1:traceoff:unlimited" 78 fail "Expected $FUNC1 and $FUNC1:traceoff:unlimited" 83 fail "Expected $FUNC1 $FUNC2 and $FUNC1:traceoff:unlimited" 88 fail "Expected $FUNC1 $FUNC2 $FUNC1:traceoff:unlimited and $FUNC2:traceoff:unlimited" 93 fail "Expected $FUNC1 $FUNC1:traceoff:unlimited and $FUNC2:traceoff:unlimited" 98 fail "Expected $ALL_FUNCS $FUNC1:traceoff:unlimited and $FUNC2:traceoff:unlimited" 104 fail "Expected $ALL_FUNCS" 109 fail "Expected $FUNC1" [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | khugepaged.c | 117 static void fail(const char *msg) in fail() function 522 fail("Fail"); in alloc_at_fault() 531 fail("Fail"); in alloc_at_fault() 542 fail("Timeout"); in collapse_full() 546 fail("Fail"); in collapse_full() 557 fail("Timeout"); in collapse_empty() 559 fail("Fail"); in collapse_empty() 572 fail("Timeout"); in collapse_single_pte_entry() 576 fail("Fail"); in collapse_single_pte_entry() 594 fail("Timeout"); in collapse_max_ptes_none() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_string.c | 24 goto fail; in memset16_selftest() 27 goto fail; in memset16_selftest() 30 goto fail; in memset16_selftest() 36 fail: in memset16_selftest() 60 goto fail; in memset32_selftest() 63 goto fail; in memset32_selftest() 66 goto fail; in memset32_selftest() 72 fail: in memset32_selftest() 96 goto fail; in memset64_selftest() 99 goto fail; in memset64_selftest() [all …]
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_write.c | 121 goto fail; in ext4fs_get_bgdtable() 129 fail: in ext4fs_get_bgdtable() 174 goto fail; in delete_single_indirect_block() 176 goto fail; in delete_single_indirect_block() 180 fail: in delete_single_indirect_block() 240 goto fail; in delete_double_indirect_block() 244 goto fail; in delete_double_indirect_block() 268 goto fail; in delete_double_indirect_block() 271 goto fail; in delete_double_indirect_block() 276 fail: in delete_double_indirect_block() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | proc-self-map-files-001.c | 36 static void fail(const char *fmt, unsigned long a, unsigned long b) in fail() function 66 fail("/proc/self/map_files/ %lx-%lx", a, b); in main() 67 fail("/proc/self/map_files/%lx -%lx", a, b); in main() 68 fail("/proc/self/map_files/%lx- %lx", a, b); in main() 69 fail("/proc/self/map_files/%lx-%lx ", a, b); in main() 70 fail("/proc/self/map_files/0%lx-%lx", a, b); in main() 71 fail("/proc/self/map_files/%lx-0%lx", a, b); in main() 73 fail("/proc/self/map_files/100000000%lx-%lx", a, b); in main() 74 fail("/proc/self/map_files/%lx-100000000%lx", a, b); in main() 76 fail("/proc/self/map_files/10000000000000000%lx-%lx", a, b); in main() [all …]
|
| H A D | proc-self-map-files-002.c | 36 static void fail(const char *fmt, unsigned long a, unsigned long b) in fail() function 78 fail("/proc/self/map_files/ %lx-%lx", a, b); in main() 79 fail("/proc/self/map_files/%lx -%lx", a, b); in main() 80 fail("/proc/self/map_files/%lx- %lx", a, b); in main() 81 fail("/proc/self/map_files/%lx-%lx ", a, b); in main() 82 fail("/proc/self/map_files/0%lx-%lx", a, b); in main() 83 fail("/proc/self/map_files/%lx-0%lx", a, b); in main() 85 fail("/proc/self/map_files/100000000%lx-%lx", a, b); in main() 86 fail("/proc/self/map_files/%lx-100000000%lx", a, b); in main() 88 fail("/proc/self/map_files/10000000000000000%lx-%lx", a, b); in main() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/vdso/ |
| H A D | vdsomunge.c | 83 static void fail(const char *fmt, ...) in fail() function 133 fail("Usage: %s [infile] [outfile]\n", argv[0]); in main() 140 fail("Cannot open %s: %s\n", infile, strerror(errno)); in main() 143 fail("Failed stat for %s: %s\n", infile, strerror(errno)); in main() 147 fail("Failed to map %s: %s\n", infile, strerror(errno)); in main() 154 fail("Not an ELF file\n"); in main() 157 fail("Unsupported ELF class\n"); in main() 162 fail("Not a shared object\n"); in main() 165 fail("Unsupported architecture %#x\n", inhdr->e_machine); in main() 170 fail("Unsupported EABI version %#x\n", in main() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | mcc.c | 47 goto fail; in mac_reset_mcc_group() 61 goto fail; in mac_reset_mcc_group() 67 goto fail; in mac_reset_mcc_group() 76 goto fail; in mac_reset_mcc_group() 82 fail: in mac_reset_mcc_group() 135 goto fail; in mac_add_mcc() 179 goto fail; in mac_add_mcc() 185 goto fail; in mac_add_mcc() 195 goto fail; in mac_add_mcc() 201 fail: in mac_add_mcc() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | mcc.c | 47 goto fail; in mac_reset_mcc_group() 61 goto fail; in mac_reset_mcc_group() 67 goto fail; in mac_reset_mcc_group() 76 goto fail; in mac_reset_mcc_group() 82 fail: in mac_reset_mcc_group() 135 goto fail; in mac_add_mcc() 179 goto fail; in mac_add_mcc() 185 goto fail; in mac_add_mcc() 195 goto fail; in mac_add_mcc() 201 fail: in mac_add_mcc() [all …]
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | mkusers | 22 fail() { function 29 fail "usage: %s USERS_TABLE TARGET_DIR\n" 136 fail "invalid username '%s\n'" "${username}" 140 fail "invalid gid '%d' for '%s'\n" ${gid} "${username}" 144 fail "gid '%d' for '%s' is already used by group '%s'\n" \ 152 fail "group '%s' for '%s' already exists with gid '%d' (wants '%d')\n" \ 160 fail "user '%s' already exists with gid '%d' (wants '%d')\n" \ 166 fail "invalid uid '%d' for '%s'\n" ${uid} "${username}" 170 fail "uid '%d' for '%s' already used by user '%s'\n" \ 178 fail "user '%s' already exists with uid '%d' (wants '%d')\n" \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/oprofile/cell/ |
| H A D | vma_map.c | 129 goto fail; in create_vma_map() 135 goto fail; in create_vma_map() 141 goto fail; in create_vma_map() 147 goto fail; in create_vma_map() 155 goto fail; in create_vma_map() 165 goto fail; in create_vma_map() 172 goto fail; in create_vma_map() 182 goto fail; in create_vma_map() 185 goto fail; in create_vma_map() 192 goto fail; in create_vma_map() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/functional/ |
| H A D | test_functional_basic.py | 44 self.fail(msg='No Custom images tab available') 50 self.fail(msg='No Compatible image tab available') 56 self.fail(msg='No Compatible software recipe tab available') 62 self.fail(msg='No Compatible machines tab available') 68 self.fail(msg='No Compatible layers tab available') 74 self.fail(msg='No Bitbake variables tab available') 92 self.fail(msg='The machine information is wrong in the configuration page') 97 self.fail(msg='No Most built information in project detail page') 102 self.fail(msg='No project release title information in project detail page') 117 self.fail(msg='default layers are missing from the project configuration') [all …]
|