Home
last modified time | relevance | path

Searched refs:seed_optarg (Results 1 – 2 of 2) sorted by relevance

/qemu/bsd-user/
H A Dmain.c273 const char *seed_optarg = NULL; in main() local
403 seed_optarg = optarg; in main()
520 if (seed_optarg != NULL) { in main()
521 qemu_guest_random_seed_main(seed_optarg, &err); in main()
/qemu/linux-user/
H A Dmain.c79 static const char *seed_optarg; variable
351 seed_optarg = arg; in handle_arg_seed()
884 if (seed_optarg != NULL) { in main()
885 qemu_guest_random_seed_main(seed_optarg, &err); in main()