Searched refs:lcid (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dlctx.h18 setlcid(pid_t pid, pid_t lcid) argument
20 return (syscall(SYS_setlcid, pid, lcid));
/darwin-on-arm/xnu/security/
H A Dmac_process.c483 pid_t pid, pid_t lcid)
491 MAC_CHECK(proc_check_setlcid, p0, p, pid, lcid);
482 mac_proc_check_setlcid(struct proc *p0, struct proc *p, pid_t pid, pid_t lcid) argument
H A Dmac_base.c1483 * Indirect: uap->lcid login context ID to search
1499 AUDIT_ARG(value32, uap->lcid);
1519 l = lcfind(uap->lcid);
1552 * Indirect: uap->lcid login context ID to search
H A Dmac_policy.h1357 is called when the mac_set_lctx/lcid system call is invoked. A user space
3253 @param lcid syscall LCID argument
3269 pid_t lcid
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_prot.c2094 AUDIT_ARG(value32, uap->lcid);
2105 error = mac_proc_check_setlcid(p0, p, uap->pid, uap->lcid);
2110 switch (uap->lcid) {
2164 l = lcfind(uap->lcid);
2175 enterlctx(p, l, (uap->lcid == LCID_CREATE) ? 1 : 0);
H A Dkern_proc.c1517 lcfind(pid_t lcid) argument
1523 if (l->lc_id == lcid) {
1701 SYSCTL_NODE(_kern_lctx, KERN_LCTX_LCID, lcid, CTLFLAG_RD | CTLFLAG_LOCKED,
H A Dkern_sysctl.c1482 SYSCTL_PROC(_kern_proc, KERN_PROC_LCID, lcid, CTLTYPE_NODE|CTLFLAG_RD | CTLFLAG_LOCKED,

Completed in 59 milliseconds