Table of Contents

NAME

SYNOPSIS

DESCRIPTION

The function returns an array of structures describing each currently mounted file system (see The function passes its parameter transparently to

RETURN VALUES

On successful completion, returns a count of the number of elements in the array. The pointer to the array is stored into If an error occurs, zero is returned and the external variable is set to indicate the error. Although the pointer will be unmodified, any information previously returned by will be lost.

ERRORS

The function may fail and set for any of the errors specified for the library routines or

SEE ALSO

HISTORY

The function first appeared in 4.4BSD.

BUGS

The function writes the array of structures to an internal static object and returns a pointer to that object. Subsequent calls to will modify the same object. The memory allocated by cannot be by the application.


Table of Contents