Home
last modified time | relevance | path

Searched refs:t_size (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtty_pts.c256 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()
630 tc->t_size.ws_row = tp->ts_lines; in ptslioctl()
631 tc->t_size.ws_col = tp->ts_cols; in ptslioctl()
632 tc->t_size.ws_xpixel = 0; in ptslioctl()
633 tc->t_size.ws_ypixel = 0; in ptslioctl()
669 tp->ts_lines = tc->t_size.ws_row; in ptslioctl()
670 tp->ts_cols = tc->t_size.ws_col; in ptslioctl()
[all …]
H A Dtty_pty.c864 if (bcmp(&pty->pt_ttycommon.t_size, in ptcioctl()
866 pty->pt_ttycommon.t_size = win_arg; in ptcioctl()
880 pty->pt_ttycommon.t_size.ws_row = (ushort_t)tty_arg.ts_lines; in ptcioctl()
881 pty->pt_ttycommon.t_size.ws_col = (ushort_t)tty_arg.ts_cols; in ptcioctl()
882 pty->pt_ttycommon.t_size.ws_xpixel = 0; in ptcioctl()
883 pty->pt_ttycommon.t_size.ws_ypixel = 0; in ptcioctl()
889 win_arg = pty->pt_ttycommon.t_size; in ptcioctl()
898 tty_arg.ts_lines = pty->pt_ttycommon.t_size.ws_row; in ptcioctl()
899 tty_arg.ts_cols = pty->pt_ttycommon.t_size.ws_col; in ptcioctl()
H A Dtty_common.c214 if (bcmp(&tc->t_size, ws, sizeof (struct winsize)) != 0) { in ttycommon_ioctl()
215 tc->t_size = *ws; in ttycommon_ioctl()
392 *(struct winsize *)datap->b_wptr = tc->t_size; in ttycommon_ioctl()
H A Dasy.c1593 async->async_ttycommon.t_size.ws_row = 0; in asyopen()
1594 async->async_ttycommon.t_size.ws_col = 0; in asyopen()
1595 async->async_ttycommon.t_size.ws_xpixel = 0; in asyopen()
1596 async->async_ttycommon.t_size.ws_ypixel = 0; in asyopen()
H A Dwscons.c1536 struct winsize *t = &pvc->vc_ttycommon.t_size; in wc_get_size()
/illumos-gate/usr/src/cmd/prstat/
H A Dprtable.c129 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 Dprtable.h45 size_t t_size; member
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dhash.c49 tbl->t_size = size; in make_hash()
67 bucket = hashval % tbl->t_size; in get_hash()
H A Dconfig.c284 for (ndx = 1, bkt = 0; bkt < stbl->t_size; bkt++) { in genconfig()
356 for (bkt = 0; bkt < stbl->t_size; bkt++) { in genconfig()
451 for (bkt = 0; bkt < stbl->t_size; bkt++) { in genconfig()
H A D_crle.h95 int t_size; /* no. of buckets */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dtty.h45 struct winsize t_size; /* screen/page size */ member
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c78 setsize(t_size(pstab[osize-1] / drawsize)); in drawline()
157 setsize(t_size(pstab[osize-1] / drawsize)); in drawwig()
289 setsize(t_size(pstab[osize-1] / drawsize)); in conicarc()
H A Dta.c295 setsize(t_size(n)); in conv()
648 t_size(int n) /* convert integer to internal size number*/ in t_size() function
/illumos-gate/usr/src/head/
H A Darchives.h136 t_size[TSIZLEN], /* size of file in bytes */ member
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c32 offset_t t_size; member
189 itp->t_size = g_seekpt - itp->t_seekpt; in extractdirs()
797 for (i = itp->t_size; i != 0; i -= size) { in genliteraldir()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c434 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()
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c1150 setsize(t_size(n)); in conv()
1753 setsize(t_size(10)); /* start somewhere */ in t_init()
1838 t_size(int n) in t_size() function
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1499 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()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c815 za->za_ttycommon.t_size.ws_row = 0; in zsa_open()
816 za->za_ttycommon.t_size.ws_col = 0; in zsa_open()
817 za->za_ttycommon.t_size.ws_xpixel = 0; in zsa_open()
818 za->za_ttycommon.t_size.ws_ypixel = 0; in zsa_open()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c985 async->async_ttycommon.t_size.ws_row = 0; in asyopen()
986 async->async_ttycommon.t_size.ws_col = 0; in asyopen()
987 async->async_ttycommon.t_size.ws_xpixel = 0; in asyopen()
988 async->async_ttycommon.t_size.ws_ypixel = 0; in asyopen()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c4539 int t_size; /* size in entries - each is 4 dwords */ in hermon_pci_capability_msix() local
4560 t_size = msg_cntr & 0x7FF; /* low eleven bits */ in hermon_pci_capability_msix()
4561 cmn_err(CE_CONT, " table size = %X entries\n", t_size); in hermon_pci_capability_msix()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c5917 (void) sscanf(Thdr_p->tbuf.t_size, "%12lo", in read_hdr()
5976 (void) sscanf(Thdr_p->tbuf.t_size, "%12" SCNo64, in read_hdr()
7317 (void) sprintf(Thdr_p->tbuf.t_size, "%011" PRIo64, len); in write_hdr()
7334 (void) sprintf(Thdr_p->tbuf.t_size, in write_hdr()
7366 (void) sprintf(Thdr_p->tbuf.t_size, "%011" PRIo64 " ", len); in write_hdr()