Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 523) sorted by relevance

12345678910>>...21

/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 …]
/openbmc/qemu/qapi/
H A Dsockets.json61 # @keep-alive: enable keep-alive when connecting to/listening on this socket.
64 # @keep-alive-count: number of keep-alive packets sent before the connection is
69 # @keep-alive-idle: time in seconds the connection needs to be idle before
75 # @keep-alive-interval: time in seconds between keep-alive packets. Only
91 '*keep-alive': 'bool',
92 '*keep-alive-count': { 'type': 'uint32', 'if': 'HAVE_TCP_KEEPCNT' },
93 '*keep-alive-idle': { 'type': 'uint32', 'if': 'HAVE_TCP_KEEPIDLE' },
94 '*keep-alive-interval': { 'type': 'uint32', 'if': 'HAVE_TCP_KEEPINTVL' },
/openbmc/u-boot/doc/device-tree-bindings/leds/
H A Dleds-gpio.txt18 values are "on", "off", and "keep". If the LED is already on or off
21 on). The "keep" setting will keep the LED at whatever its current
38 default-state = "keep";
/openbmc/openbmc/poky/scripts/
H A Dsstate-cache-management.py173 keep = dict()
177 if sstate_sig not in keep:
178 keep[sstate_sig] = p
179 elif p.stat_result.st_mtime > keep[sstate_sig].stat_result.st_mtime:
180 remove.append(keep[sstate_sig])
181 keep[sstate_sig] = p
/openbmc/qemu/configs/devices/arm-softmmu/
H A Ddefault.mak8 # Boards are selected by default, uncomment to keep out of the build.
12 # keep out of the build.
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dsafe_finger.patch18 #define TIME_LIMIT 60 /* Do not keep listinging forever */
19 #define INPUT_LENGTH 100000 /* Do not keep listinging forever */
/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/
H A D0001-fix-lsb_release-to-work-with-busybox-head-and-find.patch30 - | head -1 ) # keep one of the files found (if many)
32 + | head -n 1 ) # keep one of the files found (if many)
/openbmc/qemu/monitor/
H A Dqmp-cmds-control.c140 GenericList *keep = NULL, **keep_tailp = &keep; in split_off_generic_list() local
156 return keep; in split_off_generic_list()
/openbmc/docs/style/cpp/
H A Dtidy-desired.md22 # [1] https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#f3-keep-functions-short-and-simp…
24 # [3] https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#f3-keep-functions-short-and-simp…
/openbmc/openbmc/meta-openembedded/meta-initramfs/conf/include/
H A Dnon-repro-meta-initramfs.inc2 # Please keep this list sorted
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A D-bmc-gbmcncsiusb.link5 NamePolicy=keep kernel database onboard slot path
/openbmc/qemu/configs/devices/rx-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/openbmc/qemu/configs/devices/microblaze-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/openbmc/qemu/configs/devices/avr-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/openbmc/openbmc/meta-openembedded/meta-filesystems/conf/include/
H A Dnon-repro-meta-filesystems.inc2 # Please keep this list sorted
/openbmc/qemu/configs/devices/tricore-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/openbmc/openbmc/meta-openembedded/meta-webserver/conf/include/
H A Dnon-repro-meta-webserver.inc2 # Please keep this list sorted
/openbmc/openbmc/meta-openembedded/meta-xfce/conf/include/
H A Dnon-repro-meta-xfce.inc2 # Please keep this list sorted
/openbmc/qemu/configs/devices/microblazeel-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/openbmc/qemu/configs/devices/mips64-softmmu/
H A Ddefault.mak5 # Boards are selected by default, uncomment to keep out of the build.
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A Drun-ptest10 ./test --keep-going --disable-integrity --skip-broken --save-logs --logdir=$logdir
/openbmc/qemu/configs/devices/m68k-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/openbmc/qemu/configs/devices/loongarch64-softmmu/
H A Ddefault.mak6 # Boards are selected by default, uncomment to keep out of the build.
/openbmc/qemu/configs/devices/mips64el-softmmu/
H A Ddefault.mak5 # Boards are selected by default, uncomment to keep out of the build.
/openbmc/qemu/configs/devices/ppc64-softmmu/
H A Ddefault.mak6 # Boards are selected by default, uncomment to keep out of the build.

12345678910>>...21