Searched refs:LGRP_VER_NONE (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp.t | 60 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);
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 170 newCONSTSUB(stash, "LGRP_VER_NONE", newSViv(LGRP_VER_NONE)); 275 lgrp_version(int version = LGRP_VER_NONE)
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 45 my $version = lgrp_version(LGRP_VER_CURRENT | LGRP_VER_NONE); 46 $version = $l->version(LGRP_VER_CURRENT | LGRP_VER_NONE); 140 LGRP_VER_NONE 362 value of C<LGRP_VER_CURRENT> or C<LGRP_VER_NONE> to find out the current lgroup 366 returns the requested version. If C<LGRP_VER_NONE> is returned, the 369 If B<$version> is C<LGRP_VER_NONE>, L<lgrp_version()> returns the current version of 523 library. This is a wrapper for L<lgrp_version()> with C<LGRP_VER_NONE> as the 620 LGRP_VER_CURRENT, LGRP_VER_NONE, LGRP_VIEW_CALLER, LGRP_VIEW_OS,
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | lgrp_user.h | 52 #define LGRP_VER_NONE 0 /* no lgroup interface version */ macro
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | lgrpsys.c | 1141 if (version < LGRP_VER_NONE || version > LGRP_VER_CURRENT) in lgrp_version() 1142 return (LGRP_VER_NONE); in lgrp_version() 1147 if (version == LGRP_VER_NONE) in lgrp_version()
|