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)
- definitions for system error logging
#include <syslog.h>
The <syslog.h> header defines the following symbolic constants, zero or more of which can be OR'ed together to form the logopt option of openlog():
Log the process ID with each message.
Log to the system console on error.
Connect to syslog daemon immediately.
Delay open until syslog() is called.
Do not wait for child processes.
The following symbolic constants are defined as possible values of the facility argument to openlog():
reserved for message generated by the system
message generated by a process
reserved for message generated by mail system
reserved for message generated by news system
reserved for message generated by UUCP system
reserved for message generated by system daemon
reserved for message generated by authorization daemon
reserved for message generated by clock daemon
reserved for message generated by printer system
reserved for local use
reserved for local use
reserved for local use
reserved for local use
reserved for local use
reserved for local use
reserved for local use
reserved for local use
The following is declared as a macro for constructing the maskpri argument to setlogmask(). The following macro expands to an expression of type int when the argument pri is an expre ssion of type int:
a mask for priority pri
The following constants are defined as possible values for the priority argument of syslog():
A panic condition was reported to all processes.
A condition that should be corrected immediately.
A critical condition.
An error message.
A warning message.
A condition requiring special handling.
A general information message.
A message useful for debugging programs.
See attributes(5) for descriptions of the following attributes:
|