ampex-data dstdis acl programmer s guide, part no. 1308910-01 Manuale Utente

Pagina di 136
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 
 for information on how to determine the cause of a failure.
SEE ALSO