Searched refs:temp_ptr (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/usb/
H A Dusb_device.c2510 char *temp_ptr; local
2519 temp_ptr = (char *)udev->scratch.data;
2536 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size,
2538 udev->serial = strdup(temp_ptr, M_USB);
2541 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size,
2543 usb_trim_spaces(temp_ptr);
2544 if (temp_ptr[0] != '\0')
2545 udev->manufacturer = strdup(temp_ptr, M_USB);
2548 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size,
2550 usb_trim_spaces(temp_ptr);
[all...]
/freebsd-current/sys/dev/acpica/
H A Dacpi_thermal.c804 int temp, *temp_ptr; local
808 temp_ptr = (int *)(void *)(uintptr_t)((uintptr_t)sc + oidp->oid_arg2);
809 temp = *temp_ptr;
825 *temp_ptr = temp;
/freebsd-current/contrib/ee/
H A Dnew_curse.c1072 char *temp_ptr; local
1123 temp_ptr = TERM_data_ptr + Num_strings + Num_strings;
1124 memcpy(Strings, temp_ptr, string_table_len);

Completed in 124 milliseconds