Searched refs:LGRP_VIEW_OS (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t61 LGRP_VIEW_CALLER LGRP_VIEW_OS LGRP_RSRC_CPU LGRP_RSRC_MEM
103 $c = lgrp_init(LGRP_VIEW_OS);
109 ok($view, LGRP_VIEW_OS, 'View is LGRP_VIEW_OS');
235 die "Lgrp->new(LGRP_VIEW_OS): $!";
237 ok($c->view, LGRP_VIEW_OS);
H A DLgrp_api.t65 my $c = Sun::Solaris::Lgrp->new(LGRP_VIEW_OS);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs178 newCONSTSUB(stash, "LGRP_VIEW_OS", newSViv(LGRP_VIEW_OS));
197 # Use LGRP_VIEW_OS as the default view.
200 lgrp_init(lgrp_view_t view = LGRP_VIEW_OS)
H A DLgrp.pm56 LGRP_VIEW_OS LGRP_NONE
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java52 public static final int LGRP_VIEW_OS = 1; field in class:LocalityDomain
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp_user.h140 LGRP_VIEW_OS /* what's available to operating system */ enumerator in enum:lgrp_view
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c403 if (view != LGRP_VIEW_OS && view != LGRP_VIEW_CALLER) {
1113 cookie = lgrp_init(LGRP_VIEW_OS);
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl131 my $l = Sun::Solaris::Lgrp->new($opt_G ? LGRP_VIEW_OS : LGRP_VIEW_CALLER) or
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c941 if (view == LGRP_VIEW_OS)
1393 lgrp_snap->ss_view = LGRP_VIEW_OS;
1919 lgrp_snap32->ss_view = LGRP_VIEW_OS;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java248 ldom = new LocalityDomain(LocalityDomain.LGRP_VIEW_OS);
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c1352 cookie = lgrp_init(LGRP_VIEW_OS);

Completed in 75 milliseconds