Searched refs:MAXPROJID (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/oamuser/lib/ |
H A D | vprojid.c | 46 if (projid > MAXPROJID) in valid_projid()
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/ |
H A D | Project.pod | 24 C<MAXPROJID>, C< PROJNAME_MAX>, C<PROJF_PATH>, C<PROJECT_BUFSZ>, 125 :CONSTANTS MAXPROJID, PROJNAME_MAX, PROJF_PATH, PROJECT_BUFSZ,
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | param.h | 125 #define MAXPROJID MAXUID /* max project id */ macro
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.xs | 102 newCONSTSUB(stash, "MAXPROJID", newSViv(MAXPROJID));
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | cred.c | 859 ASSERT(projid >= 0 && projid <= MAXPROJID); in crsetprojid()
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/ |
H A D | Project.t | 179 $n3 == &MAXPROJID && $s eq &PROJF_PATH) {
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 3695 projid > MAXPROJID) { in genent_project() 3838 projid > MAXPROJID) in dump_project()
|
/illumos-gate/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2273 if (projid > MAXPROJID) in get_projid()
|