Searched refs:OK (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/arch/powerpc/kernel/
H A Dprom_init_check.sh64 OK=0
68 OK=1
76 OK=1
79 OK=1
83 if [ $OK -eq 0 ]; then
/linux-master/tools/testing/selftests/net/
H A Dipv6_flowlabel.sh37 echo OK. All tests passed
H A Dso_txtime.sh105 echo OK. All tests passed
/linux-master/drivers/net/fddi/skfp/h/
H A Dsba_def.h63 #define OK 0x01 /* ??????? */ macro
/linux-master/tools/perf/tests/shell/lib/
H A Dwaiting.sh36 echo OK
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh101 echo OK
120 echo OK
278 echo OK
431 echo OK
452 echo OK
469 echo OK
498 echo OK
517 echo OK
530 echo OK
573 echo OK
[all...]
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_trans_stress.sh30 local OK="PASS"
33 OK="FAIL"
37 echo "$OK: nft $2 test returned $r"
H A Dnft_concat_range.sh1631 printf "[ OK ]\n"
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c150 OK, enumerator in enum:RESULT
159 if (r == OK)
160 msg = " [OK]";
185 result(llen, ret ? FAIL : OK);
199 result(llen, ret ? FAIL : OK);
213 result(llen, ret ? FAIL : OK);
227 result(llen, ret ? FAIL : OK);
241 result(llen, ret ? FAIL : OK);
255 result(llen, ret ? FAIL : OK);
269 result(llen, ret ? FAIL : OK);
[all...]
/linux-master/drivers/net/plip/
H A Dplip.c27 * - 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 &&
377 (r = plip_bh_timeout_error(nl->dev, nl, snd, rcv, r)) != OK) {
437 return OK;
478 return OK;
482 Returns OK on success, TIMEOUT on timeout */
529 return OK;
617 return OK;
695 return OK;
[all...]
/linux-master/tools/build/tests/
H A Drun.sh70 echo OK
/linux-master/drivers/net/ethernet/sis/
H A Dsis900.h200 OK = 0x08000000, DSIZE = 0x00000FFF enumerator in enum:sis900_buffer_status
/linux-master/tools/testing/selftests/x86/
H A Dsyscall_numbering.c90 #define ok(fmt, ...) msg(OK, fmt, ## __VA_ARGS__)
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh144 echo "OK. All tests passed"
308 echo OK
/linux-master/tools/perf/
H A Dbuiltin-daemon.c39 * OK - session is up and running
51 * OK - no change needed
61 * OK - skip
65 * - all sessions have OK state on the function exit
68 OK, enumerator in enum:daemon_session_state
185 session->state = OK;
782 [PING_OK] = "OK",
989 if (session->state == OK)
1010 session->state = OK;
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.c307 PANFROST_EXCEPTION(OK),
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt.c14 OK = 0, enumerator in enum:sockopt_test_error
1138 ret = test->error != OK;
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c954 * OK. We have possibility for contention on the write/erase
1164 map_word status, OK = CMD(0x80); local
1205 } while (!map_word_andequal(map, status, OK, OK));
1263 } while (!map_word_andequal(map, status, OK, OK)
1343 /* OK Still waiting. Drop the lock, wait a while and retry. */
H A Dcfi_cmdset_0002.c1061 map_word status, OK = CMD(0x80); local
1094 } while (!map_word_andequal(map, status, OK, OK));
1144 } while (!map_word_andequal(map, status, OK, OK)
/linux-master/arch/arm/kernel/
H A Dentry-header.S99 @ r8-r12 is OK.
/linux-master/drivers/media/pci/ngene/
H A Dngene.h244 OK = 0, enumerator in enum:RESPONSES
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc.h411 OK, /* no change needed */ enumerator in enum:htc_beacon::__anon943
H A Dbeacon.c493 sc->beacon.updateslot = OK;
H A Dath9k.h699 OK, /* no change needed */ enumerator in enum:ath_beacon::__anon1764
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh419 printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str"

Completed in 191 milliseconds

12