Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/
H A Dusb_device.c1675 uint8_t *scratch_ptr; in usb_alloc_device() local
1906 scratch_ptr = udev->scratch.data; in usb_alloc_device()
1915 (char *)scratch_ptr, 4, 0, USB_LANGUAGE_TABLE); in usb_alloc_device()
1920 if (err || (scratch_ptr[0] < 4)) { in usb_alloc_device()
1933 scratch_ptr[0] &= ~1U; in usb_alloc_device()
1939 for (x = 2; (x < scratch_ptr[0]); x += 2) { in usb_alloc_device()
1940 langid = UGETW(scratch_ptr + x); in usb_alloc_device()
1944 if (x >= scratch_ptr[0]) { in usb_alloc_device()
1947 langid = UGETW(scratch_ptr + 2); in usb_alloc_device()