Searched refs:getenv_string (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/sys/powerpc/powernv/ |
H A D | opal_dbg.c | 61 if (!getenv_string("hw.uart.dbgport", buf, sizeof(buf))) in uart_opal_dbg_probe()
|
/freebsd-src/sys/powerpc/pseries/ |
H A D | phyp_dbg.c | 61 if (!getenv_string("hw.uart.dbgport", buf, sizeof(buf))) in uart_phyp_dbg_probe()
|
/freebsd-src/sys/dev/uart/ |
H A D | uart_cpu_powerpc.c | 152 if (!getenv_string("hw.uart.dbgport", buf, sizeof(buf))) in uart_cpu_getdev()
|
/freebsd-src/sys/x86/acpica/ |
H A D | madt.c | 577 if (getenv_string("hw.acpi.sci.trigger", buf, sizeof(buf))) { in madt_parse_interrupt_values() 589 if (getenv_string("hw.acpi.sci.polarity", buf, sizeof(buf))) { in madt_parse_interrupt_values()
|
/freebsd-src/sys/sys/ |
H A D | kernel.h | 472 getenv_string((path), (var), (size))
|
H A D | systm.h | 416 int getenv_string(const char *name, char *data, int size);
|
/freebsd-src/sys/kern/ |
H A D | kern_environment.c | 736 getenv_string(const char *name, char *data, int size) in getenv_string() function
|
/freebsd-src/share/man/man9/ |
H A D | Makefile | 1168 getenv.9 getenv_string.9 \
|