Searched refs:langid (Results 1 - 5 of 5) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_device.c | 1716 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 D | usb_debug.c | 77 " power=%d langid=%d\n", in usb_dump_device() 80 udev->flags.self_powered, udev->power, udev->langid); in usb_dump_device()
|
H A D | usb_device.h | 233 uint16_t langid; /* language for strings */ member
|
H A D | usb_request.c | 1088 (udev, mtx, buf, len, udev->langid, string_index); in usbd_req_get_string_any()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | [all...] |
Completed in 144 milliseconds