| /OK3568_Linux_fs/kernel/Documentation/watchdog/ |
| H A D | watchdog-parameters.rst | 33 Watchdog cannot be stopped once started 46 Watchdog cannot be stopped once started 55 Watchdog cannot be stopped once started 67 Watchdog cannot be stopped once started 94 Watchdog cannot be stopped once started 103 Watchdog cannot be stopped once started 112 Watchdog cannot be stopped once started 147 Watchdog cannot be stopped once started 162 Watchdog cannot be stopped once started 168 Watchdog cannot be stopped once started [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/ |
| H A D | p2p.c | 180 u8 started = p2p->discovery_started; in wil_p2p_stop_discovery() local 184 /* discovery not really started, only pending */ in wil_p2p_stop_discovery() 193 return started; in wil_p2p_stop_discovery() 200 u8 started; in wil_p2p_cancel_listen() local 211 started = wil_p2p_stop_discovery(vif); in wil_p2p_cancel_listen() 215 if (!started) { in wil_p2p_cancel_listen() 216 wil_err(wil, "listen not started\n"); in wil_p2p_cancel_listen() 238 u8 started; in wil_p2p_listen_expired() local 243 started = wil_p2p_stop_discovery(vif); in wil_p2p_listen_expired() 246 if (!started) in wil_p2p_listen_expired() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | error.h | 95 * PKCS#12 1 4 (Started from top) 97 * PKCS5 2 4 (Started from top) 99 * PK 3 15 (Started from top) 101 * ECP 4 10 (Started from top) 103 * HKDF 5 1 (Started from top) 104 * SSL 5 1 (Started from 0x5F00) 105 * CIPHER 6 8 (Started from 0x6080) 106 * SSL 6 24 (Started from top, plus 0x6000)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | error.h | 95 * PKCS#12 1 4 (Started from top) 97 * PKCS5 2 4 (Started from top) 99 * PK 3 15 (Started from top) 101 * ECP 4 10 (Started from top) 103 * HKDF 5 1 (Started from top) 104 * SSL 5 1 (Started from 0x5F00) 105 * CIPHER 6 8 (Started from 0x6080) 106 * SSL 6 24 (Started from top, plus 0x6000)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | error.h | 95 * PKCS#12 1 4 (Started from top) 97 * PKCS5 2 4 (Started from top) 99 * PK 3 15 (Started from top) 101 * ECP 4 10 (Started from top) 103 * HKDF 5 1 (Started from top) 104 * SSL 5 1 (Started from 0x5F00) 105 * CIPHER 6 8 (Started from 0x6080) 106 * SSL 6 24 (Started from top, plus 0x6000)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | error.h | 95 * PKCS#12 1 4 (Started from top) 97 * PKCS5 2 4 (Started from top) 99 * PK 3 15 (Started from top) 101 * ECP 4 10 (Started from top) 103 * HKDF 5 1 (Started from top) 104 * SSL 5 1 (Started from 0x5F00) 105 * CIPHER 6 8 (Started from 0x6080) 106 * SSL 6 24 (Started from top, plus 0x6000)
|
| /OK3568_Linux_fs/kernel/tools/virtio/ |
| H A D | virtio_test.c | 173 long started = 0, completed = 0, next_reset = reset_n; in run_test() local 189 started_before = started; in run_test() 195 while (started < bufs && in run_test() 196 (started - completed) < batch) { in run_test() 199 dev->buf + started, in run_test() 203 started > started_before) in run_test() 210 ++started; in run_test() 218 if (started >= bufs) in run_test() 251 started = completed; in run_test() 256 if (completed == completed_before && started == started_before) in run_test() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/ |
| H A D | proftpd-basic.init | 132 echo "ProFTPD is started from inetd/xinetd." 142 echo "Warning: ProFTPD is started from inetd/xinetd (trying to start anyway)." 153 echo "ProFTPD is started from inetd/xinetd." 163 echo "Warning: ProFTPD is started from inetd/xinetd (trying to kill anyway)." 180 echo "ProFTPD is started from inetd/xinetd." 190 echo "ProFTPD is started from inetd/xinetd." 200 echo "ProFTPD is started in standalone mode, currently running." 203 echo "ProFTPD is started in standalone mode, currently not running."
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | offchannel.c | 203 if (!roc->started) in ieee80211_end_finished_rocs() 242 roc->started = true; in ieee80211_handle_roc_started() 268 if (!roc->started) in ieee80211_hw_roc_start() 304 if (WARN_ON(roc->started)) in _ieee80211_start_next_roc() 336 tmp->started = true; in _ieee80211_start_next_roc() 347 tmp->started = true; in _ieee80211_start_next_roc() 352 * treat it as though the ROC operation started properly, so in _ieee80211_start_next_roc() 394 /* defer roc if driver is not started (i.e. during reconfig) */ in ieee80211_start_next_roc() 401 if (WARN_ON_ONCE(roc->started)) in ieee80211_start_next_roc() 428 if (!roc->started) { in __ieee80211_roc_work() [all …]
|
| H A D | driver-ops.c | 16 if (WARN_ON(local->started)) in drv_start() 20 local->started = true; in drv_start() 27 local->started = false; in drv_start() 36 if (WARN_ON(!local->started)) in drv_stop() 43 /* sync away all work on the tasklet before clearing started */ in drv_stop() 49 local->started = false; in drv_stop()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_ukk_pp.c | 23 /* If the job was started successfully, 0 is returned. If there was an error, but the job in pp_start_job_wrapper() 24 * was started, we return -ENOENT. For anything else returned, the job was not started. */ in pp_start_job_wrapper() 39 /* If the jobs were started successfully, 0 is returned. If there was an error, but the in pp_and_gp_start_job_wrapper() 40 * jobs were started, we return -ENOENT. For anything else returned, the jobs were not in pp_and_gp_start_job_wrapper() 41 * started. */ in pp_and_gp_start_job_wrapper()
|
| H A D | mali_ukk_soft_job.c | 31 /* If the job was started successfully, 0 is returned. If there was an error, but the job in soft_job_start_wrapper() 32 * was started, we return -ENOENT. For anything else returned, the job was not started. */ in soft_job_start_wrapper() 71 /* Let user space know that something failed after the job was started. */ in soft_job_start_wrapper()
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/knightslanding/ |
| H A D | virtual-memory.json | 18 …": "Counts the total D-side page walks that are completed or started. The page walks started in th… 27 … of core cycles for all the D-side page walks. The cycles for page walks started in speculative pa… 45 … of core cycles for all the I-side page walks. The cycles for page walks started in speculative pa… 63 … number of core cycles for all the page walks. The cycles for page walks started in speculative pa…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | visit_info.hpp | 24 static const int STARTED = 1; member in boost::geometry::detail::overlay::visit_info 41 inline void set_started() { m_visit_code = STARTED; } in set_started() 51 inline bool started() const { return m_visit_code == STARTED; } in started() function in boost::geometry::detail::overlay::visit_info 71 if (visited() || started() || finished() ) in finalize()
|
| /OK3568_Linux_fs/buildroot/package/fail2ban/ |
| H A D | 0001-fixed-possible-RCE-vulnerability-unset-escape-variable.patch | 51 The jail <name> has been started successfully.\n 54 - Fail2Ban"|mail -s "[Fail2Ban] <name>: started on <fq-hostname>" <dest> 55 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: started on <fq-hostname>" <des… 103 The jail <name> has been started successfully.\n 105 - Fail2Ban"|mail -s "[Fail2Ban] <name>: started on <fq-hostname>" <dest> 106 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: started on <fq-hostname>" <des… 134 The jail <name> has been started successfully.\n 136 - Fail2Ban"|mail -s "[Fail2Ban] <name>: started on <fq-hostname>" <dest> 137 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: started on <fq-hostname>" <de…
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/rapidio/ |
| H A D | rapidio.rst | 128 (a) Statically linked enumeration and discovery process can be started 134 that all discovering endpoints are started before the enumerating endpoint 143 (b) Statically linked enumeration and discovery process can be started by 147 started first by issuing a user-space command, after an enumeration is 148 completed a discovery process can be started on all remaining endpoints. 150 (c) Modular enumeration and discovery process can be started by a command from 152 process can be started by issuing a user-space command. 153 Similar to the option (b) above, an enumerator has to be started first. 155 (d) Modular enumeration and discovery process can be started by a module 159 When a network scan process is started it calls an enumeration or discovery [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/isci/ |
| H A D | request.h | 103 * - TMF requests are completed in the thread that started them; 166 * @SCI_REQ_STARTED: This state indicates that the request has been started. 202 * the started raw task management request is waiting for the transmission of 205 * @SCI_REQ_TASK_WAIT_TC_RESP: This sub-state indicates that the started task 209 * @SCI_REQ_SMP_WAIT_RESP: This sub-state indicates that the started task 214 * the started SMP request is waiting for the transmission of the initial frame 218 * This state is entered from the STARTED state. This state is entered from the 223 * state. This state is entered from the STARTED state.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_toastertable_ui.py | 72 # started first, finished last 78 # started second, finished first 110 if link.get_attribute('innerHTML').strip() == 'Started on': 119 self.assertEqual(active_heading, 'Started on', 120 'table should be sorted by "Started on"')
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | ia_css_control.h | 84 /* @brief Test whether the ISP has started. 86 * @return Boolean flag true if the ISP has started or false otherwise. 88 * Temporary function to poll whether the ISP has been started. Once it has, 89 * the sensor can also be started. */ 116 * All threads will be started and blocked by semaphore. This function should
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-kthread-touch.c | 85 /* Calculate the number of jiffies since we started streaming */ in vivid_thread_touch_cap() 95 * jiffies have passed since we started streaming reset the in vivid_thread_touch_cap() 110 * since we started, including the current buffer. in vivid_thread_touch_cap() 114 /* And the number of jiffies since we started */ in vivid_thread_touch_cap() 121 * in jiffies since we started streaming. in vivid_thread_touch_cap()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/fixtures/ |
| H A D | custom_toaster_append.sh_sample | 27 echo "Add custom actions here when Toaster script is started" 31 echo "Add custom actions here after Toaster web service is started" 39 echo "Add custom actions here after Toaster (no web) service is started"
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | nitro_enclaves.h | 59 * is started. 78 * (init = before being started). 94 * an enclave is started. 103 * before being started). 117 * before an enclave is started. 132 * (init = before being started). 169 * (init = before being started).
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/davinci/ |
| H A D | vpfe_capture.c | 499 /* if streaming not started, don't do anything */ in vpfe_isr() 500 if (!vpfe_dev->started) in vpfe_isr() 573 /* if streaming not started, don't do anything */ in vdint1_isr() 574 if (!vpfe_dev->started) { in vdint1_isr() 618 vpfe_dev->started = 0; in vpfe_stop_ccdc_capture() 641 if (vpfe_dev->started) { in vpfe_release() 700 if (vpfe_dev->started) in vpfe_poll() 898 /* If streaming is started, return error */ in vpfe_s_fmt_vid_cap() 899 if (vpfe_dev->started) { in vpfe_s_fmt_vid_cap() 900 v4l2_err(&vpfe_dev->v4l2_dev, "Streaming is started\n"); in vpfe_s_fmt_vid_cap() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/quagga/files/ |
| H A D | quagga.init | 37 # Check if daemon is started by using the pidfile. 38 started() 89 if ! started "$1" ; then 150 if started "$daemon_name" ; then
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/ |
| H A D | todo.rst | 16 - multichannel (started), integration with RDMA 17 - directory leases (improved metadata caching), started (root dir only) 44 the CIFS statistics (started) 90 v) POSIX Extensions for SMB3.1.1 (started, create and mkdir support added
|