Return values, Aci_insert, Returned values – ADIC Server User Manual
Page 190: Return values -18, Aci_insert -18, Returned values -18, Figure 5-17, Figure 5-18

5-18
DAS ACI 3.0 Asynchronous Support Layer
601626-B
Figure 5-17
aci_force Asynchronous ACI Call
All the parameters must comply with the rules for the
aci_force function call.
The local variable int res must be defined before using this
macro.
Return Values
The d_errno and d_text globals are copied to d_errno and
d_text fields of shared memory array entry. The process is
terminated by the exit call with the res exit code. If there are
problems with shared memory attachment, d_errno global
will be set to ENOSHARED.
aci_insert
The aci_insert function inserts volumes into the AML. See
Figure 5-18.
Figure 5-18
aci_insert Asynchronous Function Call
All the parameters must comply with the rules for the
aci_insert function call.
The local variable int res must be defined before using this
macro.
Returned values
The d_errno and d_text globals are copied to the d_errno and
d_text fields of the shared memory array entry. The process is
terminated by the exit call with the res exit code.
#include "aci_async.h"
ACI_FORCE(drive)
#include "aci_async.h"
ACI_INSERT(insert_area, volser_ranges, type)