Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ioctl(3spp) — UMIPS/BSD System Programmer's Package 2.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

IOCTL(3spp)

NAME

ioctl − control device

SYNOPSIS

#include <saio/saioctl.h>

ioctl(d, request, argp)
int d;
unsigned long request;
char *argp;

DESCRIPTION

Ioctl performs a variety of functions on open descriptors.  The writeups of various devices in section 4 discuss how ioctl applies to them. 

RETURN VALUE

If an error has occurred, a value of −1 is returned and errno is set to indicate the error. 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026