| 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)
- 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 protectionoptions are defined:
Page can be read.
Page can be written.
Page can be executed.
Page cannot be accessed.
The followingflag options are defined:
Share changes.
Changes are private.
Interpretaddr exactly.
The flags immediately following are defined formsync(). Seemsync(3C).
Perform asynchronous writes.
Perform synchronous writes.
Invalidate mappings.
The symbolic constants immediately following are defined for themlockall() function. Seemlockall(3C).
Lock currently mapped pages.
Lock pages that become mapped.
The symbolic constantMAP_FAILED is defined to indicate a failure from themmap() function. Seemmap(2).
Themode_t,off_t, andsize_t types are be defined as described in<sys/types.h>. Seetypes(3HEAD).
Seeattributes(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)
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.Legal Notices | ![]() ![]() |