Searched refs:temp_ptr (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/usb/ |
H A D | usb_device.c | 2511 char *temp_ptr; in usb_set_device_strings() local 2520 temp_ptr = (char *)udev->scratch.data; in usb_set_device_strings() 2537 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usb_set_device_strings() 2539 udev->serial = strdup(temp_ptr, M_USB); in usb_set_device_strings() 2542 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usb_set_device_strings() 2544 usb_trim_spaces(temp_ptr); in usb_set_device_strings() 2545 if (temp_ptr[0] != '\0') in usb_set_device_strings() 2546 udev->manufacturer = strdup(temp_ptr, M_USB); in usb_set_device_strings() 2549 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usb_set_device_strings() 2551 usb_trim_spaces(temp_ptr); in usb_set_device_strings() [all …]
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_thermal.c | 804 int temp, *temp_ptr; in acpi_tz_temp_sysctl() local 808 temp_ptr = (int *)(void *)(uintptr_t)((uintptr_t)sc + oidp->oid_arg2); in acpi_tz_temp_sysctl() 809 temp = *temp_ptr; in acpi_tz_temp_sysctl() 825 *temp_ptr = temp; in acpi_tz_temp_sysctl()
|
/freebsd/contrib/ee/ |
H A D | new_curse.c | 1072 char *temp_ptr; in INFO_PARSE() local 1123 temp_ptr = TERM_data_ptr + Num_strings + Num_strings; in INFO_PARSE() 1124 memcpy(Strings, temp_ptr, string_table_len); in INFO_PARSE()
|