/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | prom_init_check.sh | 61 OK=0 65 OK=1 73 OK=1 76 OK=1 80 if [ $OK -eq 0 ]; then
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | prom_init_check.sh | 64 OK=0 68 OK=1 76 OK=1 79 OK=1 83 if [ $OK -eq 0 ]; then
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | test_intel_pt.sh | 100 echo OK 119 echo OK 277 echo OK 430 echo OK 451 echo OK 468 echo OK 497 echo OK 516 echo OK 529 echo OK 572 echo OK [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 138 OK, enumerator 147 if (r == OK) in result() 148 msg = " [OK]"; in result() 174 result(llen, ret ? FAIL : OK); in expect_zr() 188 result(llen, ret ? FAIL : OK); in expect_nz() 202 result(llen, ret ? FAIL : OK); in expect_eq() 216 result(llen, ret ? FAIL : OK); in expect_ne() 230 result(llen, ret ? FAIL : OK); in expect_ge() 244 result(llen, ret ? FAIL : OK); in expect_gt() 258 result(llen, ret ? FAIL : OK); in expect_le() [all...] |
/kernel/linux/common_modules/newip/src/linux-5.10/drivers/net/bt/ |
H A D | btdev.c | 56 return OK; in bt_seq_show() 112 return OK; in __bt_virnet_open() 168 return OK; in bt_io_file_release() 290 return OK; in bt_virnet_change_mtu() 295 int err = OK; in bt_set_mtu() 332 return OK; in bt_cmd_enable_virnet() 354 return OK; in bt_cmd_disable_virnet() 374 return OK; in bt_cmd_change_mtu() 403 return OK; in bt_cmd_peek_packet() 492 return OK; in bt_mng_file_open() [all...] |
H A D | btdev.h | 47 #define OK 0 macro 197 return OK; in bt_virnet_get_cdev_number()
|
/kernel/linux/linux-5.10/drivers/net/plip/ |
H A D | plip.c | 27 * - Make sure other end is OK, before sending a packet. 341 #define OK 0 macro 370 if ((r = (*f)(nl->dev, nl, snd, rcv)) != OK && in plip_bh() 371 (r = plip_bh_timeout_error(nl->dev, nl, snd, rcv, r)) != OK) { in plip_bh() 431 return OK; in plip_bh_timeout_error() 472 return OK; in plip_none() 476 Returns OK on success, TIMEOUT on timeout */ 522 return OK; in plip_receive() 610 return OK; in plip_receive_packet() 688 return OK; in plip_receive_packet() [all...] |
/kernel/linux/linux-6.6/drivers/net/plip/ |
H A D | plip.c | 27 * - Make sure other end is OK, before sending a packet. 347 #define OK 0 macro 376 if ((r = (*f)(nl->dev, nl, snd, rcv)) != OK && in plip_bh() 377 (r = plip_bh_timeout_error(nl->dev, nl, snd, rcv, r)) != OK) { in plip_bh() 437 return OK; in plip_bh_timeout_error() 478 return OK; in plip_none() 482 Returns OK on success, TIMEOUT on timeout */ 529 return OK; in plip_receive() 617 return OK; in plip_receive_packet() 695 return OK; in plip_receive_packet() [all...] |
/kernel/liteos_a/fs/vfs/operation/ |
H A D | vfs_check.c | 59 if (ret != OK) { in fscheck() 74 if (ret != OK) { in fscheck()
|
H A D | vfs_force_umount.c | 69 return OK; in ErrorVopClose() 129 return OK; in ErrorVopClosedir() 245 return OK; in ErrorFopClose() 474 if (ret != OK) { in ForceUmountDev() 486 return OK; in ForceUmountDev()
|
H A D | vfs_utime.c | 101 if (ret != OK) { in utime() 115 return OK; in utime()
|
H A D | vfs_procfd.c | 130 return OK; in CheckProcessFd() 170 return OK; in AllocSpecifiedProcessFd() 183 return OK; in AllocSpecifiedProcessFd()
|
H A D | vfs_chattr.c | 94 return OK; in chattr()
|
H A D | vfs_fcntl.c | 50 if (CheckProcessFd(leastFd) != OK) { in FcntlDupFd()
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | nft_trans_stress.sh | 30 local OK="PASS" 33 OK="FAIL" 37 echo "$OK: nft $2 test returned $r"
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/ |
H A D | sba_def.h | 63 #define OK 0x01 /* ??????? */ macro
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/ |
H A D | sba_def.h | 63 #define OK 0x01 /* ??????? */ macro
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/ |
H A D | waiting.sh | 36 echo OK
|
/kernel/liteos_a/fs/vfs/include/ |
H A D | vnode.h | 52 #ifndef OK 53 #define OK 0 macro
|
/kernel/liteos_m/testsuites/sample/kernel/dynlink/lib/ |
H A D | dynamic_athmtc.c | 30 #define OK 0 macro
|
/kernel/linux/linux-5.10/tools/build/tests/ |
H A D | run.sh | 70 echo OK
|
/kernel/linux/linux-6.6/tools/build/tests/ |
H A D | run.sh | 70 echo OK
|
/kernel/liteos_a/testsuites/unittest/common/include/ |
H A D | osTest.h | 66 #ifndef OK 67 #define OK 0 macro 71 #define ENOERR OK
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_tc_tunnel.sh | 134 echo "OK. All tests passed" 282 echo OK 295 echo OK
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | so_txtime.sh | 89 echo OK. All tests passed
|