| /src/sys/kern/ |
| sys_pset.c | 417 syscallarg(id_t) first_id; 452 id1 = SCARG(uap, first_id);
|
| systrace_args.c | 3111 iarg[1] = SCARG(p, first_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), \ 4378 long long first_id, 4382 long long first_id,
|
| /src/sys/compat/netbsd32/ |
| netbsd32_netbsd.c | 2603 syscallarg(id_t) first_id; 2611 SCARG(&ua, first_id) = SCARG(uap, first_id);
|
| netbsd32_syscallargs.h | 2192 syscallarg(id_t) first_id; member in struct:netbsd32__pset_bind_args
|
| netbsd32_systrace_args.c | 2945 iarg[1] = SCARG(p, first_id); /* id_t */
|
| /src/sys/sys/ |
| syscallargs.h | 2691 syscallarg(id_t) first_id; member in struct:sys__pset_bind_args
|