| Skip Navigation Links | |
| Exit Print View | |
![]() | man pages section 3: Library Interfaces and Headers Oracle Solaris 11 Information Library |
Library Interfaces and Headers
SMHBA_GetAdapterAttributes(3LIB)
SMHBA_GetAdapterPortAttributes(3LIB)
SMHBA_GetBindingCapability(3LIB)
SMHBA_GetDiscoveredPortAttributes(3LIB)
SMHBA_GetFCPhyAttributes(3LIB)
SMHBA_GetPersistentBinding(3LIB)
SMHBA_GetPortAttributesByWWN(3LIB)
SMHBA_GetProtocolStatistics(3LIB)
SMHBA_GetSASPhyAttributes(3LIB)
SMHBA_GetVendorLibraryAttributes(3LIB)
SMHBA_GetWrapperLibraryAttributes(3LIB)
SMHBA_RegisterForAdapterAddEvents(3LIB)
SMHBA_RegisterForAdapterEvents(3LIB)
SMHBA_RegisterForAdapterPhyStatEvents(3LIB)
SMHBA_RegisterForAdapterPortEvents(3LIB)
SMHBA_RegisterForAdapterPortStatEvents(3LIB)
SMHBA_RegisterForTargetEvents(3LIB)
SMHBA_RemoveAllPersistentBindings(3LIB)
SMHBA_RemovePersistentBinding(3LIB)
- asynchronous input and output
#include <aio.h>
The <aio.h> header defines theaiocb structure which includes the following members:
int aio_fildes file descriptoroff_t aio_offset file offsetvolatile void* aio_buf location of buffersize_t aio_nbytes length of transferint aio_reqprio request priority offsetstruct sigevent aio_sigevent notification typeint aio_lio_opcode listio operation
This header also includes the following constants:
A return value indicating that none of the requested operations could be canceled since they are already complete.
A return value indicating that all requested operations have been canceled.
A return value indicating that some of the requested operations could not be canceled since they are in progress.
Alio_listio(3C) element operation option indicating that no transfer is requested.
Alio_listio() synchronization operation indicating that the calling thread is to continue execution while thelio_listio() operation is being performed, and notification is to be given when the operation is complete.
Alio_listio() element operation option requesting a read.
Alio_listio() synchronization operation indicating that the calling thread is to suspend until thelio_listio() operation is complete.
Alio_listio() element operation option requesting a write.
lseek(2),read(2),write(2),fsync(3C),libaio(3LIB),lio_listio(3C)
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.Legal Notices | ![]() ![]() |