Searched refs:leftmost (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_util.c | 2288 uint_t height, leftmost, list; in ehci_allocate_classic_tt_bandwidth() local 2361 leftmost = ehci_leftmost_leaf(pnode, height); in ehci_allocate_classic_tt_bandwidth() 2366 list = ehci_index[leftmost + i]; in ehci_allocate_classic_tt_bandwidth() 2386 list = ehci_index[leftmost + i]; in ehci_allocate_classic_tt_bandwidth() 2452 uint_t height, leftmost; in ehci_deallocate_high_speed_bandwidth() local 2485 leftmost = ehci_leftmost_leaf(pnode, height); in ehci_deallocate_high_speed_bandwidth() 2493 leftmost, list_count, smask); in ehci_deallocate_high_speed_bandwidth() 2499 leftmost, list_count, smask); in ehci_deallocate_high_speed_bandwidth() 2501 leftmost, list_count, cmask); in ehci_deallocate_high_speed_bandwidth() 2507 leftmost, list_count, smask); in ehci_deallocate_high_speed_bandwidth() [all …]
|
/titanic_41/usr/src/cmd/nsadmin/ |
H A D | ksh.kshrc | 49 # ensures that the pattern matches the leftmost sequence
|
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhciutil.c | 995 uint_t leftmost; in uhci_allocate_bandwidth() local 1103 leftmost = uhci_leftmost_leaf(*node, height); in uhci_allocate_bandwidth() 1105 "Leftmost %d", leftmost); in uhci_allocate_bandwidth() 1107 for (i = leftmost; i < leftmost + in uhci_allocate_bandwidth() 1125 for (i = leftmost; i < leftmost + in uhci_allocate_bandwidth() 1159 uint_t leftmost; in uhci_deallocate_bandwidth() local 1201 leftmost = uhci_leftmost_leaf(node, height); in uhci_deallocate_bandwidth() 1204 for (i = leftmost; i < leftmost + (NUM_FRAME_LST_ENTRIES/bandwidth); in uhci_deallocate_bandwidth()
|
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 3261 uint_t leftmost, list, bandwidth; in ohci_allocate_bandwidth() local 3361 leftmost = ohci_leftmost_leaf(*node, height); in ohci_allocate_bandwidth() 3364 "Leftmost %d", leftmost); in ohci_allocate_bandwidth() 3367 list = ohci_hcca_leaf_index(leftmost + i); in ohci_allocate_bandwidth() 3384 list = ohci_hcca_leaf_index(leftmost + i); in ohci_allocate_bandwidth() 3418 uint_t height, leftmost, list; in ohci_deallocate_bandwidth() local 3447 leftmost = ohci_leftmost_leaf(node, height); in ohci_deallocate_bandwidth() 3451 list = ohci_hcca_leaf_index(leftmost + i); in ohci_deallocate_bandwidth()
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 13321 leftmost
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 13319 leftmost
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 9328 # 9 corresponds to the leftmost touch target on the screen, 9355 # Function key 9 corresponds to the leftmost touch target on the screen,
|
H A D | terminfo.src | 10495 # 9 corresponds to the leftmost touch target on the screen, 10527 # Function key 9 corresponds to the leftmost touch target on the screen,
|