ioctl (fd, request, value)
A file descriptor as returned from fd_open.
One of the functions listed below in Description.
A number that supplies additional information needed by the request function.
This function performs an ioctl call (C library ioctl subroutine) for the given fd file descriptor and request. The Gamma ioctl function currently only supports requests that take numeric arguments, ie. value must be a number. You may make operating-system specific ioctl calls by giving a numeric value for the request argument.
The currently supported requests are:
TCSBRK | TCXONC | TCFLSH | TIOCHPCL | TIOCEXCL | TIOXNXCL |
TIOCFLUSH | TIOCDRAIN | TIOCSCTTY | TIOCMGET | TIOCMBIC | TIOCMBIS |
TIOCMSET | TIOCSTART | TIOCSTOP | TIOCNOTTY | TIOCOUTQ | TIOCSPGRP |
TIOCGPGRP | TIOCCDIR | TIOCSDIR | TIOCCBRK | TIOCSBRK | TIOCLGET |
TIOCLSET | TIOCSETPGRP | TIOCGETPGRP | FIOCLEX | FIONCLEX | FIOGETOWN |
FIOSETOWN | FIOASYNC | FIONBIO | FIONReAd | SIOCSHIWAT | SIOCGHIWAT |
SIOCSLOWAT | SIOCGLOWAT | SIOCATMARK | SIOCSPGRP | SIOCGPGRP |
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.