Searched refs:getenv_string (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_environment.c | 446 if (getenv_string(name, buf, sizeof(buf))) { in kern_getenv() 582 getenv_string(const char *name, char *data, int size) in getenv_string() function 615 if (getenv_string(name, buf, sizeof(buf)) == 0) in getenv_array() 835 if (!getenv_string(name, value, sizeof(value))) in getenv_quad()
|
| /freebsd-12.1/sys/dev/uart/ |
| H A D | uart_cpu_powerpc.c | 155 if (!getenv_string("hw.uart.dbgport", buf, sizeof(buf))) in uart_cpu_getdev()
|
| H A D | uart_cpu_sparc64.c | 162 if (!getenv_string("hw.uart.dbgport", dev, devsz)) in uart_cpu_getdev_dbgport()
|
| /freebsd-12.1/sys/x86/acpica/ |
| H A D | madt.c | 561 if (getenv_string("hw.acpi.sci.trigger", buf, sizeof(buf))) { in madt_parse_interrupt_values() 573 if (getenv_string("hw.acpi.sci.polarity", buf, sizeof(buf))) { in madt_parse_interrupt_values()
|
| /freebsd-12.1/sys/sys/ |
| H A D | kernel.h | 437 getenv_string((path), (var), (size))
|
| H A D | systm.h | 399 int getenv_string(const char *name, char *data, int size);
|
| /freebsd-12.1/share/man/man9/ |
| H A D | Makefile | 1015 getenv.9 getenv_string.9 \
|