Home
last modified time | relevance | path

Searched full:alive (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch32 - "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 D090856f4159c40a2927fb88546419f2e1697ad5f.patch92alive"], "Server": ["nginx"], "Set-Cookie": ["cookie0=value0; Path=/"], "Content-Type": ["text/htm…
111 + "keep-alive"
133 + "keep-alive"
176 + "keep-alive"
201 + "keep-alive"
232alive\", \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"
304alive"], "date": ["Sat, 03 May 2014 17:23:06 GMT"], "access-control-allow-origin": ["*"], "www-aut…
[all …]
/openbmc/linux/drivers/clk/st/
H A Dclk-flexgen.c336 /* This clk needs to be on to keep bus interconnect alive */
338 /* This clk needs to be on to keep bus interconnect alive */
353 /* This clk needs to be on to keep bus interconnect alive */
356 /* This clk needs to be on to keep bus interconnect alive */
381 /* This clk needs to be on to keep bus interconnect alive */
383 /* This clk needs to be on to keep bus interconnect alive */
398 /* This clk needs to be on to keep bus interconnect alive */
401 /* This clk needs to be on to keep bus interconnect alive */
412 /* This clk needs to be on to keep bus interconnect alive */
432 /* This clk needs to be on to keep bus interconnect alive */
[all …]
/openbmc/linux/include/scsi/fc/
H A Dfc_fip.h18 #define FIP_DEF_FKA 8000 /* default FCF keep-alive/advert period (mS) */
19 #define FIP_VN_KA_PERIOD 90000 /* required VN_port keep-alive period (mS) */
65 FIP_OP_CTRL = 3, /* Keep Alive / Link Reset */
92 FIP_SC_KEEP_ALIVE = 1, /* keep-alive from VN_Port */
150 FIP_DT_FKA = 12, /* advertisement keep-alive period */
236 * FIP_DT_FKA - Advertisement keep-alive period.
242 __be32 fd_fka_period; /* adv./keep-alive period in mS */
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/
H A Dfix_pid_keactrl.patch26 - # Use ps to check if PID is alive
28 + # Use pgrep and grep to check if PID is alive
30 # No error, so PID IS ALIVE
/openbmc/linux/drivers/accessibility/speakup/
H A Dsynth.c153 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 Dbuffers.c21 * So we only stop when we know alive == 1 (else we discard the data anyway),
22 * and the alive synth will eventually call start_ttys from the thread context.
65 if (!synth->alive) { in synth_buffer_add()
H A Dthread.c34 (synth && synth->catch_up && synth->alive && in speakup_thread()
50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
H A Dserialio.c196 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 Dspeakup_soft.c196 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()
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Dsnps,dwc-ahci-common.yaml31 PM-alive clock, RxOOB detection clock, embedded PHYs reference (Rx/Tx)
47 - description: Power Module keep-alive clock
74 - description: Power Module keep-alive clock domain reset control
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dprph.h122 * internal data, then notifies host via "initialize alive" notification
129 * notifies host via "alive" notification (struct il_alive_resp) that it
159 * "initialize alive" notification to host, and waits for a signal from
168 * 5) Wait for "alive" notification, then issue normal runtime commands.
312 * After receiving "Alive" response from uCode, driver must initialize
332 * Value is valid only after "Alive" response from uCode.
442 * "Alive" response from 4965 uCode, i.e. after initial
458 * "Alive" notification from uCode. Additionally, driver should init
469 * Init must be done after driver receives "Alive" response from 4965 uCode,
485 * "Alive" notification from uCode. Area is used only by device itself;
[all …]
/openbmc/linux/net/ipv4/
H A Dtcp_timer.c140 * @alive: bool, socket alive state
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()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-tlc591xx.txt35 alive@9 {
36 label = "wrt1900ac:green:alive";
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dalive.h10 /* alive response is_valid values */
14 /* alive response ver_type values */
24 /* alive response ver_subtype values */
H A Dpower.h112 * @keep_alive_seconds: Keep alive period in seconds. Default - 25 sec.
113 * Minimum allowed:- 3 * DTIM. Keep alive period must be
175 * @keep_alive_seconds: Keep alive period in seconds. Default - 25 sec.
176 * Minimum allowed:- 3 * DTIM. Keep alive period must be
329 * note: if not changed, the command is used for keep alive only.
350 * note: if not changed, the command is used for keep alive only.
371 * note: if not changed, the command is used for keep alive only.
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_wow.c330 * AIFS time, Slot time, Keep Alive count. in ath9k_hw_wow_enable()
344 * Keep alive timeout in ms. in ath9k_hw_wow_enable()
352 * Keep alive delay in us. in ath9k_hw_wow_enable()
357 * Create keep alive pattern to respond to beacons. in ath9k_hw_wow_enable()
362 * Configure keep alive register. in ath9k_hw_wow_enable()
366 /* Send keep alive timeouts anyway */ in ath9k_hw_wow_enable()
/openbmc/linux/drivers/pinctrl/samsung/
H A Dpinctrl-exynos-arm64.c44 * Bank type for non-alive type. Bit fields:
53 * Bank type for alive type. Bit fields:
64 /* pin banks of exynos5433 pin-controller - ALIVE */
296 /* pin banks of exynos7 pin-controller - ALIVE */
387 /* pin-controller instance 0 Alive data */
444 /* pin banks of exynos7885 pin-controller 0 (ALIVE) */
492 /* pin-controller instance 0 Alive data */
525 /* pin banks of exynos850 pin-controller 0 (ALIVE) */
585 /* pin-controller instance 0 ALIVE data */
621 /* pin banks of exynosautov9 pin-controller 0 (ALIVE) */
[all …]
/openbmc/linux/include/rdma/
H A Duverbs_types.h84 * Objects type classes which support a detach state (object is still alive but
128 * alive, regardless if this uobject is still alive in the context's objects
/openbmc/qemu/qapi/
H A Dsockets.json59 # @keep-alive: enable keep-alive when connecting to this socket. Not
73 '*keep-alive': 'bool',
/openbmc/linux/sound/usb/line6/
H A Dpcm.c119 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/u-boot/board/avionic-design/common/
H A Dtamonten-ng.c43 /* Turn on the alive signal */ in gpio_early_init()
44 gpio_request(TEGRA_GPIO(V, 2), "ALIVE"); in gpio_early_init()
/openbmc/linux/drivers/nvme/host/
H A Dconstants.c43 [nvme_admin_keep_alive] = "Keep Alive",
91 [NVME_SC_KA_TIMEOUT_EXPIRED] = "Keep Alive Timeout Expired",
92 [NVME_SC_KA_TIMEOUT_INVALID] = "Keep Alive Timeout Invalid",
/openbmc/linux/drivers/bluetooth/
H A Dhci_nokia.c248 dev_dbg(dev, "Alive sent"); in nokia_send_alive_packet()
427 /* 2. verify correct setup using alive packet */ in nokia_setup()
430 dev_err(dev, "Alive check failed: %d", err); in nokia_setup()
580 dev_err(dev, "Corrupted alive message"); in nokia_recv_alive_packet()
589 dev_err(dev, "Alive received: invalid response: 0x%02x!", in nokia_recv_alive_packet()
596 dev_dbg(dev, "Alive received"); in nokia_recv_alive_packet()
/openbmc/linux/arch/parisc/kernel/
H A Dsmp.c171 smp_debug(100, KERN_DEBUG "CPU%d is alive!\n", this_cpu); in ipi_interrupt()
390 goto alive ; in smp_boot_one_cpu()
398 alive: in smp_boot_one_cpu()
400 smp_debug(100, KERN_DEBUG "SMP: CPU:%d came alive after %ld _us\n", in smp_boot_one_cpu()

12345678910>>...27