Lines Matching defs:target
24 static void *acpi_db_get_pointer(void *target);
80 * PARAMETERS: target - Pointer to string to be converted
88 static void *acpi_db_get_pointer(void *target)
93 address = strtoul(target, NULL, 16);
131 * PARAMETERS: target - String with object to be displayed. Names
141 void acpi_db_decode_and_display_object(char *target, char *output_type)
152 if (!target) {
174 if ((target[0] >= 0x30) && (target[0] <= 0x39)) {
175 obj_ptr = acpi_db_get_pointer(target);
265 node = acpi_db_local_ns_lookup(target);