[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Kernel and Subsystems, Volume 2

DIALREGRING (Register Input Ring)

Purpose

Registers input ring.

Syntax

#include <sys/inputdd.h>
int ioctl (FileDescriptor, DIALREGRING, Arg)
int FileDescriptor;
struct uregring *Arg;

Description

The DIALREGRING ioctl subroutine call specifies the address of the input ring and the value to be used as the source identifier when enqueuing reports on the ring. A subsequent DIALREGRING ioctl subroutine call replaces the input ring supplied earlier. Specify a null input ring pointer to disable dial input.

Parameters

FileDescriptor Specifies the open file descriptor for the dials.
Arg Specifies the address of the uregring structure.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]