Searched defs:tc (Results 1 - 25 of 55) sorted by relevance

123

/illumos-gate/usr/src/lib/libgen/common/
H A Dstrrspn.c38 * to be trimmed (tc).
42 strrspn(const char *string, const char *tc) argument
48 if (!strchr(tc, *--p))
/illumos-gate/usr/src/lib/efcode/efdaemon/
H A Defdaemon.c58 char tc; local
137 nbytes = read(fd, &tc, sizeof (tc));
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcopywin.c100 int i, tc; local
122 for (tc = tminc; tc <= tmaxc; ++tc, ++tt, ++st) {
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcopywin.c95 int tc; local
104 for (tc = tminc; tc <= tmaxc; ++tc, ++tt, ++st) {
110 __m_touch_locs(t, tminr, tc, tc + 1);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.print.c114 * Putchar(tc) does what putbyte(c) do for a byte c.
116 * a control character) as it is, while Putchar(tc) may expand the
117 * character tc to some byte sequnce that represents the character
121 Putchar(tchar tc) argument
125 if (isascii(tc&TRIM)) {
126 putbyte((int)tc);
129 tc &= TRIM;
130 n = wctomb(linp, tc);
168 * Putchar(tc) does what putbyte(c) do for a byte c.
173 Putchar(tchar tc) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmicrofind.c163 int tc = 0; local
167 while (tc < trials) {
186 tc++;
189 return (total / tc);
/illumos-gate/usr/src/cmd/acct/
H A Dacctmerg.c170 struct tacct tc; local
173 memcpy(&tc, tp, sizeof(struct tacct));
178 tp->ta_uid == tc.ta_uid &&
179 (uidsum || EQN(tp->ta_name, tc.ta_name))) {
180 tacctadd(&tc, tp);
186 output(&tc);
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82598.c52 int tc; local
60 for (tc = 0; tc < tc_count; tc++) {
62 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc));
64 stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC(tc));
66 stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
94 int tc; local
[all...]
H A Dixgbe_dcb_82599.c52 int tc; local
60 for (tc = 0; tc < tc_count; tc++) {
62 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc));
64 stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC_L(tc));
65 stats->qbtc[tc] +=
66 (((u64)(IXGBE_READ_REG(hw, IXGBE_QBTC_H(tc)))) << 3
93 int tc; local
[all...]
H A Dixgbe_dcb.c200 * consumed by hardware routines. The priority to tc map must be
222 int tc; local
224 for (tc = 0; tc < IXGBE_DCB_MAX_TRAFFIC_CLASS; tc++)
225 refill[tc] = tc_config[tc].path[direction].data_credits_refill;
231 int tc; local
233 for (tc = 0; tc < IXGBE_DCB_MAX_TRAFFIC_CLAS
241 int tc; local
251 int tc; local
261 u8 tc = cfg->num_tcs.pg_tcs; local
[all...]
H A Dixgbe_dcb.h106 u8 tc; /* Traffic class (TC) */ member in struct:ixgbe_dcb_tc_config
/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c63 ttycommon_close(tty_common_t *tc) argument
65 mutex_enter(&tc->t_excl);
66 tc->t_flags &= ~TS_XCLUDE;
67 tc->t_readq = NULL;
68 tc->t_writeq = NULL;
69 if (tc->t_iocpending != NULL) {
72 mp = tc->t_iocpending;
73 tc->t_iocpending = NULL;
74 mutex_exit(&tc->t_excl);
83 mutex_exit(&tc
92 ttycommon_qfull(tty_common_t *tc, queue_t *q) argument
121 ttycommon_ioctl(tty_common_t *tc, queue_t *q, mblk_t *mp, int *errorp) argument
[all...]
H A Dtty_pts.c617 tty_common_t *tc = &pty->pt_ttycommon; local
628 tc->t_size.ws_row = tp->ts_lines;
629 tc->t_size.ws_col = tp->ts_cols;
630 tc->t_size.ws_xpixel = 0;
631 tc->t_size.ws_ypixel = 0;
642 tty_common_t *tc = &pty->pt_ttycommon; local
667 tp->ts_lines = tc->t_size.ws_row;
668 tp->ts_cols = tc->t_size.ws_col;
684 tty_common_t *tc = &pty->pt_ttycommon; local
697 mutex_enter(&tc
713 tty_common_t *tc = &pty->pt_ttycommon; local
740 tty_common_t *tc = &pty->pt_ttycommon; local
[all...]
/illumos-gate/usr/src/lib/libast/common/string/
H A Dbase64.c57 register unsigned char* tc; local
88 tc = tp + B64_EC * B64_CHUNK;
110 } while (tp < tc);
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsincosbig.c73 double ts, tc, tx, tt[3], ty[2], t, w, z, c, s; local
141 tc = __vlibm_TBL_sincos_lo[j+1] - (__vlibm_TBL_sincos_hi[j] * w - c * t);
142 c += tc;
H A D__vsincosbigf.c72 double ts, tc, tx, tt[3], ty[2], t, w, z, c, s; local
138 tc = __vlibm_TBL_sincos_lo[j+1] - (__vlibm_TBL_sincos_hi[j] * w - c * t);
139 c += tc;
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_getentctx.c311 nscd_getent_context_t *c, *tc; local
322 tc = c->next;
324 c = tc;
/illumos-gate/usr/src/cmd/bnu/
H A Dfio.c328 static int tc = TC; variable
355 if (--tc < 0) {
356 tc = TC;
443 if (--tc < 0) {
444 tc = TC;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c295 tx_cpu_t *tc = &tx->tx_cpu[CPU_SEQID]; local
298 mutex_enter(&tc->tc_open_lock);
301 mutex_enter(&tc->tc_lock);
302 tc->tc_count[txg & TXG_MASK]++;
303 mutex_exit(&tc->tc_lock);
305 th->th_cpu = tc;
314 tx_cpu_t *tc = th->th_cpu; local
316 ASSERT(!MUTEX_HELD(&tc->tc_lock));
317 mutex_exit(&tc->tc_open_lock);
323 tx_cpu_t *tc local
334 tx_cpu_t *tc = th->th_cpu; local
383 tx_cpu_t *tc = &tx->tx_cpu[c]; local
415 tx_cpu_t *tc = &tx->tx_cpu[c]; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c285 turnstile_chain_t *tc = &TURNSTILE_CHAIN(sobj); local
287 disp_lock_enter(&tc->tc_lock);
289 for (ts = tc->tc_first; ts != NULL; ts = ts->ts_next)
413 turnstile_chain_t *tc = &TURNSTILE_CHAIN(sobj); local
417 ASSERT(DISP_LOCK_HELD(&tc->tc_lock));
430 ts->ts_next = tc->tc_first;
431 tc->tc_first = ts;
459 THREAD_SLEEP(t, &tc->tc_lock);
661 turnstile_chain_t *tc = &TURNSTILE_CHAIN(ts->ts_sobj); local
664 ASSERT(DISP_LOCK_HELD(&tc
720 turnstile_chain_t *tc = &TURNSTILE_CHAIN(ts->ts_sobj); local
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_gem_debug.c591 unsigned int tc; local
639 for (tc = 0; tc <= 7; tc++) {
640 switch ((saved_s2 >> (tc * 4)) & 0xf) {
642 VERTEX_OUT("T%d.X = %x float", tc, data[i]);
643 VERTEX_OUT("T%d.Y = %x float", tc, data[i]);
646 VERTEX_OUT("T%d.X = %x float", tc, data[i]);
647 VERTEX_OUT("T%d.Y = %x float", tc, data[i]);
648 VERTEX_OUT("T%d.Z = %x float", tc, dat
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c280 struct tchars tc; local
333 tc = ntc;
364 tc.t_startc = _POSIX_VDISABLE;
365 tc.t_stopc = _POSIX_VDISABLE;
383 tc.t_intrc = _POSIX_VDISABLE;
384 tc.t_quitc = _POSIX_VDISABLE;
385 tc.t_eofc = _POSIX_VDISABLE;
514 if (tc.t_brkc == (cc_t)(_POSIX_VDISABLE))
515 tc.t_brkc = esc;
524 tc
[all...]
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c315 char tc; local
337 tc = *tail;
377 *tail = tc;
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c534 int tc = sp->s_cnv_dst_nchan; local
550 for (int j = tc - 2; j > 0; j--) {
556 } else if (sc == 2 && tc == 1) {
577 nc = min(sc, tc);
580 bzero(dst, (len * tc * sizeof (int32_t)));
589 dst += tc;
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c619 struct fc_client_interface tc, *cp, *ap; local
645 if (copyin((void *)arg, &tc, 3 * sizeof (fc_cell_t))) {
655 nresults = fc_cell2int(tc.nresults); /* save me for later */
656 nargs = fc_cell2int(tc.nargs);

Completed in 111 milliseconds

123