| 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)
- semaphores
#include <semaphore.h>
The <semaphore.h> header defines thesem_t type, used in performing semaphore operations.The semaphore can be implemented using a file descriptor, in which caseapplications are able to open up at least a total of {OPEN_MAX} filesand semaphores. The symbolSEM_FAILED is defined (seesem_open(3C)).
Inclusion of the <semaphore.h> header can make visible symbols defined in theheaders <fcntl.h> and <sys/types.h>. Seefcntl.h(3HEAD) andtypes.h(3HEAD).
Seeattributes(5) for descriptions of the following attributes:
|
fcntl.h(3HEAD),types.h(3HEAD),sem_destroy(3C),sem_getvalue(3C),sem_init(3C),sem_open(3C),sem_post(3C),sem_timedwait(3C),sem_unlink(3C),sem_wait(3C),attributes(5),standards(5)
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.Legal Notices | ![]() ![]() |