| /titanic_54/usr/src/boot/sys/boot/efi/loader/ |
| H A D | acpi.c | 52 setenv("acpi.rsdp", buf, 1); in acpi_detect() 57 setenv("acpi.revision", buf, 1); in acpi_detect() 60 setenv("acpi.oem", buf, 1); in acpi_detect() 67 setenv("acpi.rsdt", buf, 1); in acpi_detect() 71 setenv("acpi.xsdt", buf, 1); in acpi_detect() 73 setenv("acpi.xsdt_length", buf, 1); in acpi_detect()
|
| H A D | main.c | 398 setenv("ttya-mode", var, 1); in main() 424 setenv(howto_names[i].ev, "YES", 1); in main() 427 setenv("console", "ttya text" , 1); in main() 429 setenv("console", "text ttya" , 1); in main() 431 setenv("console", "ttya" , 1); in main() 473 setenv("ISADIR", "amd64", 1); /* we only build 64bit */ in main() 644 setenv("LINES", rowenv, 1); in command_mode() 646 setenv("COLUMNS", rowenv, 1); in command_mode()
|
| /titanic_54/usr/src/boot/sys/boot/common/ |
| H A D | dev_net.c | 170 setenv("boot.netif.hwaddr", ether_sprintf(d->myea), 1); in net_open() 171 setenv("boot.netif.ip", inet_ntoa(myip), 1); in net_open() 172 setenv("boot.netif.netmask", intoa(netmask), 1); in net_open() 173 setenv("boot.netif.gateway", inet_ntoa(gateip), 1); in net_open() 174 setenv("boot.netif.server", inet_ntoa(rootip), 1); in net_open() 176 setenv("boot.tftproot.server", inet_ntoa(rootip), 1); in net_open() 177 setenv("boot.tftproot.path", rootpath, 1); in net_open() 179 setenv("boot.nfsroot.server", inet_ntoa(rootip), 1); in net_open() 180 setenv("boot.nfsroot.path", rootpath, 1); in net_open() 185 setenv("boot.netif.mtu", mtu, 1); in net_open()
|
| H A D | install.c | 232 setenv("serverip", inet_ntoa(servip), 1); in install() 243 setenv("install_package", buf, 1); in install() 331 setenv("install_format", "yes", 1); in command_install()
|
| H A D | boot.c | 358 setenv("vfs.root.mountfrom", lbuf, 0); in getrootmount() 363 setenv("vfs.root.mountfrom.options", options, 0); in getrootmount() 379 setenv("vfs.root.mountfrom", cp, 0); in getrootmount()
|
| H A D | interp.c | 119 setenv("prompt", "${interpret}", 1); in interact() 121 setenv("interpret", "ok", 1); in interact()
|
| /titanic_54/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | biosacpi.c | 64 setenv("acpi.rsdp", buf, 1); in biosacpi_detect() 69 setenv("acpi.revision", buf, 1); in biosacpi_detect() 72 setenv("acpi.oem", buf, 1); in biosacpi_detect() 74 setenv("acpi.rsdt", buf, 1); in biosacpi_detect() 79 setenv("acpi.xsdt", buf, 1); in biosacpi_detect() 81 setenv("acpi.xsdt_length", buf, 1); in biosacpi_detect()
|
| H A D | smbios.c | 204 setenv(name, val, 1); in smbios_setenv() 271 setenv(name, uuid, 1); in smbios_setuuid() 467 setenv("smbios.version", buf, 1); in smbios_detect() 471 setenv("smbios.memory.enabled", buf, 1); in smbios_detect() 475 setenv("smbios.socket.enabled", buf, 1); in smbios_detect() 479 setenv("smbios.socket.populated", buf, 1); in smbios_detect()
|
| H A D | biospci.c | 248 setenv("pcibios.major", buf, 1); in biospci_detect() 250 setenv("pcibios.minor", buf, 1); in biospci_detect() 252 setenv("pcibios.config1", buf, 1); in biospci_detect() 254 setenv("pcibios.config2", buf, 1); in biospci_detect() 256 setenv("pcibios.maxbus", buf, 1); in biospci_detect()
|
| /titanic_54/usr/src/boot/sys/boot/efi/loader/arch/arm64/ |
| H A D | exec.c | 88 setenv("hint.acpi.0.rsdp", buf, 1); in elf64_exec() 93 setenv("hint.acpi.0.revision", buf, 1); in elf64_exec() 96 setenv("hint.acpi.0.oem", buf, 1); in elf64_exec() 98 setenv("hint.acpi.0.rsdt", buf, 1); in elf64_exec() 103 setenv("hint.acpi.0.xsdt", buf, 1); in elf64_exec() 105 setenv("hint.acpi.0.xsdt_length", buf, 1); in elf64_exec()
|
| /titanic_54/usr/src/contrib/ast/src/lib/libast/comp/ |
| H A D | setenv.c | 24 #define setenv ______setenv macro 28 #undef setenv 33 NoN(setenv) 45 setenv(const char* name, const char* value, int overwrite)
|
| /titanic_54/usr/src/boot/sys/boot/i386/loader/ |
| H A D | main.c | 131 setenv("console", "ttya text", 1); in main() 133 setenv("console", "text ttya", 1); in main() 135 setenv("console", "ttya", 1); in main() 137 setenv("console", "null", 1); in main() 195 setenv("LINES", "24", 1); /* optional */ in main() 196 setenv("COLUMNS", "80", 1); /* optional */ in main() 199 setenv("ISADIR", "amd64", 1); in main() 201 setenv("ISADIR", "", 1); in main() 260 setenv("vfs.zfs.boot.primary_pool", buf, 1); in extract_currdev() 262 setenv("vfs.zfs.boot.primary_vdev", buf, 1); in extract_currdev()
|
| /titanic_54/usr/src/boot/sys/boot/efi/loader/arch/amd64/ |
| H A D | elf64_freebsd.c | 110 setenv("hint.acpi.0.rsdp", buf, 1); in elf64_exec() 115 setenv("hint.acpi.0.revision", buf, 1); in elf64_exec() 118 setenv("hint.acpi.0.oem", buf, 1); in elf64_exec() 120 setenv("hint.acpi.0.rsdt", buf, 1); in elf64_exec() 125 setenv("hint.acpi.0.xsdt", buf, 1); in elf64_exec() 127 setenv("hint.acpi.0.xsdt_length", buf, 1); in elf64_exec()
|
| /titanic_54/usr/src/common/ficl/ |
| H A D | main.c | 105 setenv("COLUMNS", buffer, 1); in main() 108 setenv("LINES", buffer, 1); in main() 112 setenv("prompt", "${interpret}", 1); in main() 114 setenv("interpret", "ok", 1); in main()
|
| /titanic_54/usr/src/cmd/smbsrv/fksmbd/ |
| H A D | .dbxrc | 19 setenv SMBD_DOOR_NAME /tmp/fksmbd_door 20 setenv SMB_SHARE_DNAME /tmp/fksmbshare_door 23 setenv LD_LIBRARY_PATH ${ROOT}/usr/lib/smbsrv:${ROOT}/usr/lib:${ROOT}/lib
|
| /titanic_54/usr/src/boot/sys/boot/efi/libefi/ |
| H A D | libefi.c | 132 setenv("LINES", "24", 1); in efi_main() 133 setenv("COLUMNS", "80", 1); in efi_main() 137 setenv("LINES", buf, 1); in efi_main() 139 setenv("COLUMNS", buf, 1); in efi_main()
|
| /titanic_54/usr/src/boot/sys/boot/zfs/ |
| H A D | zfs.c | 763 setenv("zfs-bootfs", buf, 1); in zfs_bootfs() 765 setenv("bootpath", vdev->v_phys_path, 1); in zfs_bootfs() 767 setenv("diskdevid", vdev->v_devid, 1); in zfs_bootfs() 869 setenv("zfs_be_active", currdev, 1); in init_zfs_bootenv() 870 setenv("zfs_be_currpage", "1", 1); in init_zfs_bootenv() 879 setenv("zfs_be_root", beroot, 1); in init_zfs_bootenv() 897 if (setenv("zfs_be_root", name, 1) != 0) in zfs_bootenv() 925 if (setenv("zfs_be_pages", becount, 1) != 0) in zfs_bootenv() 931 if (setenv("zfs_be_currpage", "1", 1) != 0) in zfs_bootenv() 999 rv = setenv(envname, envval, 1); in zfs_set_env() [all …]
|
| /titanic_54/usr/src/boot/sys/boot/i386/libfirewire/ |
| H A D | dconsole.c | 101 setenv("dcons.addr", buf, 1); in dconsole_init() 105 setenv("dcons.size", buf, 1); in dconsole_init()
|
| /titanic_54/usr/src/cmd/idmap/test-getdc/ |
| H A D | .dbxrc | 19 setenv ROOT ${CODEMGR_WS}/proto/root_i386 20 setenv LD_LIBRARY_PATH ${ROOT}/usr/lib:${ROOT}/lib
|
| /titanic_54/usr/src/boot/sys/boot/forth/ |
| H A D | beadm.4th | 202 s" currdev" setenv \ setenv currdev = device 227 2dup s" currdev" setenv 348 title s" zfs_be_active" setenv 364 s>d <# #s #> s" zfs_be_pages" setenv 417 s" bootenvmenu_caption[4]" 20 +c! setenv 420 s" bootenvansi_caption[4]" 20 +c! setenv 434 s" bootenvmenu_command[4]" 20 +c! setenv 460 s" bootenv_root[4]" 13 +c! setenv
|
| H A D | menu.4th | 362 2dup kernmenuidx @ kernel[x] setenv 368 setenv 381 setenv 410 5 pick 5 pick menu_caption[x][y] setenv 422 5 pick 5 pick ansi_caption[x][y] setenv 446 dup s" [A]CPI.... default" rot 48 menu_caption[x][y] setenv 447 dup s" ^[1mA^[mCPI.... ^[32;7mdefault^[m" rot 48 ansi_caption[x][y] setenv 449 dup s" [A]CPI........ On" rot 49 menu_caption[x][y] setenv 450 dup s" ^[1mA^[mCPI........ ^[34;1mOn^[m" rot 49 ansi_caption[x][y] setenv 452 dup s" [A]CPI........ Off" rot 50 menu_caption[x][y] setenv [all …]
|
| /titanic_54/usr/src/cmd/dtrace/test/tst/common/env/ |
| H A D | err.D_PRAGMA_OPTSET.setfromscript.d | 20 #pragma D option setenv=balloon=something_bad_happens
|
| /titanic_54/usr/src/lib/libresolv2/common/bsd/ |
| H A D | putenv.c | 23 return (setenv(str, tmp, 1)); in putenv()
|
| /titanic_54/usr/src/boot/lib/libstand/ |
| H A D | environment.c | 156 setenv(const char *name, const char *value, int overwrite) in setenv() function 173 result = setenv(copy, value, 1); in putenv()
|
| /titanic_54/usr/src/cmd/make/lib/vroot/ |
| H A D | setenv.cc | 35 char *setenv(char *name, char *value) in setenv() function
|