Lines Matching defs:tce
1082 struct tce_stats tce, *usp;
1105 (void)memset(&tce, 0, sizeof(tce));
1106 tce.tce_handle = cb->cb_handle;
1107 tce.tce_type = cb->cb_type;
1111 tce.tce_cnts[0] = tbm->in_cnt;
1112 tce.tce_cnts[1] = tbm->out_cnt;
1116 tce.tce_cnts[0] = tcm->green_cnt;
1117 tce.tce_cnts[1] = tcm->yellow_cnt;
1118 tce.tce_cnts[2] = tcm->red_cnt;
1122 tce.tce_cnts[0] = tsw->green_cnt;
1123 tce.tce_cnts[1] = tsw->yellow_cnt;
1124 tce.tce_cnts[2] = tsw->red_cnt;
1130 if ((error = copyout((void *)&tce, (void *)usp++,
1131 sizeof(tce))) != 0)