Home
last modified time | relevance | path

Searched refs:LGRP_VER_NONE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t60 LGRP_MEM_SZ_INSTALLED LGRP_VER_CURRENT LGRP_VER_NONE
75 ok($version, LGRP_VER_NONE, 'incorrect lgrp version unsupported');
77 $version = lgrp_version(LGRP_VER_NONE);
253 ok(lgrp_version(LGRP_VER_NONE), $c->version);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod43 my $version = lgrp_version(LGRP_VER_CURRENT | LGRP_VER_NONE);
44 $version = $l->version(LGRP_VER_CURRENT | LGRP_VER_NONE);
138 LGRP_VER_NONE
360 value of C<LGRP_VER_CURRENT> or C<LGRP_VER_NONE> to find out the current lgroup
364 returns the requested version. If C<LGRP_VER_NONE> is returned, the
367 If B<$version> is C<LGRP_VER_NONE>, L<lgrp_version()> returns the current version of
521 library. This is a wrapper for L<lgrp_version()> with C<LGRP_VER_NONE> as the
618 LGRP_VER_CURRENT, LGRP_VER_NONE, LGRP_VIEW_CALLER, LGRP_VIEW_OS,
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs168 newCONSTSUB(stash, "LGRP_VER_NONE", newSViv(LGRP_VER_NONE));
273 lgrp_version(int version = LGRP_VER_NONE)
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp_user.h53 #define LGRP_VER_NONE 0 /* no lgroup interface version */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c1160 if (version < LGRP_VER_NONE || version > LGRP_VER_CURRENT) in lgrp_version()
1161 return (LGRP_VER_NONE); in lgrp_version()
1166 if (version == LGRP_VER_NONE) in lgrp_version()