Symbol: tc
usr/src/cmd/acct/acctmerg.c
169
struct tacct tc;
usr/src/cmd/acct/acctmerg.c
172
memcpy(&tc, tp, sizeof(struct tacct));
usr/src/cmd/acct/acctmerg.c
177
tp->ta_uid == tc.ta_uid &&
usr/src/cmd/acct/acctmerg.c
178
(uidsum || EQN(tp->ta_name, tc.ta_name))) {
usr/src/cmd/acct/acctmerg.c
179
tacctadd(&tc, tp);
usr/src/cmd/acct/acctmerg.c
185
output(&tc);
usr/src/cmd/bnu/cu.c
1039
int i, j, len, tc=0, lines=0;
usr/src/cmd/bnu/cu.c
1094
if((tc += len) >= MID) {
usr/src/cmd/bnu/cu.c
1096
tc = len;
usr/src/cmd/bnu/fio.c
326
static int tc = TC;
usr/src/cmd/bnu/fio.c
353
if (--tc < 0) {
usr/src/cmd/bnu/fio.c
354
tc = TC;
usr/src/cmd/bnu/fio.c
441
if (--tc < 0) {
usr/src/cmd/bnu/fio.c
442
tc = TC;
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
1300
struct tchars *tc;
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
1314
tc = &deftc;
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
1327
tc = &notc;
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
1340
if (compat_ioctl(STDIN_FILENO, TIOCSETC, tc) == -1)
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
276
struct tchars tc;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
329
tc = ntc;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
360
tc.t_startc = _POSIX_VDISABLE;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
361
tc.t_stopc = _POSIX_VDISABLE;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
379
tc.t_intrc = _POSIX_VDISABLE;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
380
tc.t_quitc = _POSIX_VDISABLE;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
381
tc.t_eofc = _POSIX_VDISABLE;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
510
if (tc.t_brkc == (cc_t)(_POSIX_VDISABLE))
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
511
tc.t_brkc = esc;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
520
tc = otc;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
531
(void) ioctl(tin, TIOCSETC, &tc);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_dns.c
159
header.tc ? "TC (TrunCation) " : "",
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_dns.c
174
header.tc ? "TC (TrunCation) " : "",
usr/src/cmd/csh/sh.print.c
119
Putchar(tchar tc)
usr/src/cmd/csh/sh.print.c
123
if (isascii(tc&TRIM)) {
usr/src/cmd/csh/sh.print.c
124
putbyte((int)tc);
usr/src/cmd/csh/sh.print.c
127
tc &= TRIM;
usr/src/cmd/csh/sh.print.c
128
n = wctomb(linp, tc);
usr/src/cmd/csh/sh.print.c
171
Putchar(tchar tc)
usr/src/cmd/csh/sh.print.c
173
putbyte((int)tc);
usr/src/cmd/csh/sh.tchar.c
307
wchar_t tc;
usr/src/cmd/csh/sh.tchar.c
311
while (tc = *ts++) {
usr/src/cmd/csh/sh.tchar.c
312
if ((p_col = wcwidth((wchar_t)tc)) > 0)
usr/src/cmd/diff/diff.c
524
int oldc, tc;
usr/src/cmd/diff/diff.c
545
tc = c[l];
usr/src/cmd/diff/diff.c
547
oldc = tc;
usr/src/cmd/mdb/common/modules/genunix/sobj.c
711
turnstile_chain_t tc;
usr/src/cmd/mdb/common/modules/genunix/sobj.c
729
if (mdb_vread(&tc, sizeof (turnstile_chain_t), ttable) == -1) {
usr/src/cmd/mdb/common/modules/genunix/sobj.c
734
for (tsp = tc.tc_first; tsp != NULL; tsp = ts.ts_next) {
usr/src/cmd/modload/plcysubr.c
315
char tc;
usr/src/cmd/modload/plcysubr.c
337
tc = *tail;
usr/src/cmd/modload/plcysubr.c
377
*tail = tc;
usr/src/cmd/nscd/nscd_getentctx.c
313
nscd_getent_context_t *c, *tc;
usr/src/cmd/nscd/nscd_getentctx.c
324
tc = c->next;
usr/src/cmd/nscd/nscd_getentctx.c
326
c = tc;
usr/src/common/ccid/atr.c
1411
uint8_t tc;
usr/src/common/ccid/atr.c
1417
tc = atp->atrti_tc;
usr/src/common/ccid/atr.c
1420
atp->atrti_ti_val, tc);
usr/src/common/ccid/atr.c
1424
(void) fprintf(out, "; Extra Guard Time Integer: %u", tc);
usr/src/common/ccid/atr.c
1431
(void) fprintf(out, "; Waiting Time Integer: %u", tc);
usr/src/common/ccid/atr.c
1440
ATR_T1_TC0_CRC(tc) ? "CRC" : "LRC");
usr/src/common/unicode/u8_textprep.c
1069
uchar_t tc[U8_MB_CUR_MAX];
usr/src/common/unicode/u8_textprep.c
1307
tc[i] = *p++;
usr/src/common/unicode/u8_textprep.c
1320
if (*q != tc[k])
usr/src/common/unicode/u8_textprep.c
1411
uchar_t tc;
usr/src/common/unicode/u8_textprep.c
180
U8_SIMPLE_SWAP(comb_class[(a)], comb_class[(b)], tc); \
usr/src/common/unicode/u8_textprep.c
181
U8_SIMPLE_SWAP(disp[(a)], disp[(b)], tc);
usr/src/head/arpa/nameser_compat.h
136
unsigned tc: 1; /* truncated message */
usr/src/head/arpa/nameser_compat.h
148
unsigned tc :1; /* truncated message */
usr/src/lib/libgen/common/strrspn.c
40
strrspn(const char *string, const char *tc)
usr/src/lib/libgen/common/strrspn.c
46
if (!strchr(tc, *--p))
usr/src/lib/libmvec/common/__vsincosbig.c
141
tc = __vlibm_TBL_sincos_lo[j+1] - (__vlibm_TBL_sincos_hi[j] * w - c * t);
usr/src/lib/libmvec/common/__vsincosbig.c
142
c += tc;
usr/src/lib/libmvec/common/__vsincosbig.c
73
double ts, tc, tx, tt[3], ty[2], t, w, z, c, s;
usr/src/lib/libmvec/common/__vsincosbigf.c
138
tc = __vlibm_TBL_sincos_lo[j+1] - (__vlibm_TBL_sincos_hi[j] * w - c * t);
usr/src/lib/libmvec/common/__vsincosbigf.c
139
c += tc;
usr/src/lib/libmvec/common/__vsincosbigf.c
72
double ts, tc, tx, tt[3], ty[2], t, w, z, c, s;
usr/src/lib/libnisdb/db_mindex3.cc
672
table_col *tc;
usr/src/lib/libnisdb/db_mindex3.cc
700
tc = to->zo_data.objdata_u.ta_data.ta_cols.ta_cols_val;
usr/src/lib/libnisdb/db_mindex3.cc
703
tc = 0;
usr/src/lib/libnisdb/db_mindex3.cc
717
tc = 0;
usr/src/lib/libnisdb/db_mindex3.cc
741
if (tc != 0)
usr/src/lib/libnisdb/db_mindex3.cc
743
entryFlagsFromTable(tc[ic-1].tc_flags);
usr/src/lib/libnisdb/nis_db.cc
834
table_col tc[NIS_MAXCOLUMNS+1];
usr/src/lib/libnisdb/nis_db.cc
859
tc[i+1] = tobj.ta_cols.ta_cols_val[i];
usr/src/lib/libnisdb/nis_db.cc
861
tc[0].tc_name = 0;
usr/src/lib/libnisdb/nis_db.cc
862
tc[0].tc_flags = TA_XDR | TA_BINARY;
usr/src/lib/libnisdb/nis_db.cc
863
tc[0].tc_rights = 0;
usr/src/lib/libnisdb/nis_db.cc
865
tobj.ta_cols.ta_cols_val = tc;
usr/src/lib/libresolv/arpa/nameser.h
154
u_char tc:1; /* truncated message */
usr/src/lib/libresolv/arpa/nameser.h
166
u_char tc:1; /* truncated message */
usr/src/lib/libresolv/res_debug.c
125
if (hp->tc)
usr/src/lib/libresolv/res_send.c
303
anhp->tc = 1;
usr/src/lib/libresolv/res_send.c
463
if (!(_res.options & RES_IGNTC) && anhp->tc) {
usr/src/lib/libresolv2/common/nameser/ns_name.c
1000
i = SPRINTF((dn, "%02x", tc & (0xff << (8 - b))));
usr/src/lib/libresolv2/common/nameser/ns_name.c
1005
tc = *cp++;
usr/src/lib/libresolv2/common/nameser/ns_name.c
1007
((tc >> 4) & 0x0f) & (0x0f << (4 - b))));
usr/src/lib/libresolv2/common/nameser/ns_name.c
977
char *beg = dn, tc;
usr/src/lib/libresolv2/common/nameser/ns_name.c
999
tc = *cp++;
usr/src/lib/libresolv2/common/resolv/res_send.c
1039
if (!(statp->options & RES_IGNTC) && anhp->tc) {
usr/src/lib/libresolv2/common/resolv/res_send.c
786
anhp->tc = 1;
usr/src/lib/libresolv2/common/resolv/res_sendsigned.c
147
if (hp->tc && !usingTCP && (statp->options & RES_IGNTC) == 0U) {
usr/src/lib/librstp/common/port.h
123
Bool tc; /* 17.18.36 */
usr/src/lib/librstp/common/stp_in.c
419
entry->tc = port->tc;
usr/src/lib/librstp/common/stp_in.c
654
port->tc = True; /* IEEE 802.1y, 17.30 */
usr/src/lib/librstp/common/sttrans.c
99
port->tc = !port->operEdge;
usr/src/lib/librstp/common/topoch.c
121
port->tc =
usr/src/lib/librstp/common/topoch.c
128
port->rcvdTcAck = port->tc = port->tcProp = False;
usr/src/lib/librstp/common/topoch.c
140
port->tc = False;
usr/src/lib/librstp/common/topoch.c
197
port->tc || port->tcProp)
usr/src/lib/librstp/common/topoch.c
203
if (port->tc)
usr/src/lib/librstp/common/uid_stp.h
199
unsigned char tc;
usr/src/lib/libsldap/common/ns_common.c
1763
int i, col, digit, port, dc, tc;
usr/src/lib/libsldap/common/ns_common.c
1801
digit = dc = tc = 0;
usr/src/lib/libsldap/common/ns_common.c
1811
tc++;
usr/src/lib/libsldap/common/ns_common.c
1819
if (__s_api_isipv4(&s[dc]) && tc)
usr/src/lib/libxcurses/src/libc/xcurses/copywin.c
120
for (tc = tminc; tc <= tmaxc; ++tc, ++tt, ++st) {
usr/src/lib/libxcurses/src/libc/xcurses/copywin.c
98
int i, tc;
usr/src/lib/libxcurses2/src/libc/xcurses/copywin.c
102
for (tc = tminc; tc <= tmaxc; ++tc, ++tt, ++st) {
usr/src/lib/libxcurses2/src/libc/xcurses/copywin.c
108
__m_touch_locs(t, tminr, tc, tc + 1);
usr/src/lib/libxcurses2/src/libc/xcurses/copywin.c
93
int tc;
usr/src/test/libc-tests/tests/i18n/bindtextdomain_test.c
117
}, *tc;
usr/src/test/libc-tests/tests/i18n/bindtextdomain_test.c
120
tc = &test_cases[i];
usr/src/test/libc-tests/tests/i18n/bindtextdomain_test.c
121
test_t t = test_start(tc->name);
usr/src/test/libc-tests/tests/i18n/bindtextdomain_test.c
122
umem_setmtbf((uint_t)tc->malloc_fail);
usr/src/test/libc-tests/tests/i18n/bindtextdomain_test.c
124
const char *got = bindtextdomain("domain", tc->dir);
usr/src/test/libc-tests/tests/i18n/bindtextdomain_test.c
127
if (((got == NULL) != (tc->want == NULL)) ||
usr/src/test/libc-tests/tests/i18n/bindtextdomain_test.c
128
((got != NULL) && strcmp(got, tc->want))) {
usr/src/test/libc-tests/tests/i18n/bindtextdomain_test.c
131
tc->want != NULL ? tc->want : "<NULL>");
usr/src/test/libc-tests/tests/i18n/bindtextdomain_test.c
134
if (got_errno != tc->want_errno) {
usr/src/test/libc-tests/tests/i18n/bindtextdomain_test.c
136
got_errno, tc->want_errno);
usr/src/test/util-tests/tests/demangle/rust.c
277
check_failure(size_t i, rust_test_case_t *tc, const char *dem, boolean_t res)
usr/src/test/util-tests/tests/demangle/rust.c
290
(void) printf(" Name: '%s'\n", tc->mangled);
usr/src/test/util-tests/tests/demangle/rust.c
301
check_success(size_t i, rust_test_case_t *tc, const char *dem, boolean_t res)
usr/src/test/util-tests/tests/demangle/rust.c
303
if (dem != NULL && strcmp(tc->demangled, dem) == 0)
usr/src/test/util-tests/tests/demangle/rust.c
311
tc->mangled);
usr/src/test/util-tests/tests/demangle/rust.c
316
(void) printf(" Mangled: %s\n", tc->mangled);
usr/src/test/util-tests/tests/demangle/rust.c
317
(void) printf(" Expected: %s\n", tc->demangled);
usr/src/uts/common/fs/zfs/txg.c
296
tx_cpu_t *tc = &tx->tx_cpu[CPU_SEQID];
usr/src/uts/common/fs/zfs/txg.c
299
mutex_enter(&tc->tc_open_lock);
usr/src/uts/common/fs/zfs/txg.c
302
mutex_enter(&tc->tc_lock);
usr/src/uts/common/fs/zfs/txg.c
303
tc->tc_count[txg & TXG_MASK]++;
usr/src/uts/common/fs/zfs/txg.c
304
mutex_exit(&tc->tc_lock);
usr/src/uts/common/fs/zfs/txg.c
306
th->th_cpu = tc;
usr/src/uts/common/fs/zfs/txg.c
315
tx_cpu_t *tc = th->th_cpu;
usr/src/uts/common/fs/zfs/txg.c
317
ASSERT(!MUTEX_HELD(&tc->tc_lock));
usr/src/uts/common/fs/zfs/txg.c
318
mutex_exit(&tc->tc_open_lock);
usr/src/uts/common/fs/zfs/txg.c
324
tx_cpu_t *tc = th->th_cpu;
usr/src/uts/common/fs/zfs/txg.c
327
mutex_enter(&tc->tc_lock);
usr/src/uts/common/fs/zfs/txg.c
328
list_move_tail(&tc->tc_callbacks[g], tx_callbacks);
usr/src/uts/common/fs/zfs/txg.c
329
mutex_exit(&tc->tc_lock);
usr/src/uts/common/fs/zfs/txg.c
335
tx_cpu_t *tc = th->th_cpu;
usr/src/uts/common/fs/zfs/txg.c
338
mutex_enter(&tc->tc_lock);
usr/src/uts/common/fs/zfs/txg.c
339
ASSERT(tc->tc_count[g] != 0);
usr/src/uts/common/fs/zfs/txg.c
340
if (--tc->tc_count[g] == 0)
usr/src/uts/common/fs/zfs/txg.c
341
cv_broadcast(&tc->tc_cv[g]);
usr/src/uts/common/fs/zfs/txg.c
342
mutex_exit(&tc->tc_lock);
usr/src/uts/common/fs/zfs/txg.c
384
tx_cpu_t *tc = &tx->tx_cpu[c];
usr/src/uts/common/fs/zfs/txg.c
385
mutex_enter(&tc->tc_lock);
usr/src/uts/common/fs/zfs/txg.c
386
while (tc->tc_count[g] != 0)
usr/src/uts/common/fs/zfs/txg.c
387
cv_wait(&tc->tc_cv[g], &tc->tc_lock);
usr/src/uts/common/fs/zfs/txg.c
388
mutex_exit(&tc->tc_lock);
usr/src/uts/common/fs/zfs/txg.c
416
tx_cpu_t *tc = &tx->tx_cpu[c];
usr/src/uts/common/fs/zfs/txg.c
424
if (list_is_empty(&tc->tc_callbacks[g]))
usr/src/uts/common/fs/zfs/txg.c
440
list_move_tail(cb_list, &tc->tc_callbacks[g]);
usr/src/uts/common/fs/zfs/vdev_raidz_math_impl.h
811
raidz_syn_pq_abd(void **tc, const void *dc, const size_t tsize,
usr/src/uts/common/fs/zfs/vdev_raidz_math_impl.h
814
v_t *x = (v_t *)tc[TARGET_X];
usr/src/uts/common/fs/zfs/vdev_raidz_math_impl.h
815
v_t *y = (v_t *)tc[TARGET_Y];
usr/src/uts/common/fs/zfs/vdev_raidz_math_impl.h
843
raidz_rec_pq_abd(void **tc, const size_t tsize, void **c,
usr/src/uts/common/fs/zfs/vdev_raidz_math_impl.h
846
v_t *x = (v_t *)tc[TARGET_X];
usr/src/uts/common/fs/zfs/vdev_raidz_math_impl.h
847
v_t *y = (v_t *)tc[TARGET_Y];
usr/src/uts/common/inet/ip/spdsock.c
679
struct spd_typecode *tc=
usr/src/uts/common/inet/ip/spdsock.c
683
sel->ipsl_icmp_type = tc->spd_typecode_type;
usr/src/uts/common/inet/ip/spdsock.c
684
if (tc->spd_typecode_type_end < tc->spd_typecode_type)
usr/src/uts/common/inet/ip/spdsock.c
685
sel->ipsl_icmp_type_end = tc->spd_typecode_type;
usr/src/uts/common/inet/ip/spdsock.c
687
sel->ipsl_icmp_type_end = tc->spd_typecode_type_end;
usr/src/uts/common/inet/ip/spdsock.c
689
if (tc->spd_typecode_code != 255) {
usr/src/uts/common/inet/ip/spdsock.c
691
sel->ipsl_icmp_code = tc->spd_typecode_code;
usr/src/uts/common/inet/ip/spdsock.c
692
if (tc->spd_typecode_code_end < tc->spd_typecode_code)
usr/src/uts/common/inet/ip/spdsock.c
693
sel->ipsl_icmp_code_end = tc->spd_typecode_code;
usr/src/uts/common/inet/ip/spdsock.c
696
tc->spd_typecode_code_end;
usr/src/uts/common/io/audio/impl/audio_format.c
534
int tc = sp->s_cnv_dst_nchan;
usr/src/uts/common/io/audio/impl/audio_format.c
550
for (int j = tc - 2; j > 0; j--) {
usr/src/uts/common/io/audio/impl/audio_format.c
556
} else if (sc == 2 && tc == 1) {
usr/src/uts/common/io/audio/impl/audio_format.c
577
nc = min(sc, tc);
usr/src/uts/common/io/audio/impl/audio_format.c
580
bzero(dst, (len * tc * sizeof (int32_t)));
usr/src/uts/common/io/audio/impl/audio_format.c
589
dst += tc;
usr/src/uts/common/io/cxgbe/common/common.h
334
unsigned int tc; /* PCI-E traffic class */
usr/src/uts/common/io/cxgbe/common/common.h
831
unsigned int rxqi, unsigned int rxq, unsigned int tc,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3487
pfres->tc = G_FW_PFVF_CMD_TC(word);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8095
unsigned int rxqi, unsigned int rxq, unsigned int tc,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8111
c.tc_to_nexactf = cpu_to_be32(V_FW_PFVF_CMD_TC(tc) |
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6576
timed_counter_t *tc = (timed_counter_t *)arg;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6578
ASSERT(tc != NULL);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6579
ASSERT(tc->sig == tc);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6581
mutex_enter(&tc->mutex);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6582
if (tc->active) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6583
tc->active = B_FALSE;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6584
tc->counter = 0;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6586
mutex_exit(&tc->mutex);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6605
fctl_tc_constructor(timed_counter_t *tc, uint32_t max_value, clock_t timer)
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6607
ASSERT(tc != NULL);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6608
ASSERT(tc->sig != tc);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6610
bzero(tc, sizeof (*tc));
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6611
mutex_init(&tc->mutex, NULL, MUTEX_DRIVER, NULL);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6612
tc->timer = drv_usectohz(timer);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6613
tc->active = B_FALSE;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6614
tc->maxed_out = B_FALSE;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6615
tc->max_value = max_value;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6616
tc->sig = tc;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6631
fctl_tc_destructor(timed_counter_t *tc)
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6633
ASSERT(tc != NULL);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6634
ASSERT(tc->sig == tc);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6635
ASSERT(!mutex_owned(&tc->mutex));
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6637
mutex_enter(&tc->mutex);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6638
if (tc->active) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6639
tc->active = B_FALSE;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6640
mutex_exit(&tc->mutex);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6641
(void) untimeout(tc->tid);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6642
mutex_enter(&tc->mutex);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6643
tc->sig = NULL;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6645
mutex_exit(&tc->mutex);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6646
mutex_destroy(&tc->mutex);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6662
fctl_tc_increment(timed_counter_t *tc)
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6664
ASSERT(tc != NULL);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6665
ASSERT(tc->sig == tc);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6667
mutex_enter(&tc->mutex);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6668
if (!tc->maxed_out) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6670
++tc->counter;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6671
if (tc->counter >= tc->max_value) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6673
tc->maxed_out = B_TRUE;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6675
if (!tc->active) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6676
tc->tid = timeout(fctl_tc_timer, tc, tc->timer);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6677
tc->active = B_TRUE;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6680
mutex_exit(&tc->mutex);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6682
return (tc->maxed_out);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6700
fctl_tc_reset(timed_counter_t *tc)
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6702
ASSERT(tc != NULL);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6703
ASSERT(tc->sig == tc);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6705
mutex_enter(&tc->mutex);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6706
tc->counter = 0;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6707
tc->maxed_out = B_FALSE;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6708
if (tc->active) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6709
tc->active = B_FALSE;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6710
(void) untimeout(tc->tid);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6712
mutex_exit(&tc->mutex);
usr/src/uts/common/io/i40e/core/i40e_dcb.c
625
u8 i, tc, err;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
634
tc = (u8)((cee_cfg->oper_prio_tc[i] &
usr/src/uts/common/io/i40e/core/i40e_dcb.c
637
dcbcfg->etscfg.prioritytable[i*2] = tc;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
638
tc = (u8)((cee_cfg->oper_prio_tc[i] &
usr/src/uts/common/io/i40e/core/i40e_dcb.c
641
dcbcfg->etscfg.prioritytable[i*2 + 1] = tc;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
706
u8 i, tc, err, sync, oper;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
715
tc = (u8)((cee_cfg->oper_prio_tc[i] &
usr/src/uts/common/io/i40e/core/i40e_dcb.c
718
dcbcfg->etscfg.prioritytable[i*2] = tc;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
719
tc = (u8)((cee_cfg->oper_prio_tc[i] &
usr/src/uts/common/io/i40e/core/i40e_dcb.c
722
dcbcfg->etscfg.prioritytable[i*2 + 1] = tc;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
228
int tc;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
230
for (tc = 0; tc < IXGBE_DCB_MAX_TRAFFIC_CLASS; tc++)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
231
refill[tc] = tc_config[tc].path[direction].data_credits_refill;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
237
int tc;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
239
for (tc = 0; tc < IXGBE_DCB_MAX_TRAFFIC_CLASS; tc++)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
240
max[tc] = tc_config[tc].desc_credits_max;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
247
int tc;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
249
for (tc = 0; tc < IXGBE_DCB_MAX_TRAFFIC_CLASS; tc++)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
250
bwgid[tc] = tc_config[tc].path[direction].bwg_id;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
257
int tc;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
259
for (tc = 0; tc < IXGBE_DCB_MAX_TRAFFIC_CLASS; tc++)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
260
tsa[tc] = tc_config[tc].path[direction].tsa;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
267
u8 tc = cfg->num_tcs.pg_tcs;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
270
if (!tc)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
278
for (tc--; tc; tc--) {
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
279
if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
283
return tc;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
106
u8 tc; /* Traffic class (TC) */
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
52
int tc;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
60
for (tc = 0; tc < tc_count; tc++) {
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
62
stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
64
stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
66
stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
68
stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
86
int tc;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
93
for (tc = 0; tc < tc_count; tc++) {
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
95
stats->pxofftxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
97
stats->pxoffrxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
100
for (tc = 0; tc < tc_count; tc++) {
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
102
stats->pxofftxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
104
stats->pxoffrxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
52
int tc;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
60
for (tc = 0; tc < tc_count; tc++) {
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
62
stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
64
stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC_L(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
65
stats->qbtc[tc] +=
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
66
(((u64)(IXGBE_READ_REG(hw, IXGBE_QBTC_H(tc)))) << 32);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
68
stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
70
stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC_L(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
71
stats->qbrc[tc] +=
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
72
(((u64)(IXGBE_READ_REG(hw, IXGBE_QBRC_H(tc)))) << 32);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
75
stats->qprdc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRDC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
93
int tc;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
931
u32 tc, reg, pb_headroom, rx_pb_size, maxframe_size_kb;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
953
for (tc = 0; tc < IXGBE_DCB_MAX_TRAFFIC_CLASS; tc++) {
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
954
reg = IXGBE_READ_REG(hw, IXGBE_DMCTH(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
957
if (tc < hw->mac.dmac_config.num_tcs) {
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
959
rx_pb_size = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
973
IXGBE_WRITE_REG(hw, IXGBE_DMCTH(tc), reg);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
909
u16 ecore_get_cm_pq_idx_mcos(struct ecore_hwfn *p_hwfn, u8 tc);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
1046
val = (0x1 << p_data->arr[DCBX_PROTOCOL_ROCE].tc) |
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
1047
(0x1 << p_data->arr[DCBX_PROTOCOL_ROCE_V2].tc);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
1095
p_data->dcb_tc = p_src->arr[type].tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
197
p_data->arr[id].tc, p_hwfn->hw_info.num_active_tc,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
206
bool enable, u8 prio, u8 tc,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
215
p_data->arr[type].tc = tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
236
p_hwfn->hw_info.offload_tc = tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
243
bool enable, u8 prio, u8 tc,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
259
prio, tc, type, personality);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
330
u8 tc, priority_map;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
356
tc = ECORE_DCBX_PRIO2TC(pri_tc_tbl, priority);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
369
priority, tc, type);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
379
tc = p_data->arr[DCBX_PROTOCOL_ETH].tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
387
priority, tc, type);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
55
u8 tc; /* Traffic Class */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
438
u8 tc, u32 pq_init_flags)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
447
qm_info->qm_pq_params[pq_idx].tc_id = tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
520
u16 ecore_get_cm_pq_idx_mcos(struct ecore_hwfn *p_hwfn, u8 tc)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
524
if (tc > max_tc)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
525
DP_ERR(p_hwfn, "tc %d must be smaller than %d\n", tc, max_tc);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
527
return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_MCOS) + tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
701
int i, tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
723
for (tc = 0; tc < NUM_OF_TCS; tc++)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
724
DP_VERBOSE(p_hwfn, ECORE_MSG_HW, "%d ", vport->first_tx_pq_id[tc]);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
294
u8 tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
300
u8 tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1008
for (tc = 0, reg_offset = 0; tc < NUM_OF_PHYS_TCS; tc++, reg_offset += 4) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1015
if (!req->tc_rate[tc])
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1020
inc_val = NIG_RL_INC_VAL(req->tc_rate[tc]);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1036
u8 pri, tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1050
for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1051
ecore_wr(p_hwfn, p_ptt, NIG_REG_PRIORITY_FOR_TC_0 + tc * 4, tc_pri_mask[tc]);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1052
ecore_wr(p_hwfn, p_ptt, NIG_REG_RX_TC0_PRIORITY_MASK + tc * 4, tc_pri_mask[tc]);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1070
u8 tc, sp_tc_map = 0, wfq_tc_map = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1075
for (tc = 0; tc < NUM_OF_TCS; tc++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1076
struct init_ets_tc_req *tc_req = &req->tc_req[tc];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1080
sp_tc_map |= (1 << tc);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1086
wfq_tc_map |= (1 << tc);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1100
for (tc = 0; tc < NUM_OF_TCS; tc++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1101
struct init_ets_tc_req *tc_req = &req->tc_req[tc];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1111
ecore_wr(p_hwfn, p_ptt, PRS_REG_ETS_ARB_CREDIT_WEIGHT_0 + tc * tc_weight_addr_diff, byte_weight);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1114
ecore_wr(p_hwfn, p_ptt, PRS_REG_ETS_ARB_CREDIT_UPPER_BOUND_0 + tc * tc_bound_addr_diff, PRS_ETS_UP_BOUND(byte_weight, req->mtu));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1153
u8 tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1171
for (tc = 0; tc < NUM_OF_TCS; tc++, reg_offset += 4) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1173
if (tc == req->num_active_tcs[port]) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
160
#define PHYS_VOQ(port, tc, max_phys_tcs_per_port) ((port) * (max_phys_tcs_per_port) + (tc))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
162
#define VOQ(port, tc, max_phys_tcs_per_port) ((tc) < LB_TC ? PHYS_VOQ(port, tc, max_phys_tcs_per_port) : LB_VOQ(port))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
248
u8 tc, voq, port_id, num_tcs_in_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
265
for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
266
if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
271
for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
272
if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
273
voq = PHYS_VOQ(port_id, tc, max_phys_tcs_per_port);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
308
u8 tc, voq, port_id, num_tcs_in_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
321
for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
322
if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
330
for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
331
if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
332
voq = PHYS_VOQ(port_id, tc, max_phys_tcs_per_port);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
539
u8 tc, i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
553
for (tc = 0; tc < NUM_OF_TCS; tc++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
554
vport_pq_id = vport_params[i].first_tx_pq_id[tc];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
712
u8 tc, i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
718
for(tc = 0; tc < NUM_OF_TCS; tc++)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
719
vport_params[i].first_tx_pq_id[tc] = QM_INVALID_PQ_ID;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
794
u8 tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
802
for (tc = 0; tc < NUM_OF_TCS; tc++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
803
vport_pq_id = first_tx_pq_id[tc];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
909
u8 tc, num_tc, tc_client_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
921
for (tc = 0; tc < num_tc; tc++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
922
struct init_ets_tc_req *tc_req = &req->tc_req[tc];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
926
sp_tc_map |= (1 << tc);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
932
wfq_tc_map |= (1 << tc);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
946
for (tc = 0; tc < num_tc; tc++, tc_client_offset++) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
947
struct init_ets_tc_req *tc_req = &req->tc_req[tc];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
969
u8 tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int_api.h
43
#define TX_PI(tc) (RX_PI + 1 + tc)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1196
u8 tc,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1205
ecore_get_cm_pq_idx_mcos(p_hwfn, tc));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1220
u8 tc,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1232
rc = ecore_eth_pf_tx_queue_start(p_hwfn, p_cid, tc,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
288
u8 tc,
usr/src/uts/common/io/qede/qede_gld.c
489
int i, tc;
usr/src/uts/common/io/qede/qede_main.c
347
int i, tc;
usr/src/uts/common/io/qede/qede_main.c
364
for (tc = 0; tc < qede->num_tc; tc++) {
usr/src/uts/common/io/qede/qede_main.c
365
tx_ring = fp->tx_ring[tc];
usr/src/uts/common/io/qede/qede_main.c
388
int i, tc;
usr/src/uts/common/io/qede/qede_main.c
398
for (tc = 0; tc < qede->num_tc; tc++) {
usr/src/uts/common/io/qede/qede_main.c
399
tx_array = qede->tx_array[tc];
usr/src/uts/common/io/qede/qede_main.c
401
fp->tx_ring[tc] = tx_ring;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6200
pmcs_dmachunk_t *tc;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6234
tc = pwp->dma_freelist;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6235
if (tc == NULL) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6242
pwp->dma_freelist = tc->nxt;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6245
tc->nxt = NULL;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6246
sp->cmd_clist = tc;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6247
sgl = tc->chunks;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6248
(void) memset(tc->chunks, 0, PMCS_SGL_CHUNKSZ);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6249
sgl_addr = tc->addr;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6276
tc = pwp->dma_freelist;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6277
if (tc == NULL) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6285
pwp->dma_freelist = tc->nxt;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6286
tc->nxt = sp->cmd_clist;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6289
sp->cmd_clist = tc;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6290
(void) memset(tc->chunks, 0, PMCS_SGL_CHUNKSZ);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6291
sgl = tc->chunks;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6292
sgl_addr = tc->addr;
usr/src/uts/common/io/tty_common.c
122
ttycommon_ioctl(tty_common_t *tc, queue_t *q, mblk_t *mp, int *errorp)
usr/src/uts/common/io/tty_common.c
162
mutex_enter(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
163
tc->t_iflag = cb->c_iflag;
usr/src/uts/common/io/tty_common.c
164
tc->t_cflag = cb->c_cflag;
usr/src/uts/common/io/tty_common.c
165
tc->t_stopc = cb->c_cc[VSTOP];
usr/src/uts/common/io/tty_common.c
166
tc->t_startc = cb->c_cc[VSTART];
usr/src/uts/common/io/tty_common.c
167
mutex_exit(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
194
mutex_enter(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
195
tc->t_iflag = (tc->t_iflag & 0xffff0000 | cb->c_iflag);
usr/src/uts/common/io/tty_common.c
196
tc->t_cflag = (tc->t_cflag & 0xffff0000 | cb->c_cflag);
usr/src/uts/common/io/tty_common.c
197
mutex_exit(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
213
mutex_enter(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
214
if (bcmp(&tc->t_size, ws, sizeof (struct winsize)) != 0) {
usr/src/uts/common/io/tty_common.c
215
tc->t_size = *ws;
usr/src/uts/common/io/tty_common.c
216
mutex_exit(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
219
mutex_exit(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
227
mutex_enter(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
228
tc->t_flags |= TS_XCLUDE;
usr/src/uts/common/io/tty_common.c
229
mutex_exit(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
236
mutex_enter(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
237
tc->t_flags &= ~TS_XCLUDE;
usr/src/uts/common/io/tty_common.c
238
mutex_exit(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
250
mutex_enter(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
252
tc->t_flags |= TS_SOFTCAR;
usr/src/uts/common/io/tty_common.c
254
tc->t_flags &= ~TS_SOFTCAR;
usr/src/uts/common/io/tty_common.c
255
mutex_exit(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
275
if (!canput(tc->t_readq->q_next))
usr/src/uts/common/io/tty_common.c
279
putnext(tc->t_readq, bp);
usr/src/uts/common/io/tty_common.c
326
cb->c_cflag = tc->t_cflag;
usr/src/uts/common/io/tty_common.c
350
cb->c_cflag = tc->t_cflag;
usr/src/uts/common/io/tty_common.c
369
if (tc->t_flags & TS_SOFTCAR)
usr/src/uts/common/io/tty_common.c
392
*(struct winsize *)datap->b_wptr = tc->t_size;
usr/src/uts/common/io/tty_common.c
409
mutex_enter(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
410
tmp = tc->t_iocpending;
usr/src/uts/common/io/tty_common.c
411
tc->t_iocpending = mp; /* hold this ioctl */
usr/src/uts/common/io/tty_common.c
412
mutex_exit(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
64
ttycommon_close(tty_common_t *tc)
usr/src/uts/common/io/tty_common.c
66
mutex_enter(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
67
tc->t_flags &= ~TS_XCLUDE;
usr/src/uts/common/io/tty_common.c
68
tc->t_readq = NULL;
usr/src/uts/common/io/tty_common.c
69
tc->t_writeq = NULL;
usr/src/uts/common/io/tty_common.c
70
if (tc->t_iocpending != NULL) {
usr/src/uts/common/io/tty_common.c
73
mp = tc->t_iocpending;
usr/src/uts/common/io/tty_common.c
74
tc->t_iocpending = NULL;
usr/src/uts/common/io/tty_common.c
75
mutex_exit(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
84
mutex_exit(&tc->t_excl);
usr/src/uts/common/io/tty_common.c
93
ttycommon_qfull(tty_common_t *tc, queue_t *q)
usr/src/uts/common/io/tty_common.c
97
if (tc->t_iflag & IMAXBEL) {
usr/src/uts/common/io/tty_pts.c
619
tty_common_t *tc = &pty->pt_ttycommon;
usr/src/uts/common/io/tty_pts.c
630
tc->t_size.ws_row = tp->ts_lines;
usr/src/uts/common/io/tty_pts.c
631
tc->t_size.ws_col = tp->ts_cols;
usr/src/uts/common/io/tty_pts.c
632
tc->t_size.ws_xpixel = 0;
usr/src/uts/common/io/tty_pts.c
633
tc->t_size.ws_ypixel = 0;
usr/src/uts/common/io/tty_pts.c
644
tty_common_t *tc = &pty->pt_ttycommon;
usr/src/uts/common/io/tty_pts.c
669
tp->ts_lines = tc->t_size.ws_row;
usr/src/uts/common/io/tty_pts.c
670
tp->ts_cols = tc->t_size.ws_col;
usr/src/uts/common/io/tty_pts.c
686
tty_common_t *tc = &pty->pt_ttycommon;
usr/src/uts/common/io/tty_pts.c
699
mutex_enter(&tc->t_excl);
usr/src/uts/common/io/tty_pts.c
700
tc->t_iflag = cb->c_iflag;
usr/src/uts/common/io/tty_pts.c
701
tc->t_cflag = cb->c_cflag;
usr/src/uts/common/io/tty_pts.c
702
tc->t_stopc = cb->c_cc[VSTOP];
usr/src/uts/common/io/tty_pts.c
703
tc->t_startc = cb->c_cc[VSTART];
usr/src/uts/common/io/tty_pts.c
704
mutex_exit(&tc->t_excl);
usr/src/uts/common/io/tty_pts.c
715
tty_common_t *tc = &pty->pt_ttycommon;
usr/src/uts/common/io/tty_pts.c
728
mutex_enter(&tc->t_excl);
usr/src/uts/common/io/tty_pts.c
729
tc->t_iflag = (tc->t_iflag & 0xffff0000 | cb->c_iflag);
usr/src/uts/common/io/tty_pts.c
730
tc->t_cflag = (tc->t_cflag & 0xffff0000 | cb->c_cflag);
usr/src/uts/common/io/tty_pts.c
731
mutex_exit(&tc->t_excl);
usr/src/uts/common/io/tty_pts.c
742
tty_common_t *tc = &pty->pt_ttycommon;
usr/src/uts/common/io/tty_pts.c
753
mutex_enter(&tc->t_excl);
usr/src/uts/common/io/tty_pts.c
754
if (bcmp(&tc->t_size, ws, sizeof (struct winsize))) {
usr/src/uts/common/io/tty_pts.c
755
tc->t_size = *ws;
usr/src/uts/common/io/tty_pts.c
756
mutex_exit(&tc->t_excl);
usr/src/uts/common/io/tty_pts.c
761
mutex_exit(&tc->t_excl);
usr/src/uts/common/os/turnstile.c
285
turnstile_chain_t *tc = &TURNSTILE_CHAIN(sobj);
usr/src/uts/common/os/turnstile.c
287
disp_lock_enter(&tc->tc_lock);
usr/src/uts/common/os/turnstile.c
289
for (ts = tc->tc_first; ts != NULL; ts = ts->ts_next)
usr/src/uts/common/os/turnstile.c
413
turnstile_chain_t *tc = &TURNSTILE_CHAIN(sobj);
usr/src/uts/common/os/turnstile.c
417
ASSERT(DISP_LOCK_HELD(&tc->tc_lock));
usr/src/uts/common/os/turnstile.c
430
ts->ts_next = tc->tc_first;
usr/src/uts/common/os/turnstile.c
431
tc->tc_first = ts;
usr/src/uts/common/os/turnstile.c
459
THREAD_SLEEP(t, &tc->tc_lock);
usr/src/uts/common/os/turnstile.c
661
turnstile_chain_t *tc = &TURNSTILE_CHAIN(ts->ts_sobj);
usr/src/uts/common/os/turnstile.c
664
ASSERT(DISP_LOCK_HELD(&tc->tc_lock));
usr/src/uts/common/os/turnstile.c
665
ASSERT(t->t_lockp == &tc->tc_lock);
usr/src/uts/common/os/turnstile.c
700
tspp = &tc->tc_first;
usr/src/uts/common/os/turnstile.c
720
turnstile_chain_t *tc = &TURNSTILE_CHAIN(ts->ts_sobj);
usr/src/uts/common/os/turnstile.c
723
ASSERT(DISP_LOCK_HELD(&tc->tc_lock));
usr/src/uts/common/os/turnstile.c
754
disp_lock_exit(&tc->tc_lock);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_mbox.h
1563
uint32_t tc:1;
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_mbox.h
1572
uint32_t tc:1;
usr/src/uts/common/sys/fibre-channel/impl/fc_portif.h
446
void fctl_tc_constructor(timed_counter_t *tc, uint32_t max_value,
usr/src/uts/common/sys/fibre-channel/impl/fc_portif.h
448
void fctl_tc_destructor(timed_counter_t *tc);
usr/src/uts/common/sys/fibre-channel/impl/fc_portif.h
449
boolean_t fctl_tc_increment(timed_counter_t *tc);
usr/src/uts/common/sys/fibre-channel/impl/fc_portif.h
450
void fctl_tc_reset(timed_counter_t *tc);
usr/src/uts/common/sys/pcie.h
918
tc :3,
usr/src/uts/common/sys/pcie.h
988
tc :3,
usr/src/uts/sun4/io/efcode/fcode.c
619
struct fc_client_interface tc, *cp, *ap;
usr/src/uts/sun4/io/efcode/fcode.c
645
if (copyin((void *)arg, &tc, 3 * sizeof (fc_cell_t))) {
usr/src/uts/sun4/io/efcode/fcode.c
655
nresults = fc_cell2int(tc.nresults); /* save me for later */
usr/src/uts/sun4/io/efcode/fcode.c
656
nargs = fc_cell2int(tc.nargs);