Searched refs:sys_getloginclass (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | kern_loginclass.c | 188 sys_getloginclass(struct thread *td, struct getloginclass_args *uap) in sys_getloginclass() function
|
| D | init_sysent.c | 575 …{ AS(getloginclass_args), (sy_call_t *)sys_getloginclass, AUE_GETLOGINCLASS, NULL, 0, 0, SYF_CAPEN…
|
| /freebsd-12-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 595 …{ AS(getloginclass_args), (sy_call_t *)sys_getloginclass, AUE_GETLOGINCLASS, NULL, 0, 0, SYF_CAPEN…
|
| /freebsd-12-stable/sys/sys/ |
| D | sysproto.h | 2147 int sys_getloginclass(struct thread *, struct getloginclass_args *);
|