Searched refs:chgproccnt (Results 1 – 10 of 10) sorted by relevance
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/ |
H A D | uidinfo.h | 51 int chgproccnt(uid_t, int);
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/ |
H A D | kern_fork.c | 252 count = chgproccnt(uid, 1); in fork1() 257 (void)chgproccnt(uid, -1); in fork1() 272 (void)chgproccnt(uid, -1); in fork1()
|
H A D | kern_uidinfo.c | 194 chgproccnt(uid_t uid, int diff) in chgproccnt() function
|
H A D | kern_prot.c | 351 (void)chgproccnt(kauth_cred_getuid(ncred), -1); in do_setresuid() 352 (void)chgproccnt(r, 1); in do_setresuid()
|
H A D | kern_exec.c | 695 chgproccnt(kauth_cred_getuid(l->l_cred), 0) > in execve_loadvm() 2350 count = chgproccnt(uid, 1); in check_posix_spawn() 2355 (void)chgproccnt(uid, -1); in check_posix_spawn() 2691 (void)chgproccnt(kauth_cred_getuid(l1->l_cred), -1); in sys_posix_spawn()
|
H A D | init_main.c | 393 (void)chgproccnt(0, 1); in main()
|
H A D | kern_exit.c | 1176 (void)chgproccnt(uid, -1); in proc_free()
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/librump/rumpkern/ |
H A D | lwproc.c | 183 chgproccnt(kauth_cred_getuid(cred), -1); in lwproc_proc_free() 287 chgproccnt(uid, 1); /* not enforced */ in lwproc_newproc()
|
H A D | rump.c | 335 chgproccnt(0, 1); in rump_init()
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/netbsd32/ |
H A D | netbsd32_execve.c | 231 (void)chgproccnt(kauth_cred_getuid(l->l_cred), -1); in netbsd32_posix_spawn()
|