Home
last modified time | relevance | path

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

/freebsd/usr.sbin/acpi/acpidb/
H A Dacpidb.c91 static UINT64 aml_simulate_prompt(char *msg, UINT64 def_val);
189 aml_simulate_prompt(char *msg, UINT64 def_val) in aml_simulate_prompt() function
325 *Value = aml_simulate_prompt(msg, value); in aml_vm_space_handler()
340 value = aml_simulate_prompt(msg, *Value); in aml_vm_space_handler()