/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
H A D | 720240501dca0b4eacc3295665d7ced8719e11d2.patch | 32 - "Connection": "keep-alive", 41 + "keep-alive" 55 - "Connection": "keep-alive", 68 + "keep-alive" 102 - "Connection": "keep-alive", 111 + "keep-alive" 125 - "Connection": "keep-alive", 138 + "keep-alive" 172 - "Connection": "keep-alive", 181 + "keep-alive" [all …]
|
H A D | 090856f4159c40a2927fb88546419f2e1697ad5f.patch | 92 …alive"], "Server": ["nginx"], "Set-Cookie": ["cookie0=value0; Path=/"], "Content-Type": ["text/htm… 111 + "keep-alive" 133 + "keep-alive" 176 + "keep-alive" 201 + "keep-alive" 232 …alive\", \n \"Host\": \"http2bin.org\", \n \"User-Agent\": \"python-requests/2.5.3 CPython/2… 251 + "keep-alive" 263 …n \"Accept-Encoding\": \"gzip, deflate\", \n \"Connection\": \"keep-alive\", \n \"Host\":… 273 + "keep-alive" 304 …alive"], "date": ["Sat, 03 May 2014 17:23:06 GMT"], "access-control-allow-origin": ["*"], "www-aut… [all …]
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | synth.c | 153 synth->alive = 1; in spk_synth_is_alive_nop() 160 if (synth->alive) in spk_synth_is_alive_restart() 164 synth->alive = 1; in spk_synth_is_alive_restart() 184 if (!synth->alive) { in synth_start() 201 if (synth->alive) { in spk_do_flush() 294 if (synth->alive) { in synth_insert_next_index() 399 synth->alive = 0; in do_synth_init() 441 synth->alive = 0; in synth_release()
|
H A D | thread.c | 34 (synth && synth->catch_up && synth->alive && in speakup_thread() 50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
|
H A D | serialio.c | 196 synth->alive = 1; in spk_serial_synth_probe() 220 if ((in_synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) { in spk_serial_wait_for_xmitr() 223 in_synth->alive = 0; in spk_serial_wait_for_xmitr() 285 if (in_synth->alive && spk_serial_wait_for_xmitr(in_synth)) { in spk_serial_out()
|
H A D | speakup_soft.c | 196 if (synth_soft.alive) { in softsynth_open() 200 synth_soft.alive = 1; in softsynth_open() 210 synth_soft.alive = 0; in softsynth_close() 234 synth_soft.alive = 1; in softsynthx_read() 436 if (synth_soft.alive) in softsynth_is_alive()
|
H A D | spk_ttyio.c | 229 if (!in_synth->alive || !tty->ops->write) in spk_ttyio_out() 248 in_synth->alive = 0; in spk_ttyio_out() 346 synth->alive = 1; in spk_ttyio_synth_probe()
|
H A D | buffers.c | 65 if (!synth->alive) { in synth_buffer_add()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_timer.c | 142 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries() argument 147 if (READ_ONCE(sk->sk_err_soft) && !alive) in tcp_orphan_retries() 153 if (retries == 0 && alive) in tcp_orphan_retries() 259 const bool alive = icsk->icsk_rto < TCP_RTO_MAX; in tcp_write_timeout() local 261 retry_until = tcp_orphan_retries(sk, alive); in tcp_write_timeout() 262 do_reset = alive || in tcp_write_timeout() 397 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; in tcp_probe_timer() local 399 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer() 400 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer()
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-tlc591xx.txt | 35 alive@9 { 36 label = "wrt1900ac:green:alive";
|
/openbmc/linux/sound/usb/line6/ |
H A D | pcm.c | 119 int alive; in line6_wait_clear_audio_urbs() local 122 alive = 0; in line6_wait_clear_audio_urbs() 125 alive++; in line6_wait_clear_audio_urbs() 127 if (!alive) in line6_wait_clear_audio_urbs() 132 if (alive) in line6_wait_clear_audio_urbs() 134 "timeout: still %d active urbs..\n", alive); in line6_wait_clear_audio_urbs()
|
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/ |
H A D | fix_pid_keactrl.patch | 26 - # Use ps to check if PID is alive 28 + # Use pgrep and grep to check if PID is alive
|
/openbmc/qemu/qapi/ |
H A D | sockets.json | 59 # @keep-alive: enable keep-alive when connecting to this socket. Not 73 '*keep-alive': 'bool',
|
/openbmc/u-boot/tools/binman/test/files/ |
H A D | 2.dat | 1 Oh, don't bother apologising, I'm sorry you're alive
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | acpiphp_glue.c | 657 bool alive = dev->ignore_hotplug; in trim_stale_devices() local 664 alive = alive || (ACPI_SUCCESS(status) && device_status_valid(sta)); in trim_stale_devices() 666 if (!alive) in trim_stale_devices() 667 alive = pci_device_is_present(dev); in trim_stale_devices() 669 if (!alive) { in trim_stale_devices()
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | iothreads-nbd-export.out | 18 Checking that it is still alive...
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | smp.c | 390 goto alive ; in smp_boot_one_cpu() 398 alive: in smp_boot_one_cpu()
|
/openbmc/linux/net/mpls/ |
H A D | af_mpls.c | 240 u8 alive; in mpls_select_multipath() local 248 alive = READ_ONCE(rt->rt_nhn_alive); in mpls_select_multipath() 249 if (alive == 0) in mpls_select_multipath() 253 nh_index = hash % alive; in mpls_select_multipath() 254 if (alive == rt->rt_nhn) in mpls_select_multipath() 1494 u8 alive = 0; in mpls_ifdown() local 1548 alive++; in mpls_ifdown() 1551 WRITE_ONCE(rt->rt_nhn_alive, alive); in mpls_ifdown() 1565 u8 alive; in mpls_ifup() local 1574 alive = 0; in mpls_ifup() [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | skbuff.rst | 19 to keep a struct sk_buff alive. skbs with a ``sk_buff.users != 1`` are referred
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qemu_ga_client.py | 238 alive = client.ping(timeout) 239 if not alive:
|
/openbmc/linux/Documentation/devicetree/bindings/power/reset/ |
H A D | ltc2952-poweroff.txt | 18 trigger function is ignored and the chip is kept alive
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-context-info-gen3.h | 288 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive);
|
/openbmc/linux/Documentation/driver-api/tty/ |
H A D | n_gsm.rst | 73 /* use keep-alive once every 5s for modem connection supervision */ 163 /* use keep-alive once every 5s for peer connection supervision */
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | smp.c | 380 goto alive; in smp_boot_one_cpu() 390 alive: in smp_boot_one_cpu()
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | cpsw_mdio.c | 22 u32 alive; member
|