Home
last modified time | relevance | path

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

12345

/Linux-v5.15/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.15/drivers/net/plip/
Dplip.c343 #define OK 0 macro
372 if ((r = (*f)(nl->dev, nl, snd, rcv)) != OK && in plip_bh()
373 (r = plip_bh_timeout_error(nl->dev, nl, snd, rcv, r)) != OK) { in plip_bh()
433 return OK; in plip_bh_timeout_error()
474 return OK; in plip_none()
525 return OK; in plip_receive()
613 return OK; in plip_receive_packet()
691 return OK; in plip_receive_packet()
697 return OK; in plip_receive_packet()
700 return OK; in plip_receive_packet()
[all …]
/Linux-v5.15/tools/testing/selftests/net/
Dipv6_flowlabel.sh21 echo OK. All tests passed
Dso_txtime.sh89 echo OK. All tests passed
/Linux-v5.15/tools/testing/kunit/test_data/
Dtest_is_test_passed-no_tests_run_no_header.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.15/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.15/drivers/net/fddi/skfp/h/
Dsba_def.h63 #define OK 0x01 /* ??????? */ macro
/Linux-v5.15/Documentation/translations/zh_CN/doc-guide/
Dkernel-doc.rst132 * 0 - OK
138 Return: 0 - OK -EINVAL - invalid argument -ENOMEM - out of memory
143 * * 0 - OK to runtime suspend the device
/Linux-v5.15/tools/build/tests/
Drun.sh70 echo OK
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-dfl-devices-emif6 memory interface. "1" for calibration failure, "0" for OK.
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_tc_tunnel.sh291 echo OK
304 echo OK
/Linux-v5.15/tools/testing/selftests/lkdtm/
Dtests.txt73 STACKLEAK_ERASING OK: the rest of the thread stack is properly erased
/Linux-v5.15/arch/arm/boot/dts/
Dsun8i-v3-sl631.dtsi61 label = "OK";
Dlogicpd-torpedo-37xx-devkit.dts29 * gpio157 is not connected. So this should be OK to keep common for now,
/Linux-v5.15/tools/perf/Documentation/
Dperf-daemon.txt173 OK cycles
174 OK sched
/Linux-v5.15/Documentation/usb/
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");
Dusbip_protocol.rst167 | 4 | 4 | 0x00000000 | Status: 0 for OK |
259 | | | | - 0 for OK |
263 | | | | device, if the previous status field was OK (0), |
/Linux-v5.15/drivers/net/ethernet/sis/
Dsis900.h200 OK = 0x08000000, DSIZE = 0x00000FFF enumerator
/Linux-v5.15/tools/perf/
Dbuiltin-daemon.c68 OK, enumerator
185 session->state = OK; in session_config()
989 if (session->state == OK) in daemon__reconfig()
1010 session->state = OK; in daemon__reconfig()
/Linux-v5.15/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.15/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.15/lib/raid6/
Dint.uc77 vv = (vv << 1) - (vv >> 7); /* Overflow on the top bit is OK */
/Linux-v5.15/Documentation/driver-api/80211/
Dmac80211-advanced.rst97 Note: WDS with identical MAC address should almost always be OK
/Linux-v5.15/Documentation/driver-api/serial/
Dn_gsm.rst44 and check that it's successful (should return OK) */

12345