Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/template/
H A Dusb_template.c640 usb_hw_ep_find_match(struct usb_hw_ep_scratch *ues, in usb_hw_ep_find_match() argument
673 (ues->methods->get_hw_ep_profile) (ues->udev, &pf, n); in usb_hw_ep_find_match()
680 if (ues->bmInAlloc[n / 8] & (1 << (n % 8))) { in usb_hw_ep_find_match()
687 if (ues->bmOutAlloc[n / 8] & (1 << (n % 8))) { in usb_hw_ep_find_match()
726 ues->bmInAlloc[best_n / 8] |= in usb_hw_ep_find_match()
733 ues->bmOutAlloc[best_n / 8] |= in usb_hw_ep_find_match()
754 usb_hw_ep_get_needs(struct usb_hw_ep_scratch *ues, in usb_hw_ep_get_needs() argument
770 ep_iface = ues->ep_max; in usb_hw_ep_get_needs()
771 ep_curr = ues->ep_max; in usb_hw_ep_get_needs()
772 ep_end = ues->ep + USB_EP_MAX; in usb_hw_ep_get_needs()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1889 } ues; member
1927 swapStruct(x.ues.es64); in swapStruct()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9849 Print_x86_exception_state_t(es.ues.es64); in PrintThreadCommand()