NAME
dacs_release_de_list
- Release the reservations for a list of DEs.
SYNOPSIS
DACS_ERR_T
dacs_release_de_list ( uint32_t num_des , de_id_t *de_list )
Call parameters |
|
num_des |
The number of DEs in the list. |
*de_list |
A pointer to the list of DEs to release. |
DESCRIPTION
The dacs_release_de_list service
releases the reservation for the specified list of DEs. On successful return
all DEs in the list are released (made available). On
failure none of the DEs in the list are released.
RETURN VALUE
The
dacs_release_de_list service
returns an error indicator defined as:
- DACS_SUCCESS: normal return.
- DACS_ERR_INVALID_ADDR: invalid pointer.
- DACS_ERR_INVALID_DE: the specified DE is either invalid
or not reserved.
- DACS_ERR_RESOURCE_BUSY: the resource is in use.
- DACS_ERR_INVALID_SIZE: invalid list size.