Searched refs:getenv_int (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/lib/libsecureboot/ |
| D | verify_file.c | 320 getenv_int(const char *var, int def) in getenv_int() function 359 ve_debug_set(getenv_int("VE_DEBUG_LEVEL", VE_DEBUG_LEVEL)); in verify_prep() 435 verbose = getenv_int("VE_VERBOSE", VE_VERBOSE_DEFAULT); in verify_file()
|
| /freebsd-12-stable/sys/dev/sound/ |
| D | unit.c | 177 if (getenv_int("hw.snd.maxunit", &i) != 0) { in snd_unit_init()
|
| /freebsd-12-stable/sys/sys/ |
| D | kernel.h | 329 #define TUNABLE_INT_FETCH(path, var) getenv_int((path), (var))
|
| D | systm.h | 399 int getenv_int(const char *name, int *data);
|
| /freebsd-12-stable/sys/dev/dcons/ |
| D | dcons_os.c | 482 if (getenv_int("dcons_gdb", &dcons_gdb) == 0) in dcons_dbg_probe()
|
| /freebsd-12-stable/sys/dev/acpica/ |
| D | acpi_pci_link.c | 973 if (getenv_int(tunable_buffer, &i) && PCI_INTERRUPT_VALID(i)) { in acpi_pci_link_choose_irq() 982 if (getenv_int(tunable_buffer, &i) && PCI_INTERRUPT_VALID(i)) { in acpi_pci_link_choose_irq()
|
| D | acpi_video.c | 530 if (getenv_int(env, &x)) in acpi_video_vo_init() 533 if (getenv_int(env, &x)) in acpi_video_vo_init()
|
| /freebsd-12-stable/sys/i386/pci/ |
| D | pci_pir.c | 420 if (getenv_int(tunable_buffer, &irq) == 0) in pci_pir_parse()
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_environment.c | 863 getenv_int(const char *name, int *data) in getenv_int() function
|
| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | machdep.c | 481 getenv_int("machdep.use_vis", &cpu_use_vis); in sparc64_init()
|
| /freebsd-12-stable/sys/i386/bios/ |
| D | apm.c | 1139 getenv_int("debug.apm_debug", &apm_debug); in apm_attach()
|
| /freebsd-12-stable/share/man/man9/ |
| D | Makefile | 1022 getenv.9 getenv_int.9 \
|