User Guide

Ampex 1308910-01 4-29
libacl API Functions aclTUR
4.14 aclTUR
NAME
aclTUR() - verify that the ACL is ready to perform all operations.
SYNOPSIS
#include <acl.h>
int aclTUR(char *device);
DESCRIPTION
aclTUR() returns DST_SUCCESS when the ACL is ready to perform all operations that the
libacl API functions can specify, and
DST_FAILURE when the ACL is not ready to perform
all operations.
aclTUR() is available to all users.
PARAMETERS
*device Pointer or string specifying the device special file associated with the
ACL.
RETURN VALUES
The return value is DST_SUCCESS (0) or DST_FAILURE (-1). See “Return Values” on page
4-2 for information on how to determine the cause of a failure.
SEE ALSO
“libacl Overview” on page 4-1