Home
last modified time | relevance | path

Searched refs:OK (Results 1 – 25 of 108) sorted by relevance

12345

/Linux-v5.10/arch/powerpc/kernel/
Dprom_init_check.sh61 OK=0
65 OK=1
73 OK=1
76 OK=1
80 if [ $OK -eq 0 ]; then
/Linux-v5.10/drivers/net/plip/
Dplip.c341 #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()
522 return OK; in plip_receive()
610 return OK; in plip_receive_packet()
688 return OK; in plip_receive_packet()
694 return OK; in plip_receive_packet()
697 return OK; in plip_receive_packet()
[all …]
/Linux-v5.10/tools/testing/selftests/net/
Dipv6_flowlabel.sh21 echo OK. All tests passed
Dso_txtime.sh36 echo OK. All tests passed
/Linux-v5.10/tools/testing/kunit/test_data/
Dtest_is_test_passed-no_tests_run.log5 Checking if /dev/shm is on tmpfs...OK
6 Checking PROT_EXEC mmap in /dev/shm...OK
30 Checking host MADV_REMOVE support...OK
/Linux-v5.10/Documentation/power/
Dvideo.rst112 Asus L2400D s3_mode (3) [#f2]_ (S1 also works OK)
114 Asus L3800C (Radeon M7) s3_bios (2) (S1 also works OK)
119 Compaq Armada E500 - P3-700 none (1) (S1 also works OK)
143 HP Omnibook 5150 none (1), (S1 also works OK)
190 Toshiba Satellite 4030CDT s3_mode (3) (S1 also works OK)
191 Toshiba Satellite 4080XCDT s3_mode (3) (S1 also works OK)
/Linux-v5.10/drivers/net/fddi/skfp/h/
Dsba_def.h63 #define OK 0x01 /* ??????? */ macro
/Linux-v5.10/tools/build/tests/
Drun.sh70 echo OK
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_tc_tunnel.sh282 echo OK
295 echo OK
/Linux-v5.10/tools/testing/selftests/lkdtm/
Dtests.txt69 STACKLEAK_ERASING OK: the rest of the thread stack is properly erased
/Linux-v5.10/Documentation/usb/
Dusbip_protocol.rst123 | 4 | 4 | 0x00000000 | Status: 0 for OK |
215 | | | | - 0 for OK |
219 | | | | device, if the previous status field was OK (0), |
Dacm.rst130 If all this seems to be OK, fire up minicom and set it to talk to the ttyACM
131 device and try typing 'at'. If it responds with 'OK', then everything is
Dgadget_printer.rst118 Printer OK
141 To set error status to printer OK::
439 printf(" Printer OK\n");
/Linux-v5.10/arch/arm/boot/dts/
Dlogicpd-torpedo-37xx-devkit.dts29 * gpio157 is not connected. So this should be OK to keep common for now,
Dste-nomadik-nhk15.dts137 0x02030160 // OK
/Linux-v5.10/drivers/net/ethernet/sis/
Dsis900.h200 OK = 0x08000000, DSIZE = 0x00000FFF enumerator
/Linux-v5.10/Documentation/scsi/
Darcmsr_spec.rst20 zDRIVER DATA WRITE OK)
23 (DRIVER DATA READ OK)
28 (IOP331 DATA WRITE OK)
31 (IOP331 DATA READ OK)
/Linux-v5.10/Documentation/userspace-api/media/cec/
Dcec-ioc-receive.rst241 * .. _`CEC-TX-STATUS-OK`:
262 of a transmit is just OK or FAIL. In that case this status will be
285 mutually exclusive with :ref:`CEC_TX_STATUS_OK <CEC-TX-STATUS-OK>`.
310 * .. _`CEC-RX-STATUS-OK`:
/Linux-v5.10/Documentation/driver-api/80211/
Dmac80211-advanced.rst97 Note: WDS with identical MAC address should almost always be OK
/Linux-v5.10/Documentation/driver-api/serial/
Dn_gsm.rst44 and check that it's successful (should return OK) */
/Linux-v5.10/lib/raid6/
Dint.uc77 vv = (vv << 1) - (vv >> 7); /* Overflow on the top bit is OK */
/Linux-v5.10/Documentation/ABI/stable/
Dsysfs-driver-mlxreg-io6 0 - health failed, 2 - health OK, 3 - ASIC in booting state.
197 0 - OK; 1 - CRC failure; 2 = I2C failure; 3 - in progress.
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dsockopt.c9 OK = 0, enumerator
958 ret = test->error != OK; in run_test()
/Linux-v5.10/tools/perf/tests/
Dmake352 @echo OK
356 @echo OK
/Linux-v5.10/Documentation/networking/
Dnetdev-FAQ.rst189 mainline, the better the odds that it is an OK candidate for stable. So
245 OK with that, then perhaps consider mailing security@kernel.org or
283 Q: Any other tips to help ensure my net/net-next patch gets OK'd?

12345