 |
Index for Section 9 |
|
 |
Alphabetical listing for R |
|
 |
Bottom of page |
|
release_resource(9r)
NAME
release_resource - General: Releases an I/O resource
SYNOPSIS
int release_resource(
res_handle_t resource_handle );
ARGUMENTS
resource_handle
Specifies the client handle that the request_resource interface
returned.
DESCRIPTION
The release_resource interface releases the resources previously allocated
by a call to the request_resource interface.
RETURN VALUES
On successful completion, the release_resource interface returns one of the
following values:
RES_SUCCESS
Indicates that the resources were successfully released.
RES_INV_PARAM
Indicates that an invalid parameter was passed to the interface.
SEE ALSO
Data structures: intr_req_t(9s), io_mem_req_t(9s), resource_blk(9s)
Kernel interfaces: request_resource(9r)
 |
Index for Section 9 |
|
 |
Alphabetical listing for R |
|
 |
Top of page |
|