| /src/sys/kern/ |
| sys_pset.c | 418 syscallarg(id_t) second_id; 453 id2 = SCARG(uap, second_id);
|
| systrace_args.c | 3112 iarg[2] = SCARG(p, second_id); /* id_t */
|
| /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| netbsd_syscall_hooks.h | 2239 #define __sanitizer_syscall_pre__pset_bind(idtype, first_id, second_id, psid, \ 2242 (long long)(idtype), (long long)(first_id), (long long)(second_id), \ 2244 #define __sanitizer_syscall_post__pset_bind(res, idtype, first_id, second_id, \ 2247 res, (long long)(idtype), (long long)(first_id), (long long)(second_id), \ 4379 long long second_id, 4383 long long second_id,
|
| /src/sys/compat/netbsd32/ |
| netbsd32_netbsd.c | 2604 syscallarg(id_t) second_id; 2612 SCARG(&ua, second_id) = SCARG(uap, second_id);
|
| netbsd32_syscallargs.h | 2193 syscallarg(id_t) second_id; member in struct:netbsd32__pset_bind_args
|
| netbsd32_systrace_args.c | 2946 iarg[2] = SCARG(p, second_id); /* id_t */
|
| /src/sys/sys/ |
| syscallargs.h | 2692 syscallarg(id_t) second_id; member in struct:sys__pset_bind_args
|