Searched defs:tc_size (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtem.c217 size_t tc_size = sizeof (text_color_t); local
237 total = width * height * tc_size;
249 ptem->tvs_fg_buf[(i * width +j) * tc_size] = fg;
250 ptem->tvs_bg_buf[(i * width +j) * tc_size] = bg;
H A Dtem_safe.c2440 size_t tc_size = sizeof (text_color_t); local
2466 tem->tvs_fg_buf[(row * width + col) * tc_size];
2468 tem->tvs_bg_buf[(row * width + col) * tc_size];
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_isoch.h145 int tc_size; /* structure size */ member in struct:av1394_it_ixl_common_s

Completed in 69 milliseconds