dg_csf_info(2) DG/UX R4.11MU05 dg_csf_info(2)
NAME
dgcsfinfo - get scheduling class information for the current node.
SYNOPSIS
#include <sys/dgcsfinfo.h>
int dgcsfinfo (struct dgcsfinfo *bufferptr, long version);
where:
bufferptr
A pointer to the location in user space where the
information will be written.
version The version of the dgcsfinfo structure being used.
DESCRIPTION
Use dgcsfinfo to gather class scheduling information for the
current node. See <sys/dgcsfinfo.h> for an explanation of
information returned.
RETURN VALUE
0 Successful completion.
-1 An error occurred. errno is set to indicate the error.
DIAGNOSTICS
Errno may be set to one of the following error codes:
EINVAL Version is invalid.
EFAULT bufferptr points to an invalid address.
ENOPKG Clusters is not configured for the node.
SEE ALSO
dgcsfclassinfo(2), dgcsfctl(2), admcsf(1M).
Licensed material--property of copyright holder(s)