Searched refs:projid (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scripting/
H A Dtst.projid.d41 printf("The projid is %d\n", $projid);
H A Dtst.projid.ksh32 # To verify projid of child process.
54 /\$projid != \$1/
60 /\$projid == \$1/
72 projectid=`ps -x -o pid,projid | grep "$$ " | awk '{print $2}' 2>/dev/null`
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dport-irix.c50 prid_t projid; local
72 if ((projid = getdfltprojuser(pw->pw_name)) == -1) {
73 debug("Failed to get project id, using projid 0");
74 projid = 0;
76 if (setprid(projid))
78 (int)projid, pw->pw_name, strerror(errno));
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/scripting/
H A DMakefile32 tst.projid.d \
33 tst.projid.ksh \

Completed in 59 milliseconds