Home
last modified time | relevance | path

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

/src/usr.sbin/boot0cfg/
H A Dboot0cfg.c124 int o_and, o_or, o_e = -1; in main() local
149 sscanf(optarg, "0x%02x", &o_e); in main()
151 o_e = optarg[0]; in main()
242 if (o_e != -1 && set_bell(boot0, o_e, 0) != -1) in main()