| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| tty.h | 47 struct winsize t_size; /* screen/page size */ member in struct:tty_common
|
| /onnv/onnv-gate/usr/src/cmd/sgs/crle/common/ |
| hash.c | 47 tbl->t_size = size; 65 bucket = hashval % tbl->t_size;
|
| _crle.h | 95 int t_size; /* no. of buckets */ member in struct:hash_tbl
|
| config.c | 286 for (ndx = 1, bkt = 0; bkt < stbl->t_size; bkt++) { 358 for (bkt = 0; bkt < stbl->t_size; bkt++) { 453 for (bkt = 0; bkt < stbl->t_size; bkt++) {
|
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/ |
| rdtable.h | 44 size_t t_size; member in struct:__anon1898
|
| /onnv/onnv-gate/usr/src/cmd/prstat/ |
| prtable.c | 112 if (table->t_size == table->t_nent) { 113 if ((table->t_size *= 2) == 0) 114 table->t_size = 4; 116 table->t_size * sizeof (long));
|
| prtable.h | 43 size_t t_size; member in struct:__anon1
|
| /onnv/onnv-gate/usr/src/head/ |
| archives.h | 138 t_size[TSIZLEN], /* size of file in bytes */ member in struct:tblock::tar_hdr
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| tty_pts.c | 257 pty->pt_ttycommon.t_size.ws_row = 0; 258 pty->pt_ttycommon.t_size.ws_col = 0; 259 pty->pt_ttycommon.t_size.ws_xpixel = 0; 260 pty->pt_ttycommon.t_size.ws_ypixel = 0; 629 tc->t_size.ws_row = tp->ts_lines; 630 tc->t_size.ws_col = tp->ts_cols; 631 tc->t_size.ws_xpixel = 0; 632 tc->t_size.ws_ypixel = 0; 668 tp->ts_lines = tc->t_size.ws_row; 669 tp->ts_cols = tc->t_size.ws_col [all...] |
| tty_pty.c | 874 if (bcmp(&pty->pt_ttycommon.t_size, 876 pty->pt_ttycommon.t_size = win_arg; 890 pty->pt_ttycommon.t_size.ws_row = (ushort_t)tty_arg.ts_lines; 891 pty->pt_ttycommon.t_size.ws_col = (ushort_t)tty_arg.ts_cols; 892 pty->pt_ttycommon.t_size.ws_xpixel = 0; 893 pty->pt_ttycommon.t_size.ws_ypixel = 0; 899 win_arg = pty->pt_ttycommon.t_size; 908 tty_arg.ts_lines = pty->pt_ttycommon.t_size.ws_row; 909 tty_arg.ts_cols = pty->pt_ttycommon.t_size.ws_col;
|
| tty_common.c | 215 if (bcmp(&tc->t_size, ws, sizeof (struct winsize)) != 0) { 216 tc->t_size = *ws; 393 *(struct winsize *)datap->b_wptr = tc->t_size;
|
| /onnv/onnv-gate/usr/src/tools/ctf/cvt/ |
| st_parse.c | 674 (*rtdp)->t_size = 0; 682 (*rtdp)->t_size = 0; 731 (*rtdp)->t_size = 0; 744 (*rtdp)->t_size = 0; 757 (*rtdp)->t_size = 0; 827 tdp->t_size = width; 844 newtdp->t_size = template->t_size; 898 (*rtdp)->t_size = size; 912 (*rtdp)->t_size); [all...] |
| dwarf.c | 188 return (tdp->t_size); 224 return (tdp->t_size * NBBY); 567 tdp->t_size = sz; 623 new->t_size = old->t_size; 688 if (ar->ad_contents->t_size != 0) { 689 dimtdp->t_size = ar->ad_contents->t_size * ar->ad_nelems; 718 tdp->t_size = uval; 738 tdp->t_ardef->ad_nelems, tdp->t_size); [all...] |
| ctf.c | 278 write_sized_type_rec(b, &ctt, tp->t_size); 306 write_sized_type_rec(b, &ctt, tp->t_size); 329 write_sized_type_rec(b, &ctt, tp->t_size); 331 if (tp->t_size < CTF_LSTRUCT_THRESH) { 369 write_sized_type_rec(b, &ctt, tp->t_size); 963 tdp->t_size = size; 990 tdp->t_size = size; 1011 tdp->t_size = size; 1026 tdp->t_size = size; 1067 tdp->t_size = size [all...] |
| ctftools.h | 228 int t_size; /* Size in bytes of object represented by this node */ member in struct:tdesc
|
| merge.c | 723 new->t_size = old->t_size;
|
| /onnv/onnv-gate/usr/src/cmd/troff/troff.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));
|
| ta.c | 298 setsize(t_size(n)); 653 t_size(n) /* convert integer to internal size number*/ function
|
| /onnv/onnv-gate/usr/src/uts/sun4u/io/ |
| zuluvm.c | 174 int t_pfn, int t_perm, int t_size, uint64_t tag, 181 ZULUVM_STATS_MISS(zdev, t_size); 193 t_size != zuluvm_base_pgsize && 194 t_size != ZULU_TTE4M) { 195 t_size = zuluvm_base_pgsize; 197 tnf_opaque, t_pfn, t_pfn, tnf_int, pagesize, t_size); 206 *size = t_size; 208 error = zulud_write_tte(zdev, arg, t_size, tag, t_pfn, [all...] |
| /onnv/onnv-gate/usr/src/uts/common/xen/io/ |
| xencons.c | 434 async->async_ttycommon.t_size.ws_row = 0; 435 async->async_ttycommon.t_size.ws_col = 0; 436 async->async_ttycommon.t_size.ws_xpixel = 0; 437 async->async_ttycommon.t_size.ws_ypixel = 0; [all...] |
| /onnv/onnv-gate/usr/src/cmd/backup/restore/ |
| dirs.c | 32 offset_t t_size; member in struct:inotab 204 itp->t_size = g_seekpt - itp->t_seekpt; 819 for (i = itp->t_size; i != 0; i -= size) {
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
| dpost.c | 1840 t_size(int n) function [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/starcat/io/ |
| cvc.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/starfire/cvc/ |
| cvc.c | 666 if (bcmp(&tty->t_size, ws, sizeof (struct winsize)) != 0) { 667 tty->t_size = *ws;
|
| /onnv/onnv-gate/usr/src/uts/sun4u/starfire/io/ |
| drmach.c | 1609 uint64_t s_basepa, s_size, t_size; local [all...] |