Home
last modified time | relevance | path

Searched refs:lgrp_version (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t74 my $version = lgrp_version(-1);
77 $version = lgrp_version(LGRP_VER_NONE);
80 $version = lgrp_version(LGRP_VER_CURRENT);
253 ok(lgrp_version(LGRP_VER_NONE), $c->version);
/titanic_41/usr/src/man/man3lgrp/
H A DMakefile34 lgrp_version.3lgrp \
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod45 my $version = lgrp_version(LGRP_VER_CURRENT | LGRP_VER_NONE);
358 =item lgrp_version([$version])
365 If B<$version> is still supported by the implementation, then L<lgrp_version()>
369 If B<$version> is C<LGRP_VER_NONE>, L<lgrp_version()> returns the current version of
375 lgrp_version(LGRP_VER_CURRENT) == LGRP_VER_CURRENT or
378 See L<lgrp_version(3LGRP)> for more information.
523 library. This is a wrapper for L<lgrp_version()> with C<LGRP_VER_NONE> as the
637 lgrp_root(), lgrp_version(), lgrp_view(), lgrp_resources(),
677 module is available through B<lgrp_version> function.
732 L<lgrp_version(3LGRP)>,
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm229 return (lgrp_version(shift || 0));
H A DLgrp.xs275 lgrp_version(int version = LGRP_VER_NONE)
/titanic_41/usr/src/lib/liblgrp/common/
H A Dmapfile-vers62 lgrp_version;
H A Dlgrp.c75 lgrp_version(int version) in lgrp_version() function
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3lgrp.inc30 file path=usr/share/man/man3lgrp/lgrp_version.3lgrp
/titanic_41/usr/src/uts/common/sys/
H A Dlgrp_user.h284 int lgrp_version(int version);
/titanic_41/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl56 my $version = Sun::Solaris::Lgrp::lgrp_version();
/titanic_41/usr/src/uts/common/syscall/
H A Dlgrpsys.c1136 lgrp_version(int version) in lgrp_version() function
2086 return (lgrp_version(ia)); in lgrpsys()