| 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)
- message queues
#include <mqueue.h>
The<mqueue.h> header defines themqd_t type, which is used for messagequeue descriptors. This will not be an array type. Amessage queue descriptor may be implemented using a file descriptor, in whichcase applications can open up to at leastOPEN_MAX file and message queues.
The<mqueue.h> header defines thesigevent structure (as described in <signal.h>, seesignal.h(3HEAD)) and themq_attr structure, which is used in getting andsetting the attributes of a message queue. Attributes are initially setwhen the message queue is created. Amq_attr structure has thefollowing members:
long mq_flags message queue flagslong mq_maxmsg maximum number of messageslong mq_msgsize maximum message sizelong mq_curmsgs number of messages currently queued
Inclusion of the<mqueue.h> header may make visible symbols defined in theheaders<fcntl.h>,<signal.h>,<sys/types.h>, and<time.h>.
Seeattributes(5) for descriptions of the following attributes:
|
fcntl.h(3HEAD),signal.h(3HEAD),time.h(3HEAD),types.h(3HEAD),attributes(5),standards(5)
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.Legal Notices | ![]() ![]() |