Content-type: text/html Manpage of TRACE_GETFILEINDEX

TRACE_GETFILEINDEX

Section: C Library Functions (3)     Updated: Feb 10, 1992    Return to Library's README

NAME

Trace_GetFileIndex -- get file table index from trace record

SYNOPSIS

short Trace_GetFileIndex(recPtr)
dfs_header_t *recPtr;

DESCRIPTION

Trace_GetFileIndex returns the index of the entry in the open file table from the record recPtr, if such a file exists in that record. The file table index is contained in records for system calls that manipulate file descriptors, which are OPEN, CREAT, CLOSE, SEEK, READ, and WRITE. The size of the file table varies from machine to machine; the library assumes it does not exceed 1024. If no such field exists, or if it is not set, the routine returns -1.

AUTHOR

Lily B. Mummert


Index

NAME
SYNOPSIS
DESCRIPTION
AUTHOR

This document was created on Time: 05:25:53 GMT, October 10, 1998