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 resource operations
#include <sys/resource.h>
The <sys/resource.h> header defines the symbolic constants listed below as possible values of the which argument of getpriority() and setpriority(). See getpriority(3C).
identifies the who argument as a process ID
identifies the who argument as a process group ID
identifies the who argument as a user ID
The following type is defined through typedef:
unsigned integer type used for limit values
The following symbolic constants are defined:
a value of rlim_t indicating no limit
a value of type rlim_t indicating an unrepresentable saved hard limit
a value of type rlim_t indicating an unrepresentable saved soft limit
The symbolic constants listed below are defined as possible values of the who parameter of getrusage(). See getrusage(3C).
returns information about the current process
returns information about children of the current process
The <sys/resource.h> header defines the rlimit structure, which includes the following members:
rlim_t rlim_cur /* the current (soft) limit */ rlim_t rlim_max /* the hard limit */
The <sys/resource.h> header defines the rusage structure, which includes the following members:
struct timeval ru_utime /* user time used */ struct timeval ru_stime /* system time used */
The timeval structure is defined as described in <sys/time.h>.
The symbolic constants listed below are defined as possible values for the resource argument of getrlimit() and setrlimit(). See getrlimit(2).
limit on size of core dump file
limit on CPU time per process
limit on data segment size
limit on file size
limit on number of open files
limit on stack size
limit on address space size
The id_t type is defined through typedef as described in <sys/types.h>. See types.h(3HEAD).
Inclusion of the <sys/resource.h> header can also make visible all symbols from <sys/time.h>. See time.h(3HEAD).
See attributes(5) for descriptions of the following attributes:
|
getrlimit(2), getpriority(3C), time.h(3HEAD), types.h(3HEAD), attributes(5), standards(5)