Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Dmain.c260 const char *seed_optarg = NULL; in main() local
389 seed_optarg = optarg; in main()
513 if (seed_optarg != NULL) { in main()
514 qemu_guest_random_seed_main(seed_optarg, &err); in main()
/openbmc/qemu/linux-user/
H A Dmain.c79 static const char *seed_optarg; variable
351 seed_optarg = arg; in handle_arg_seed()
896 if (seed_optarg != NULL) { in main()
897 qemu_guest_random_seed_main(seed_optarg, &err); in main()