| /OK3568_Linux_fs/buildroot/package/libvirt/ |
| H A D | S92libvirtd | 14 is_alive() { 61 if is_alive "$pidfile" /usr/sbin/dnsmasq; then 74 if is_alive "$PIDFILE" "$EXECFILE"; then
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | si476x-i2c.c | 142 atomic_set(&core->is_alive, 1); in si476x_core_start() 149 atomic_set(&core->is_alive, 1); in si476x_core_start() 165 atomic_set(&core->is_alive, 1); in si476x_core_start() 193 atomic_set(&core->is_alive, 0); in si476x_core_start() 224 atomic_set(&core->is_alive, 0); in si476x_core_stop() 407 atomic_set(&core->is_alive, 0); in si476x_core_pronounce_dead() 521 if (atomic_read(&core->is_alive)) in si476x_core_poll_loop() 712 atomic_set(&core->is_alive, 0); in si476x_core_probe()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | qemutinyrunner.py | 102 while not self.is_alive() and time.time() < endtime: 105 if self.is_alive(): 115 return self.is_alive()
|
| H A D | qemurunner.py | 274 while not self.is_alive() and time.time() < endtime: 294 if not self.is_alive(): 334 if not os.path.exists(qmp_port) and self.is_alive(): 337 while not os.path.exists(qmp_port) and self.is_alive() and time.time() < endtime: 340 if not os.path.exists(qmp_port) and self.is_alive(): 583 if self.thread and self.thread.is_alive(): 600 def is_alive(self): member in QemuRunner
|
| H A D | commands.py | 128 if thread.is_alive(): 132 if thread.is_alive():
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | link.c | 76 bool is_alive; in ath_hw_check() local 80 is_alive = ath9k_hw_check_alive(sc->sc_ah); in ath_hw_check() 82 if (!is_alive) { in ath_hw_check() 91 return is_alive; in ath_hw_check()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | runqemu.py | 176 is_alive = qemu.check() 177 if not is_alive:
|
| /OK3568_Linux_fs/kernel/drivers/media/radio/ |
| H A D | radio-si476x.c | 1085 atomic_read(&radio->core->is_alive)) in si476x_radio_fops_release() 1110 !atomic_read(&radio->core->is_alive))); in si476x_radio_fops_read() 1114 if (!atomic_read(&radio->core->is_alive)) in si476x_radio_fops_read() 1141 if (atomic_read(&radio->core->is_alive)) in si476x_radio_fops_poll() 1144 if (!atomic_read(&radio->core->is_alive)) in si476x_radio_fops_poll()
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | speakup_txprt.c | 96 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_bns.c | 97 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_spkout.c | 102 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_acntsa.c | 100 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_dummy.c | 104 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_audptr.c | 104 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_ltlk.c | 111 .is_alive = spk_synth_is_alive_restart,
|
| H A D | spk_types.h | 196 int (*is_alive)(struct spk_synth *synth); member
|
| H A D | speakup_decext.c | 128 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_apollo.c | 109 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_keypc.c | 105 .is_alive = spk_synth_is_alive_nop,
|
| H A D | speakup_acntpc.c | 114 .is_alive = spk_synth_is_alive_nop,
|
| H A D | speakup_dectlk.c | 134 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_dtlk.c | 129 .is_alive = spk_synth_is_alive_nop,
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | si476x-core.h | 147 atomic_t is_alive; member
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | genboardscfg.py | 260 while any([p.is_alive() for p in processes]):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | targetcontrol.py | 189 return self.runner.is_alive()
|