Symbol: t_size
usr/src/cmd/backup/restore/dirs.c
189
itp->t_size = g_seekpt - itp->t_seekpt;
usr/src/cmd/backup/restore/dirs.c
32
offset_t t_size;
usr/src/cmd/backup/restore/dirs.c
797
for (i = itp->t_size; i != 0; i -= size) {
usr/src/cmd/cpio/cpio.c
5917
(void) sscanf(Thdr_p->tbuf.t_size, "%12lo",
usr/src/cmd/cpio/cpio.c
5976
(void) sscanf(Thdr_p->tbuf.t_size, "%12" SCNo64,
usr/src/cmd/cpio/cpio.c
7317
(void) sprintf(Thdr_p->tbuf.t_size, "%011" PRIo64, len);
usr/src/cmd/cpio/cpio.c
7334
(void) sprintf(Thdr_p->tbuf.t_size,
usr/src/cmd/cpio/cpio.c
7366
(void) sprintf(Thdr_p->tbuf.t_size, "%011" PRIo64 " ", len);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1150
setsize(t_size(n));
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1753
setsize(t_size(10)); /* start somewhere */
usr/src/cmd/prstat/prtable.c
129
if (table->t_size == table->t_nent) {
usr/src/cmd/prstat/prtable.c
130
if ((table->t_size *= 2) == 0)
usr/src/cmd/prstat/prtable.c
131
table->t_size = 4;
usr/src/cmd/prstat/prtable.c
133
table->t_size * sizeof (long));
usr/src/cmd/prstat/prtable.h
45
size_t t_size;
usr/src/cmd/sgs/crle/common/_crle.h
95
int t_size; /* no. of buckets */
usr/src/cmd/sgs/crle/common/config.c
284
for (ndx = 1, bkt = 0; bkt < stbl->t_size; bkt++) {
usr/src/cmd/sgs/crle/common/config.c
356
for (bkt = 0; bkt < stbl->t_size; bkt++) {
usr/src/cmd/sgs/crle/common/config.c
451
for (bkt = 0; bkt < stbl->t_size; bkt++) {
usr/src/cmd/sgs/crle/common/hash.c
49
tbl->t_size = size;
usr/src/cmd/sgs/crle/common/hash.c
67
bucket = hashval % tbl->t_size;
usr/src/cmd/troff/troff.d/draw.c
157
setsize(t_size(pstab[osize-1] / drawsize));
usr/src/cmd/troff/troff.d/draw.c
289
setsize(t_size(pstab[osize-1] / drawsize));
usr/src/cmd/troff/troff.d/draw.c
78
setsize(t_size(pstab[osize-1] / drawsize));
usr/src/cmd/troff/troff.d/ta.c
295
setsize(t_size(n));
usr/src/head/archives.h
136
t_size[TSIZLEN], /* size of file in bytes */
usr/src/uts/common/io/asy.c
2297
async->async_ttycommon.t_size.ws_row = 0;
usr/src/uts/common/io/asy.c
2298
async->async_ttycommon.t_size.ws_col = 0;
usr/src/uts/common/io/asy.c
2299
async->async_ttycommon.t_size.ws_xpixel = 0;
usr/src/uts/common/io/asy.c
2300
async->async_ttycommon.t_size.ws_ypixel = 0;
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
4537
int t_size; /* size in entries - each is 4 dwords */
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
4558
t_size = msg_cntr & 0x7FF; /* low eleven bits */
usr/src/uts/common/io/ib/adapters/hermon/hermon.c
4559
cmn_err(CE_CONT, " table size = %X entries\n", t_size);
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
392
*(struct winsize *)datap->b_wptr = tc->t_size;
usr/src/uts/common/io/tty_pts.c
256
pty->pt_ttycommon.t_size.ws_row = 0;
usr/src/uts/common/io/tty_pts.c
257
pty->pt_ttycommon.t_size.ws_col = 0;
usr/src/uts/common/io/tty_pts.c
258
pty->pt_ttycommon.t_size.ws_xpixel = 0;
usr/src/uts/common/io/tty_pts.c
259
pty->pt_ttycommon.t_size.ws_ypixel = 0;
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
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
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_pty.c
864
if (bcmp(&pty->pt_ttycommon.t_size,
usr/src/uts/common/io/tty_pty.c
866
pty->pt_ttycommon.t_size = win_arg;
usr/src/uts/common/io/tty_pty.c
880
pty->pt_ttycommon.t_size.ws_row = (ushort_t)tty_arg.ts_lines;
usr/src/uts/common/io/tty_pty.c
881
pty->pt_ttycommon.t_size.ws_col = (ushort_t)tty_arg.ts_cols;
usr/src/uts/common/io/tty_pty.c
882
pty->pt_ttycommon.t_size.ws_xpixel = 0;
usr/src/uts/common/io/tty_pty.c
883
pty->pt_ttycommon.t_size.ws_ypixel = 0;
usr/src/uts/common/io/tty_pty.c
889
win_arg = pty->pt_ttycommon.t_size;
usr/src/uts/common/io/tty_pty.c
898
tty_arg.ts_lines = pty->pt_ttycommon.t_size.ws_row;
usr/src/uts/common/io/tty_pty.c
899
tty_arg.ts_cols = pty->pt_ttycommon.t_size.ws_col;
usr/src/uts/common/io/usb/clients/usbser/usbser.c
1499
tp->t_size.ws_row = tp->t_size.ws_col = 0;
usr/src/uts/common/io/usb/clients/usbser/usbser.c
1500
tp->t_size.ws_xpixel = tp->t_size.ws_ypixel = 0;
usr/src/uts/common/io/wscons.c
1536
struct winsize *t = &pvc->vc_ttycommon.t_size;
usr/src/uts/common/sys/tty.h
45
struct winsize t_size; /* screen/page size */
usr/src/uts/common/xen/io/xencons.c
432
async->async_ttycommon.t_size.ws_row = 0;
usr/src/uts/common/xen/io/xencons.c
433
async->async_ttycommon.t_size.ws_col = 0;
usr/src/uts/common/xen/io/xencons.c
434
async->async_ttycommon.t_size.ws_xpixel = 0;
usr/src/uts/common/xen/io/xencons.c
435
async->async_ttycommon.t_size.ws_ypixel = 0;
usr/src/uts/sun/io/zs_async.c
815
za->za_ttycommon.t_size.ws_row = 0;
usr/src/uts/sun/io/zs_async.c
816
za->za_ttycommon.t_size.ws_col = 0;
usr/src/uts/sun/io/zs_async.c
817
za->za_ttycommon.t_size.ws_xpixel = 0;
usr/src/uts/sun/io/zs_async.c
818
za->za_ttycommon.t_size.ws_ypixel = 0;
usr/src/uts/sun4/io/su_driver.c
985
async->async_ttycommon.t_size.ws_row = 0;
usr/src/uts/sun4/io/su_driver.c
986
async->async_ttycommon.t_size.ws_col = 0;
usr/src/uts/sun4/io/su_driver.c
987
async->async_ttycommon.t_size.ws_xpixel = 0;
usr/src/uts/sun4/io/su_driver.c
988
async->async_ttycommon.t_size.ws_ypixel = 0;