Searched refs:t_size (Results 26 - 31 of 31) sorted by relevance

12

/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;
1500 tp->t_size.ws_xpixel = tp->t_size.ws_ypixel = 0;
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c1591 async->async_ttycommon.t_size.ws_row = 0;
1592 async->async_ttycommon.t_size.ws_col = 0;
1593 async->async_ttycommon.t_size.ws_xpixel = 0;
1594 async->async_ttycommon.t_size.ws_ypixel = 0;
H A Dwscons.c1630 struct winsize *t = &pvc->vc_ttycommon.t_size;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c4539 int t_size; /* size in entries - each is 4 dwords */ local
4560 t_size = msg_cntr & 0x7FF; /* low eleven bits */
4561 cmn_err(CE_CONT, " table size = %X entries\n", t_size);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c5904 (void) sscanf(Thdr_p->tbuf.t_size, "%11llo",
5965 (void) sscanf(Thdr_p->tbuf.t_size, "%llo",
7297 (void) sprintf(Thdr_p->tbuf.t_size, "%011llo",
7315 (void) sprintf(Thdr_p->tbuf.t_size,
7347 (void) sprintf(Thdr_p->tbuf.t_size, "%011llo ",
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c3317 uint64_t s_basepa, s_size, t_size; local
3340 err = drmach_mem_get_size(t_id, &t_size);
3346 t_basepa, t_size);

Completed in 129 milliseconds

12