/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant.c | 696 * for works that have not been started. gas_query_free() will be unable in wpa_supplicant_cleanup() 985 * association is completed for WPA/WPA2 4-Way Handshake is started. 3794 if (work->started) { 6423 wpa_dbg(work->wpa_s, MSG_INFO, "Freeing radio work '%s'@%p (started=%d) that is marked as scan_work", 6424 work->type, work, work->started); 6431 wpa_dbg(work->wpa_s, MSG_INFO, "Freeing radio work '%s'@%p (started=%d) that is marked as p2p_scan_work", 6432 work->type, work, work->started); 6437 if (work->started) { 6471 if (tmp->started) { 6505 if (tmp->started) 6795 unsigned int started = work->started; global() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hostapd.c | 108 if (!hapd->started) in hostapd_reload_bss() 373 if (!hapd->started) { in hostapd_free_hapd_data() 374 wpa_printf(MSG_ERROR, "%s: Interface %s wasn't started", in hostapd_free_hapd_data() 378 hapd->started = 0; in hostapd_free_hapd_data() 1140 if (hapd->started) { in hostapd_setup_bss() 1141 wpa_printf(MSG_ERROR, "%s: Interface %s was already started", in hostapd_setup_bss() 1145 hapd->started = 1; in hostapd_setup_bss() 2355 /* Only once the interfaces are sync started */ in hostapd_setup_interface_complete() 2618 * allocate memory for the BSS. No actual driver operations are started. 3811 if (!hapd->started) in hostapd_periodic_iface() [all...] |
H A D | hostapd.h | 160 unsigned int started:1; member 487 * interfaces that need to be started together (synchronously).
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | hostapd.c | 100 if (!hapd->started) in hostapd_reload_bss() 357 if (!hapd->started) { in hostapd_free_hapd_data() 358 wpa_printf(MSG_ERROR, "%s: Interface %s wasn't started", in hostapd_free_hapd_data() 362 hapd->started = 0; in hostapd_free_hapd_data() 1101 if (hapd->started) { in hostapd_setup_bss() 1102 wpa_printf(MSG_ERROR, "%s: Interface %s was already started", in hostapd_setup_bss() 1106 hapd->started = 1; in hostapd_setup_bss() 2163 /* Only once the interfaces are sync started */ in hostapd_setup_interface_complete() 2415 * allocate memory for the BSS. No actual driver operations are started. 3566 if (!hapd->started) in hostapd_periodic_iface() [all...] |
H A D | hostapd.h | 149 unsigned int started:1; member 456 * interfaces that need to be started together (synchronously).
|
/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
H A D | ctpcm.c | 272 apcm->started = 0; in ct_pcm_capture_open()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | sta_info.h | 224 * @started: this session has started (head ssn or higher was received) 252 started:1; member 268 * to be treated as started/stopped due to offloading
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | ctpcm.c | 272 apcm->started = 0; in ct_pcm_capture_open()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | sta_info.h | 228 * @started: this session has started (head ssn or higher was received) 256 started:1; member 272 * to be treated as started/stopped due to offloading
|
/third_party/backends/backend/ |
H A D | canon_dr.h | 422 int started; member
|
H A D | fujitsu.h | 537 int started; member
|
H A D | canon_dr.c | 3671 if ( s->started ) { in sane_control_option() 4829 * a scan has been started (sane_start() has been called) and the 4834 * Calling this function before a scan has actually started allows, 4848 if(!s->started){ in sane_get_parameters() 5314 * Called by SANE when a page acquisition operation is to be started. 5319 * hence, we spend a lot of time playing with s->started, etc. 5328 DBG (15, "started=%d, side=%d, source=%d\n", in sane_start() 5329 s->started, s->side, s->u.source); in sane_start() 5338 if (s->started && !s->u.eof[s->side]) { in sane_start() 5344 if(!s->started){ in sane_start() [all...] |
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad.h | 353 bool started; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | mac80211_hwsim.c | 587 bool started, idle, scanning; member 1461 if (!data2->started || (data2->idle && !data2->tmp_chan) || in mac80211_hwsim_tx_frame_no_nl() 1624 data->started = true; in mac80211_hwsim_start() 1633 data->started = false; in mac80211_hwsim_stop() 1790 if (!data->started) in mac80211_hwsim_beacon() 1884 if (!data->started || !data->beacon_int) in mac80211_hwsim_config() 1957 if (data->started && in mac80211_hwsim_bss_info_changed() 3660 if ((data2->idle && !data2->tmp_chan) || !data2->started) in hwsim_cloned_frame_received_nl()
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 683 bool started, idle, scanning; member 1797 if (!data2->started || (data2->idle && !data2->tmp_chan) || in mac80211_hwsim_tx_frame_no_nl() 2074 data->started = true; in mac80211_hwsim_start() 2084 data->started = false; in mac80211_hwsim_stop() 2287 if (!data->started) in mac80211_hwsim_beacon() 2387 if (!data->started || !link_data->beacon_int) { in mac80211_hwsim_config() 2475 if (data->started && in mac80211_hwsim_link_info_changed() 5662 if ((data2->idle && !data2->tmp_chan) || !data2->started) in hwsim_cloned_frame_received_nl()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.cpp | 215 return renderPassCommands.started() && renderPassCommands.usesImageInRenderPass(image); in IsRenderPassStartedAndUsesImage() 976 // Must be called before the command buffer is started. Can call finish. in setupDraw() 1122 // Process indirect buffer after render pass has started. in setupIndirectDraw() 1557 if (mRenderPassCommands->started() && mRenderPassCommands->isTransformFeedbackActiveUnpaused()) in handleDirtyGraphicsPipelineDesc() 1576 if (mRenderPassCommands->started()) in handleDirtyGraphicsRenderPass() 3135 if (!mRenderPassCommands->started()) in synchronizeCpuGpuTime() 3548 ASSERT(mRenderPassCommands->started()); in updateScissor() 4742 // Process indirect buffer after command buffer has started. in dispatchComputeIndirect() 5530 return !mOutsideRenderPassCommands->empty() || mRenderPassCommands->started(); 5879 // Make sure the render pass is not restarted if it is started b [all...] |
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.c | 2001 /* update check_state->started among all CPUs */ in bch_btree_check_thread() 2003 if (atomic_dec_and_test(&check_state->started)) in bch_btree_check_thread() 2045 atomic_set(&check_state.started, 0); in bch_btree_check() 2076 atomic_inc(&check_state.started); in bch_btree_check() 2082 wait_event(check_state.wait, atomic_read(&check_state.started) == 0); in bch_btree_check() 2107 * order to get the allocator thread started - it needs freed buckets in in bch_initial_gc_finish()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | sh_mobile_lcdcfb.c | 217 int started; member 985 priv->started = 1; in __sh_mobile_lcdc_start() 1100 if (priv->started) { in sh_mobile_lcdc_stop() 1102 priv->started = 0; in sh_mobile_lcdc_stop()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | sh_mobile_lcdcfb.c | 216 int started; member 978 priv->started = 1; in __sh_mobile_lcdc_start() 1093 if (priv->started) { in sh_mobile_lcdc_stop() 1095 priv->started = 0; in sh_mobile_lcdc_stop()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.c | 2022 /* update check_state->started among all CPUs */ in bch_btree_check_thread() 2024 if (atomic_dec_and_test(&check_state->started)) in bch_btree_check_thread() 2066 atomic_set(&check_state.started, 0); in bch_btree_check() 2097 atomic_inc(&check_state.started); in bch_btree_check() 2103 wait_event(check_state.wait, atomic_read(&check_state.started) == 0); in bch_btree_check() 2128 * order to get the allocator thread started - it needs freed buckets in in bch_initial_gc_finish()
|
/third_party/python/Lib/ |
H A D | inspect.py | 1175 self.started = False 1182 if not self.started and not self.indecorator: 1190 self.started = True 1204 if self.body_col0 is None and self.started:
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_pattern.cpp | 822 auto started = isStart_; in BuildContentModifierNode() local 829 TextClockConfiguration textClockConfiguration(timeZoneOffset, started, timeValue, enabled); in BuildContentModifierNode()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/ |
H A D | common.c | 69 atomic_t started; member 647 pr_warn("irq %d started with broken affinity\n", d->irq); in xive_irq_startup() 1187 if (atomic_inc_return(&xid->started) > 1) in xive_request_ipi()
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | mon_client.c | 428 unsigned long started = jiffies; in ceph_monc_wait_osdmap() local 435 if (timeout && time_after_eq(jiffies, started + timeout)) in ceph_monc_wait_osdmap()
|
/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service_impl.cpp | 871 ErrCode StandbyServiceImpl::ReportWorkSchedulerStatus(bool started, int32_t uid, const std::string& bundleName) in ReportWorkSchedulerStatus() argument 877 started, uid, bundleName.c_str()); in ReportWorkSchedulerStatus() 881 standbyMessage.want_->SetParam(BG_TASK_STATUS, started); in ReportWorkSchedulerStatus()
|