Query: lgrp_view
OS: opensolaris
Section: 3lgrp
Links: opensolaris man pages all man pages forum categories
Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
lgrp_view(3LGRP) Locality Group Library Functions lgrp_view(3LGRP)NAMElgrp_view - get view of lgroup hierarchySYNOPSIScc [ flag ... ] file... -llgrp [ library ... ] #include <sys/lgrp_user.h> lgrp_view_t lgrp_view(lgrp_cookie_t cookie);DESCRIPTIONThe lgrp_view() function takes a cookie representing the snapshot of the lgroup hierarchy obtained from lgrp_init(3LGRP) and returns the snapshot's view of the lgroup hierarchy. If the given view is LGRP_VIEW_CALLER, the snapshot contains only the resources that are available to the caller (such as those with respect to processor sets). When the view is LGRP_VIEW_OS, the snapshot contains what is available to the operating system.RETURN VALUESUpon succesful completion, lgrp_view() returns the view for the snapshot of the lgroup hierarchy represented by the given cookie. Other- wise, -1 is returned and errno is set to indicate the error.ERRORSThe lgrp_view() function will fail if: EINVAL The cookie is not valid.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOlgrp_cookie_stale(3LGRP), lgrp_fini(3LGRP), lgrp_init(3LGRP), liblgrp(3LIB), attributes(5) SunOS 5.11 16 Apr 2003 lgrp_view(3LGRP)