Home
last modified time | relevance | path

Searched full:keep (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/qemu/qapi/
H A Dsockets.json59 # @keep-alive: enable keep-alive when connecting to/listening on this socket.
62 # @keep-alive-count: number of keep-alive packets sent before the connection is
67 # @keep-alive-idle: time in seconds the connection needs to be idle before
73 # @keep-alive-interval: time in seconds between keep-alive packets. Only
89 '*keep-alive': 'bool',
90 '*keep-alive-count': { 'type': 'uint32', 'if': 'HAVE_TCP_KEEPCNT' },
91 '*keep-alive-idle': { 'type': 'uint32', 'if': 'HAVE_TCP_KEEPIDLE' },
92 '*keep-alive-interval': { 'type': 'uint32', 'if': 'HAVE_TCP_KEEPINTVL' },
/qemu/crypto/
H A Dder.h55 * returned and the valued of *data and *dlen keep unchanged.
77 * returned and the valued of *data and *dlen keep unchanged.
100 * returned and the valued of *data and *dlen keep unchanged.
123 * returned and the valued of *data and *dlen keep unchanged.
146 * returned and the valued of *data and *dlen keep unchanged.
171 * returned and the valued of *data and *dlen keep unchanged.
/qemu/replay/
H A Dreplay-input.c43 /* keep gcc happy */ in replay_save_input_event()
71 /* keep gcc happy */ in replay_save_input_event()
103 /* keep gcc happy */ in replay_read_input_event()
131 /* keep gcc happy */ in replay_read_input_event()
/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.
/qemu/util/
H A Dqemu-sockets.c226 "Unable to set keep-alive option on socket"); in inet_set_sockopts()
236 "Unable to set TCP keep-alive count option on socket"); in inet_set_sockopts()
248 "Unable to set TCP keep-alive idle option on socket"); in inet_set_sockopts()
260 "Unable to set TCP keep-alive interval option on socket"); in inet_set_sockopts()
674 .name = "keep-alive",
679 .name = "keep-alive-count",
685 .name = "keep-alive-idle",
691 .name = "keep-alive-interval",
756 if (qemu_opt_find(opts, "keep-alive")) { in inet_parse()
758 addr->keep_alive = qemu_opt_get_bool(opts, "keep-alive", false); in inet_parse()
[all …]
/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()
/qemu/include/qemu/
H A Dtypedefs.h22 * Please keep this list in case-insensitive alphabetical order.
128 * Please keep this list in case-insensitive alphabetical order.
/qemu/scripts/coccinelle/
H A Dtcg_gen_extract.cocci17 // --keep-comments --in-place \
23 // --keep-comments --in-place \
/qemu/tests/docker/
H A Ddocker.py358 def run(self, cmd, keep, quiet, as_user=False): argument
360 if not keep:
368 cmd.insert(0, '--userns=keep-id')
373 if not keep:
406 parser.add_argument("--keep", action="store_true",
412 return Docker().run(argv, args.keep, quiet=args.quiet,
/qemu/tests/qemu-iotests/
H A D18283 # This should keep all permissions shared.
96 # It should still keep all permissions shared.
/qemu/configs/devices/rx-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/avr-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/microblaze-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/tricore-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/qemu/tests/unit/
H A Dtest-util-sockets.c503 "[::1]:5000,numeric=on,to=5006,ipv4=off,ipv6=on,keep-alive=on" in test_inet_parse_all_options_good()
505 ",keep-alive-count=10" in test_inet_parse_all_options_good()
508 ",keep-alive-idle=60" in test_inet_parse_all_options_good()
511 ",keep-alive-interval=30" in test_inet_parse_all_options_good()
542 "[::1]:5000,numeric,to=5006,ipv4,ipv6,keep-alive" in test_inet_parse_all_implicit_bool_good()
/qemu/configs/devices/microblazeel-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/mips64-softmmu/
H A Ddefault.mak5 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/loongarch64-softmmu/
H A Ddefault.mak6 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/m68k-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/hppa-softmmu/
H A Ddefault.mak7 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/alpha-softmmu/
H A Ddefault.mak8 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/sh4-softmmu/
H A Ddefault.mak8 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/ppc64-softmmu/
H A Ddefault.mak6 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/xtensa-softmmu/
H A Ddefault.mak7 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/mips64el-softmmu/
H A Ddefault.mak5 # Boards are selected by default, uncomment to keep out of the build.

12345678910>>...18