User Guide

4-8 Preliminary Draft Ampex 1308904-X4
Model No.
Running Head
aclGeneric ACL Application Programmer’s Guide
typedef struct ptBlk {
unsigned char b0; /* byte 0 */
unsigned char b1; /* byte 1 */
unsigned char b2; /* byte 2 */
unsigned char b3; /* byte 3 */
unsigned char b4; /* byte 4 */
unsigned char b5; /* byte 5 */
unsigned char b6; /* byte 6 */
unsigned char b7; /* byte 7 */
unsigned char b8; /* byte 8 */
unsigned char b9; /* byte 9 */
unsigned char b10; /* byte 10 */
unsigned char b11; /* byte 11 */
}ptBlk_t;
ENVIRONMENT
When the $RETRY_ON_RESET environment variable is set, all libacl functions
automatically perform one retry when a failure is caused by a SCSI Bus Device Reset of the
ACL.
RETURN VALUES
Exit status codes are:
0 DST_SUCCESS.
-1 DST_FAILURE.
SEE ALSO
libacl_api_intro(1)
DST/DIS Automated Cartridge Library Application Programming Interface (libacl)
Programmer’s Guide