Searched refs:tbc (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_cache_door.c | 106 int tbc[3]; in __ns_ldap_trydoorcall_getfd() local 121 tbc[i++] = doorfd; in __ns_ldap_trydoorcall_getfd() 124 (void) close(tbc[i]); in __ns_ldap_trydoorcall_getfd() 132 (void) close(tbc[i]); in __ns_ldap_trydoorcall_getfd()
|
/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | call_labeld.c | 119 int tbc[3]; in __call_labeld() local 136 tbc[i++] = doorfd; in __call_labeld() 140 (void) close(tbc[i]); in __call_labeld() 147 (void) close(tbc[i]); in __call_labeld()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getxby_door.c | 248 int tbc[3]; in _nsc_initdoor_fp() local 264 tbc[i++] = dp->doorfd; in _nsc_initdoor_fp() 267 (void) close(tbc[i]); in _nsc_initdoor_fp() 275 (void) close(tbc[i]); in _nsc_initdoor_fp()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_dma.c | 566 uint_t trb_len, uint_t *tbc, uint_t *tlbpc) in xhci_transfer_calculate_isoc() argument 585 *tbc = howmany(tdpc, burst + 1) - 1; in xhci_transfer_calculate_isoc()
|
H A D | xhci_usba.c | 1036 uint_t tbc, tlbpc; in xhci_hcdi_isoc_transfer_fill() local 1067 xhci_transfer_calculate_isoc(xd, xep, len, &tbc, &tlbpc); in xhci_hcdi_isoc_transfer_fill() 1068 flags |= XHCI_TRB_SET_TBC(tbc); in xhci_hcdi_isoc_transfer_fill()
|
/illumos-gate/usr/src/data/terminfo/extras/ |
H A D | rxvt-unicode.terminfo | 140 tbc=\E[3g,
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | terminfo.src | 343 cbt=\E[Z, ht=^I, hts=\EH, tbc=\E[3g, 461 smam=\E[?7h, tbc=\E[g, vpa=\E[%i%p1%dd, 549 kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, tbc=\E[3g, 580 s1ds=\E)B, s2ds=\E*B, s3ds=\E+B, tbc=\E[3g, 764 smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 911 smam=\E[?7h, smir=\E[4h, smul=\E[4m, tbc=\E[3g, 1081 # stops (hts/tbc). 1236 tbc=\E[3g, vpa=\E[%i%p1%dd, use=klone+color, 1250 smso=\E[7m, smul=\E[4m, tbc=\E[3g, 1451 tbc=\E[3g, [all …]
|
H A D | termcap.src | 996 # stops (hts/tbc). 3387 # However, note that bce and msgr are broken in this release. Tabs (tbc and 4078 # - tbc doesn't work 4083 # Fixes: add eo and xenl per tack, remove nonworking cbt, hts and tbc, invis 4121 # a) tbc does not work (implying that hts also is broken). 5001 # tbc [clear tab stops] not implemented 15068 # The vt100 uses :rs2: and :rf: rather than :is2:/:tbc:/:hts: because the tab 18497 # TBC Tab Clear \E [ Ps g 0 FE tbc 19496 # * correct wy120 smxon/tbc capabilities which were stuck together. 20218 # (clear all tabs) to match definition for tbc capability -TD
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | caps | 138 clear_all_tabs, "tbc" "ct" Clear all tab stops.
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 143 clear_all_tabs tbc ct str Clear all tab stops. (P)
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 145 clear_all_tabs tbc ct str Clear all tab stops. (P)
|