Home
last modified time | relevance | path

Searched refs:langid (Results 1 - 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.c1716 uint16_t langid; in usb_alloc_device() local
1729 langid = 0; in usb_alloc_device()
1733 langid = UGETW(scratch_ptr + x); in usb_alloc_device()
1734 if ((langid & mask) == pref) in usb_alloc_device()
1740 langid = UGETW(scratch_ptr + 2); in usb_alloc_device()
1743 DPRINTFN(1, "Language selected: 0x%04x\n", langid); in usb_alloc_device()
1744 udev->langid = langid; in usb_alloc_device()
H A Dusb_debug.c77 " power=%d langid=%d\n", in usb_dump_device()
80 udev->flags.self_powered, udev->power, udev->langid); in usb_dump_device()
H A Dusb_device.h233 uint16_t langid; /* language for strings */ member
H A Dusb_request.c1088 (udev, mtx, buf, len, udev->langid, string_index); in usbd_req_get_string_any()
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 144 milliseconds