Searched refs:wsz (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | ptem.c | 230 ntp->wsz.ws_row = 0; in ptemopen() 231 ntp->wsz.ws_col = 0; in ptemopen() 232 ntp->wsz.ws_xpixel = 0; in ptemopen() 233 ntp->wsz.ws_ypixel = 0; in ptemopen() 903 if ((tp->wsz.ws_row == 0) && (tp->wsz.ws_col == 0) && in ptioc() 904 (tp->wsz.ws_xpixel == 0) && (tp->wsz.ws_ypixel == 0)) { in ptioc() 921 jwb->bytesx = tp->wsz.ws_col; in ptioc() 922 jwb->bytesy = tp->wsz.ws_row; in ptioc() 923 jwb->bitsx = tp->wsz.ws_xpixel; in ptioc() 924 jwb->bitsy = tp->wsz.ws_ypixel; in ptioc() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promif.c | 682 struct winsize *wsz = arg; in kmdb_prom_term_ctl() local 683 wsz->ws_row = KMDB_PIF_WINSIZE_ROWS; in kmdb_prom_term_ctl() 684 wsz->ws_col = KMDB_PIF_WINSIZE_COLS; in kmdb_prom_term_ctl() 685 wsz->ws_xpixel = wsz->ws_ypixel = 0; in kmdb_prom_term_ctl()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ptem.h | 45 struct winsize wsz; /* struct to hold the windowing info. */ member
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.c | 1711 int wsz; in uri_rd_response() local 1750 wsz = write_bytes; in uri_rd_response() 1763 &wsz, &desb, max_mblk, uri->eoh, persist); in uri_rd_response() 1781 &wsz, &desb, max_mblk, NULL, NULL); in uri_rd_response() 1800 } while (wsz > 0 && rd.sz > 0); in uri_rd_response()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zil.c | 934 uint64_t zil_blksz, wsz; in zil_lwb_write_start() local 1010 wsz = P2ROUNDUP_TYPED(lwb->lwb_nused, ZIL_MIN_BLKSZ, uint64_t); in zil_lwb_write_start() 1011 ASSERT3U(wsz, <=, lwb->lwb_sz); in zil_lwb_write_start() 1012 zio_shrink(lwb->lwb_zio, wsz); in zil_lwb_write_start() 1015 wsz = lwb->lwb_sz; in zil_lwb_write_start() 1025 bzero(lwb->lwb_buf + lwb->lwb_nused, wsz - lwb->lwb_nused); in zil_lwb_write_start()
|