/titanic_44/usr/src/uts/common/io/ |
H A D | tty_pts.c | 256 pty->pt_ttycommon.t_size.ws_row = 0; in ptslopen() 257 pty->pt_ttycommon.t_size.ws_col = 0; in ptslopen() 258 pty->pt_ttycommon.t_size.ws_xpixel = 0; in ptslopen() 259 pty->pt_ttycommon.t_size.ws_ypixel = 0; in ptslopen() 628 tc->t_size.ws_row = tp->ts_lines; in ptslioctl() 629 tc->t_size.ws_col = tp->ts_cols; in ptslioctl() 630 tc->t_size.ws_xpixel = 0; in ptslioctl() 631 tc->t_size.ws_ypixel = 0; in ptslioctl() 667 tp->ts_lines = tc->t_size.ws_row; in ptslioctl() 668 tp->ts_cols = tc->t_size.ws_col; in ptslioctl() [all …]
|
H A D | tty_pty.c | 874 if (bcmp(&pty->pt_ttycommon.t_size, in ptcioctl() 876 pty->pt_ttycommon.t_size = win_arg; in ptcioctl() 890 pty->pt_ttycommon.t_size.ws_row = (ushort_t)tty_arg.ts_lines; in ptcioctl() 891 pty->pt_ttycommon.t_size.ws_col = (ushort_t)tty_arg.ts_cols; in ptcioctl() 892 pty->pt_ttycommon.t_size.ws_xpixel = 0; in ptcioctl() 893 pty->pt_ttycommon.t_size.ws_ypixel = 0; in ptcioctl() 899 win_arg = pty->pt_ttycommon.t_size; in ptcioctl() 908 tty_arg.ts_lines = pty->pt_ttycommon.t_size.ws_row; in ptcioctl() 909 tty_arg.ts_cols = pty->pt_ttycommon.t_size.ws_col; in ptcioctl()
|
H A D | tty_common.c | 213 if (bcmp(&tc->t_size, ws, sizeof (struct winsize)) != 0) { in ttycommon_ioctl() 214 tc->t_size = *ws; in ttycommon_ioctl() 391 *(struct winsize *)datap->b_wptr = tc->t_size; in ttycommon_ioctl()
|
/titanic_44/usr/src/cmd/sgs/crle/common/ |
H A D | hash.c | 47 tbl->t_size = size; in make_hash() 65 bucket = hashval % tbl->t_size; in get_hash()
|
H A D | config.c | 286 for (ndx = 1, bkt = 0; bkt < stbl->t_size; bkt++) { in genconfig() 358 for (bkt = 0; bkt < stbl->t_size; bkt++) { in genconfig() 453 for (bkt = 0; bkt < stbl->t_size; bkt++) { in genconfig()
|
H A D | _crle.h | 95 int t_size; /* no. of buckets */ member
|
/titanic_44/usr/src/cmd/prstat/ |
H A D | prtable.c | 129 if (table->t_size == table->t_nent) { in add_element() 130 if ((table->t_size *= 2) == 0) in add_element() 131 table->t_size = 4; in add_element() 133 table->t_size * sizeof (long)); in add_element()
|
H A D | prtable.h | 45 size_t t_size; member
|
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | st_parse.c | 671 (*rtdp)->t_size = 0; in tdefdecl() 679 (*rtdp)->t_size = 0; in tdefdecl() 728 (*rtdp)->t_size = 0; in tdefdecl() 741 (*rtdp)->t_size = 0; in tdefdecl() 754 (*rtdp)->t_size = 0; in tdefdecl() 824 tdp->t_size = width; in intrinsic() 841 newtdp->t_size = template->t_size; in bitintrinsic() 895 (*rtdp)->t_size = size; in soudef() 909 (*rtdp)->t_size); in soudef()
|
H A D | dwarf.c | 190 return (tdp->t_size); in tdesc_size() 226 return (tdp->t_size * NBBY); in tdesc_bitsize() 612 tdp->t_size = sz; in tdesc_intr_common() 668 new->t_size = old->t_size; in tdesc_intr_clone() 733 if (ar->ad_contents->t_size != 0) { in tdesc_array_create() 734 dimtdp->t_size = ar->ad_contents->t_size * ar->ad_nelems; in tdesc_array_create() 763 tdp->t_size = uval; in die_array_create() 783 tdp->t_ardef->ad_nelems, tdp->t_size); in die_array_create() 808 tdp->t_size = sz * tdp->t_ardef->ad_nelems; in die_array_resolve() 811 debug(3, "resolved array %d: %u bytes\n", tdp->t_id, tdp->t_size); in die_array_resolve() [all …]
|
H A D | ctf.c | 278 write_sized_type_rec(b, &ctt, tp->t_size); in write_type() 306 write_sized_type_rec(b, &ctt, tp->t_size); in write_type() 329 write_sized_type_rec(b, &ctt, tp->t_size); in write_type() 331 if (tp->t_size < CTF_LSTRUCT_THRESH) { in write_type() 369 write_sized_type_rec(b, &ctt, tp->t_size); in write_type() 963 tdp->t_size = size; in resurrect_types() 990 tdp->t_size = size; in resurrect_types() 1011 tdp->t_size = size; in resurrect_types() 1026 tdp->t_size = size; in resurrect_types() 1067 tdp->t_size = size; in resurrect_types()
|
H A D | ctftools.h | 228 int t_size; /* Size in bytes of object represented by this node */ member
|
H A D | merge.c | 723 new->t_size = old->t_size; in conjure_template()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | tty.h | 47 struct winsize t_size; /* screen/page size */ member
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | zuluvm.c | 172 int t_pfn, int t_perm, int t_size, uint64_t tag, in zuluvm_write_tte() argument 179 ZULUVM_STATS_MISS(zdev, t_size); in zuluvm_write_tte() 191 t_size != zuluvm_base_pgsize && in zuluvm_write_tte() 192 t_size != ZULU_TTE4M) { in zuluvm_write_tte() 193 t_size = zuluvm_base_pgsize; in zuluvm_write_tte() 195 tnf_opaque, t_pfn, t_pfn, tnf_int, pagesize, t_size); in zuluvm_write_tte() 204 *size = t_size; in zuluvm_write_tte() 206 error = zulud_write_tte(zdev, arg, t_size, tag, t_pfn, in zuluvm_write_tte()
|
/titanic_44/usr/src/head/ |
H A D | archives.h | 138 t_size[TSIZLEN], /* size of file in bytes */ member
|
/titanic_44/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 81 setsize(t_size(pstab[osize-1] / drawsize)); 161 setsize(t_size(pstab[osize-1] / drawsize)); 292 setsize(t_size(pstab[osize-1] / drawsize)); in conicarc()
|
H A D | ta.c | 298 setsize(t_size(n)); 653 t_size(n) /* convert integer to internal size number*/ in t_size() function
|
/titanic_44/usr/src/cmd/backup/restore/ |
H A D | dirs.c | 32 offset_t t_size; member 204 itp->t_size = g_seekpt - itp->t_seekpt; in extractdirs() 819 for (i = itp->t_size; i != 0; i -= size) { in genliteraldir()
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xencons.c | 434 async->async_ttycommon.t_size.ws_row = 0; in xenconsopen() 435 async->async_ttycommon.t_size.ws_col = 0; in xenconsopen() 436 async->async_ttycommon.t_size.ws_xpixel = 0; in xenconsopen() 437 async->async_ttycommon.t_size.ws_ypixel = 0; in xenconsopen()
|
/titanic_44/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | dpost.c | 1152 setsize(t_size(n)); in conv() 1755 setsize(t_size(10)); /* start somewhere */ in t_init() 1840 t_size(int n) in t_size() function
|
/titanic_44/usr/src/uts/sun4u/starfire/cvc/ |
H A D | cvc.c | 668 if (bcmp(&tty->t_size, ws, sizeof (struct winsize)) != 0) { in cvc_redir() 669 tty->t_size = *ws; in cvc_redir()
|
/titanic_44/usr/src/uts/sun4u/starcat/io/ |
H A D | cvc.c | 1365 if (bcmp((caddr_t)&tty->t_size, (caddr_t)&ws, in cvc_win_resize() 1367 tty->t_size = ws; in cvc_win_resize()
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 1499 tp->t_size.ws_row = tp->t_size.ws_col = 0; in usbser_open_init() 1500 tp->t_size.ws_xpixel = tp->t_size.ws_ypixel = 0; in usbser_open_init()
|
/titanic_44/usr/src/uts/sun/io/ |
H A D | zs_async.c | 814 za->za_ttycommon.t_size.ws_row = 0; in zsa_open() 815 za->za_ttycommon.t_size.ws_col = 0; in zsa_open() 816 za->za_ttycommon.t_size.ws_xpixel = 0; in zsa_open() 817 za->za_ttycommon.t_size.ws_ypixel = 0; in zsa_open()
|