HomeSort by: relevance | last modified time | path
    Searched refs:chgproccnt (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/sys/
uidinfo.h 52 int chgproccnt(uid_t, int);
  /src/sys/kern/
kern_fork.c 295 count = chgproccnt(uid, 1);
300 (void)chgproccnt(uid, -1);
315 (void)chgproccnt(uid, -1);
327 (void)chgproccnt(uid, -1);
kern_uidinfo.c 234 chgproccnt(uid_t uid, int diff) function in typeref:typename:int
kern_prot.c 351 (void)chgproccnt(kauth_cred_getuid(ncred), -1);
352 (void)chgproccnt(r, 1);
init_main.c 437 (void)chgproccnt(0, 1);
kern_exec.c 787 chgproccnt(kauth_cred_getuid(l->l_cred), 0) >
2552 count = chgproccnt(uid, 1);
2557 (void)chgproccnt(uid, -1);
2937 (void)chgproccnt(kauth_cred_getuid(l1->l_cred), -1);
kern_exit.c 1258 (void)chgproccnt(uid, -1);
  /src/sys/rump/librump/rumpkern/
lwproc.c 168 chgproccnt(kauth_cred_getuid(cred), -1);
272 chgproccnt(uid, 1); /* not enforced */
rump.c 327 chgproccnt(0, 1);
  /src/sys/compat/netbsd32/
netbsd32_execve.c 245 (void)chgproccnt(kauth_cred_getuid(l->l_cred), -1);

Completed in 18 milliseconds