| 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)
- definitions for resource operations
#include <sys/resource.h>
The <sys/resource.h> header defines the symbolic constants listed below as possible valuesof thewhich argument ofgetpriority() andsetpriority(). Seegetpriority(3C).
identifies thewho argument as a process ID
identifies thewho argument as a process group ID
identifies thewho argument as a user ID
The following type is defined throughtypedef:
unsigned integer type used for limit values
The following symbolic constants are defined:
a value ofrlim_t indicating no limit
a value of typerlim_t indicating an unrepresentable saved hard limit
a value of typerlim_t indicating an unrepresentable saved soft limit
The symbolic constants listed below are defined as possible values of thewho parameter ofgetrusage(). Seegetrusage(3C).
returns information about the current process
returns information about children of the current process
The <sys/resource.h> header defines therlimit structure, which includes the followingmembers:
rlim_t rlim_cur /* the current (soft) limit */rlim_t rlim_max /* the hard limit */
The <sys/resource.h> header defines therusage structure, which includes the following members:
struct timeval ru_utime /* user time used */struct timeval ru_stime /* system time used */
Thetimeval structure is defined as described in <sys/time.h>.
The symbolic constants listed below are defined as possible values for theresource argument ofgetrlimit() andsetrlimit(). Seegetrlimit(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
Theid_t type is defined throughtypedef as described in <sys/types.h>. Seetypes.h(3HEAD).
Inclusion of the <sys/resource.h> header can also make visible all symbols from<sys/time.h>. Seetime.h(3HEAD).
Seeattributes(5) for descriptions of the following attributes:
|
getrlimit(2),getpriority(3C),time.h(3HEAD),types.h(3HEAD),attributes(5),standards(5)
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.Legal Notices | ![]() ![]() |