*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: jioctl | Section: 9 | Source: UNIX v10 | File: jioctl.9
JIOCTL(9.4) JIOCTL(9.4) NAME jioctl - mux ioctl requests SYNOPSIS #include "/usr/jerq/include/jioctl.h" ioctl(fd, request, 0) ioctl(fd, JWINSIZE, win) struct winsize *win; DESCRIPTION Mux(9.1) supports several ioctl(2) requests for Unix programs attached to layers. The requests are: JMUX returns 0 if file descriptor fd is connected to a mux layer, -1 otherwise. JTERM resets the layer connected to fd to the default terminal pro- gram. JBOOT initiates the down-load protocol to replace the layer's terminal program. Usually called by 32ld(9.1). JZOMBOOT is the same as JBOOT, but disables execution of the program when the download is complete (see the -z flag of 32ld). JWINSIZE returns, in the location pointed to by the third argument, a structure describing the size of the layer connected to fd, with character being the unit of size. The structure is: struct winsize { char bytesx, bytesy; /* size in characters */ short bitsx, bitsy; /* size in pixels */ }; JEXIT causes mux to exit. SEE ALSO 32ld(9.1), mux(9.1), ioctl(2) JIOCTL(9.4)

Navigation Options