Searched defs:jwinsize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Djioctl.h79 * jwinsize structure used by JWINSIZE message.
82 struct jwinsize struct
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1100 struct jwinsize jwinsize; local
1102 if (Pread(Proc, &jwinsize, sizeof (jwinsize), offset) ==
1103 sizeof (jwinsize)) {
1107 (unsigned)jwinsize.bytesx,
1108 (unsigned)jwinsize.bytesy,
1109 (unsigned)jwinsize.bitsx,
1110 (unsigned)jwinsize.bitsy);

Completed in 69 milliseconds