Searched refs:temp_ptr (Results 1 – 3 of 3) sorted by relevance
2494 char *temp_ptr; in usb_set_device_strings() local2503 temp_ptr = (char *)udev->scratch.data; in usb_set_device_strings()2522 udev->serial = strdup(temp_ptr, M_USB); in usb_set_device_strings()2527 usb_trim_spaces(temp_ptr); in usb_set_device_strings()2528 if (temp_ptr[0] != '\0') in usb_set_device_strings()2529 udev->manufacturer = strdup(temp_ptr, M_USB); in usb_set_device_strings()2534 usb_trim_spaces(temp_ptr); in usb_set_device_strings()2535 if (temp_ptr[0] != '\0') in usb_set_device_strings()2536 udev->product = strdup(temp_ptr, M_USB); in usb_set_device_strings()2563 udev->manufacturer = strdup(temp_ptr, M_USB); in usb_set_device_strings()[all …]
791 int temp, *temp_ptr; in acpi_tz_temp_sysctl() local795 temp_ptr = (int *)(void *)(uintptr_t)((uintptr_t)sc + oidp->oid_arg2); in acpi_tz_temp_sysctl()796 temp = *temp_ptr; in acpi_tz_temp_sysctl()812 *temp_ptr = temp; in acpi_tz_temp_sysctl()
1072 char *temp_ptr; in INFO_PARSE() local1123 temp_ptr = TERM_data_ptr + Num_strings + Num_strings; in INFO_PARSE()1124 memcpy(Strings, temp_ptr, string_table_len); in INFO_PARSE()