Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getdtablemax(2) — DYNIX/ptx 3.2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

close(2)

dup(2)

open(2)

getdtablesize(2)

setdtablesize(2)

GETDTABLEMAX(2)  —  UNIX Programmer’s Manual

NAME

getdtablemax − get maximum in-use descriptor table index

SYNOPSIS

getdtablemax()

DESCRIPTION

Each process has a fixed size descriptor table which is guaranteed to hold at least 20 entries.  The entries in the descriptor table are numbered with small integers starting at zero.  The getdtablemax call returns the highest in-use index of this table.  The system guarantees that descriptor table indices greater than getdtablemax and less than getdtablesize are not in use by the calling process. 

SEE ALSO

close(2), dup(2), open(2), getdtablesize(2), setdtablesize(2)

Revision

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