Home
last modified time | relevance | path

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

/freebsd/stand/powerpc/ofw/
H A Dmain.c180 env_setenv("currdev", EV_VOLATILE, "", gen_setcurrdev, env_nounset); in main()
202 env_setenv("currdev", EV_VOLATILE, bargv[0], gen_setcurrdev, in main()
205 env_setenv("currdev", EV_VOLATILE, bootpath, in main()
207 env_setenv("loaddev", EV_VOLATILE, bootpath, env_noset, in main()
/freebsd/stand/i386/libi386/
H A Dcomconsole.c106 env_setenv("comconsole_speed", EV_VOLATILE, intbuf, in comc_probe()
118 env_setenv("comconsole_port", EV_VOLATILE, intbuf, in comc_probe()
129 env_setenv("comconsole_pcidev", EV_VOLATILE, env, in comc_probe()
287 env_setenv("comconsole_port", EV_VOLATILE, intbuf, in comc_pcidev_handle()
355 env_setenv("hw.uart.console", EV_VOLATILE, intbuf, NULL, NULL); in comc_setup()
H A Dvbe.c282 env_setenv("screen.textmode", EV_VOLATILE | EV_NOHOOK, "1", NULL, NULL); in bios_set_text_mode()
386 env_setenv("screen.textmode", EV_VOLATILE | EV_NOHOOK, "0", NULL, NULL); in biosvbe_set_mode()
527 env_setenv("screen.textmode", EV_VOLATILE | EV_NOHOOK, in mode_set()
537 env_setenv("vbe_max_resolution", EV_VOLATILE | EV_NOHOOK, in mode_set()
571 env_setenv("screen.textmode", EV_VOLATILE, "1", mode_set, in vbe_init()
573 env_setenv("vbe_max_resolution", EV_VOLATILE, NULL, mode_set, in vbe_init()
H A Dvidconsole.c910 env_setenv("screen.height", EV_VOLATILE | EV_NOHOOK, env, in cons_update_mode()
913 env_setenv("screen.width", EV_VOLATILE | EV_NOHOOK, env, in cons_update_mode()
916 env_setenv("screen.depth", EV_VOLATILE | EV_NOHOOK, env, in cons_update_mode()
973 env_setenv("teken.fg_color", EV_VOLATILE, env, in cons_update_mode()
976 env_setenv("teken.bg_color", EV_VOLATILE, env, in cons_update_mode()
/freebsd/stand/common/
H A Dconsole.c86 env_setenv("module_verbose", EV_VOLATILE, module_verbose_buf, in cons_probe()
88 env_setenv("twiddle_divisor", EV_VOLATILE, "16", twiddle_set, in cons_probe()
128 env_setenv("console", EV_VOLATILE, prefconsole, cons_set, in cons_probe()
H A Dmisc.c214 env_setenv("currdev", EV_VOLATILE, devname, gen_setcurrdev, in set_currdev()
220 env_setenv("loaddev", EV_VOLATILE | EV_NOHOOK, devname, env_noset, in set_currdev()
H A Dgfx_fb.c2211 env_setenv("screen.font", EV_VOLATILE | EV_NOHOOK, in setup_font()
/freebsd/stand/libsa/
H A Denvironment.c124 if (flags & EV_VOLATILE) { in env_setenv()
155 return (env_setenv(name, EV_VOLATILE, value, NULL, NULL)); in setenv()
H A Dstand.h340 #define EV_VOLATILE (1<<1) /* value is volatile, make a copy of it */ macro
/freebsd/stand/uboot/
H A Dmain.c491 env_setenv("currdev", EV_VOLATILE, "", uboot_setcurrdev, env_nounset); in main()
542 env_setenv("currdev", EV_VOLATILE, ldev, uboot_setcurrdev, env_nounset); in main()
543 env_setenv("loaddev", EV_VOLATILE, ldev, env_noset, env_nounset); in main()
/freebsd/stand/efi/libefi/
H A Defi_console.c1018 env_setenv("screen.height", EV_VOLATILE | EV_NOHOOK, in cons_update_mode()
1021 env_setenv("screen.width", EV_VOLATILE | EV_NOHOOK, in cons_update_mode()
1025 env_setenv("screen.depth", EV_VOLATILE | EV_NOHOOK, in cons_update_mode()
1059 env_setenv("teken.fg_color", EV_VOLATILE, env, in cons_update_mode()
1063 env_setenv("teken.bg_color", EV_VOLATILE, env, in cons_update_mode()
H A Deficom.c342 env_setenv("efi_com_port", EV_VOLATILE, value, in comc_probe()
356 env_setenv("efi_com_speed", EV_VOLATILE, value, in comc_probe()
H A Denv.c339 env_setenv("efi-version", EV_VOLATILE, var, env_noset, env_nounset); in efi_init_environment()
/freebsd/stand/userboot/userboot/
H A Dmain.c172 env_setenv("currdev", EV_VOLATILE, "", gen_setcurrdev, env_nounset); in loader_main()
/freebsd/stand/i386/zfsboot/
H A Dzfsboot.c208 env_setenv("currdev", EV_VOLATILE, "", gen_setcurrdev, in main()
256 env_setenv("currdev", EV_VOLATILE, boot_devname, gen_setcurrdev, in main()
/freebsd/stand/i386/loader/
H A Dmain.c162 env_setenv("currdev", EV_VOLATILE | EV_NOHOOK, "", in main()
/freebsd/stand/efi/loader/
H A Dbootinfo.c133 env_setenv("hw.uart.console", EV_VOLATILE, buf, in bi_getboothowto()
H A Dmain.c1014 env_setenv("currdev", EV_VOLATILE, "", gen_setcurrdev, env_nounset); in main()
/freebsd/stand/libsa/zfs/
H A Dzfs.c1385 rv = env_setenv(name, EV_VOLATILE | EV_NOHOOK, value, in zfs_nvstore_setenv()