Skip Navigation Links | |
Exit Print View | |
man pages section 3: Library Interfaces and Headers Oracle Solaris 11.1 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)
- memory management declarations
#include <sys/mman.h>
The <sys/mman.h> header supports the following options:
the Memory Mapped Files option
the Shared Memory Objects option
the Process Memory Locking option
the Memory Protection option
the Synchronized Input and Output option
For Memory Mapped Files and Shared Memory Objects options, the following protection options are defined:
Page can be read.
Page can be written.
Page can be executed.
Page cannot be accessed.
The following flag options are defined:
Share changes.
Changes are private.
Interpret addr exactly.
The flags immediately following are defined for msync(). See msync(3C).
Perform asynchronous writes.
Perform synchronous writes.
Invalidate mappings.
The symbolic constants immediately following are defined for the mlockall() function. See mlockall(3C).
Lock currently mapped pages.
Lock pages that become mapped.
The symbolic constant MAP_FAILED is defined to indicate a failure from the mmap() function. See mmap(2).
The mode_t, off_t, and size_t types are be defined as described in <sys/types.h>. See types(3HEAD).
See attributes(5) for descriptions of the following attributes:
|
mmap(2), mprotect(2), munmap(2), madvise(3C), mlock(3C), mlockall(3C), msync(3C), shm_open(3C), shm_unlink(3C), attributes(5), standards(5)