Symbol: sysmsg
sys/dev/drm/linux_dma-buf.c
72
struct ucred *cred, struct sysmsg *msgv)
sys/dev/raid/amr/amr.c
167
int32_t flag, struct sysmsg *sm);
sys/dev/raid/amr/amr.c
514
struct sysmsg *sm)
sys/kern/imgact_resident.c
206
sys_exec_sys_register(struct sysmsg *sysmsg,
sys/kern/imgact_resident.c
256
sys_exec_sys_unregister(struct sysmsg *sysmsg,
sys/kern/imgact_resident.c
321
sysmsg->sysmsg_result = count;
sys/kern/init_main.c
559
struct sysmsg sysmsg;
sys/kern/init_main.c
679
bzero(&sysmsg, sizeof(sysmsg));
sys/kern/init_main.c
696
if ((error = sys_execve(&sysmsg, &args)) == 0) {
sys/kern/kern_acct.c
122
sys_acct(struct sysmsg *sysmsg, const struct acct_args *uap)
sys/kern/kern_acl.c
149
sys___acl_get_file(struct sysmsg *sysmsg,
sys/kern/kern_acl.c
174
sys___acl_set_file(struct sysmsg *sysmsg,
sys/kern/kern_acl.c
199
sys___acl_get_fd(struct sysmsg *sysmsg,
sys/kern/kern_acl.c
218
sys___acl_set_fd(struct sysmsg *sysmsg,
sys/kern/kern_acl.c
236
sys___acl_delete_file(struct sysmsg *sysmsg,
sys/kern/kern_acl.c
262
sys___acl_delete_fd(struct sysmsg *sysmsg,
sys/kern/kern_acl.c
281
sys___acl_aclcheck_file(struct sysmsg *sysmsg,
sys/kern/kern_acl.c
307
sys___acl_aclcheck_fd(struct sysmsg *sysmsg,
sys/kern/kern_caps.c
128
sysmsg->sysmsg_result = res;
sys/kern/kern_caps.c
141
sys_syscap_set(struct sysmsg *sysmsg, const struct syscap_set_args *uap)
sys/kern/kern_caps.c
207
sysmsg->sysmsg_result = res | uap->flags;
sys/kern/kern_caps.c
77
sys_syscap_get(struct sysmsg *sysmsg, const struct syscap_get_args *uap)
sys/kern/kern_checkpoint.c
716
sys_sys_checkpoint(struct sysmsg *sysmsg,
sys/kern/kern_checkpoint.c
760
sysmsg->sysmsg_result = uap->retval;
sys/kern/kern_descrip.c
1000
sysmsg->sysmsg_result = dat.fc_flags;
sys/kern/kern_descrip.c
1003
sysmsg->sysmsg_result = dat.fc_owner;
sys/kern/kern_descrip.c
1016
sysmsg->sysmsg_result = dat.fc_fd;
sys/kern/kern_descrip.c
1403
sys_closefrom(struct sysmsg *sysmsg, const struct closefrom_args *uap)
sys/kern/kern_descrip.c
1457
sys_close(struct sysmsg *sysmsg, const struct close_args *uap)
sys/kern/kern_descrip.c
1541
sys_shutdown(struct sysmsg *sysmsg, const struct shutdown_args *uap)
sys/kern/kern_descrip.c
1572
sys_fstat(struct sysmsg *sysmsg, const struct fstat_args *uap)
sys/kern/kern_descrip.c
1590
sys_fpathconf(struct sysmsg *sysmsg, const struct fpathconf_args *uap)
sys/kern/kern_descrip.c
1606
sysmsg->sysmsg_result = PIPE_BUF;
sys/kern/kern_descrip.c
1613
error = VOP_PATHCONF(vp, uap->name, &sysmsg->sysmsg_reg);
sys/kern/kern_descrip.c
3197
sys_flock(struct sysmsg *sysmsg, const struct flock_args *uap)
sys/kern/kern_descrip.c
3562
struct ucred *cred, struct sysmsg *msgv)
sys/kern/kern_descrip.c
641
sys_getdtablesize(struct sysmsg *sysmsg, const struct getdtablesize_args *uap)
sys/kern/kern_descrip.c
658
sysmsg->sysmsg_result = dtsize;
sys/kern/kern_descrip.c
669
sys_dup2(struct sysmsg *sysmsg, const struct dup2_args *uap)
sys/kern/kern_descrip.c
675
sysmsg->sysmsg_fds[0] = fd;
sys/kern/kern_descrip.c
684
sys_dup(struct sysmsg *sysmsg, const struct dup_args *uap)
sys/kern/kern_descrip.c
690
sysmsg->sysmsg_fds[0] = fd;
sys/kern/kern_descrip.c
938
sys_fcntl(struct sysmsg *sysmsg, const struct fcntl_args *uap)
sys/kern/kern_descrip.c
950
sysmsg->sysmsg_result = fdp->fd_lastfile;
sys/kern/kern_descrip.c
994
sysmsg->sysmsg_result = dat.fc_fd;
sys/kern/kern_descrip.c
997
sysmsg->sysmsg_result = dat.fc_fdflags;
sys/kern/kern_device.c
238
struct sysmsg *msg, struct file *fp)
sys/kern/kern_environment.c
110
sysmsg->sysmsg_result = ((done == needed) ? 0 : needed);
sys/kern/kern_environment.c
148
sysmsg-> sysmsg_result = len;
sys/kern/kern_environment.c
74
sys_kenv(struct sysmsg *sysmsg, const struct kenv_args *uap)
sys/kern/kern_event.c
1054
sys_kevent(struct sysmsg *sysmsg, const struct kevent_args *uap)
sys/kern/kern_event.c
1087
error = kern_kevent(kq, uap->nevents, &sysmsg->sysmsg_result, kap,
sys/kern/kern_event.c
1661
struct ucred *cred, struct sysmsg *msg)
sys/kern/kern_event.c
723
sys_kqueue(struct sysmsg *sysmsg, const struct kqueue_args *uap)
sys/kern/kern_event.c
742
sysmsg->sysmsg_result = fd;
sys/kern/kern_event.c
85
struct ucred *cred, struct sysmsg *msg);
sys/kern/kern_exec.c
659
sys_execve(struct sysmsg *sysmsg, const struct execve_args *uap)
sys/kern/kern_exec.c
698
sysmsg->sysmsg_result64 = 0;
sys/kern/kern_exec.c
707
sys_fexecve(struct sysmsg *sysmsg, const struct fexecve_args *uap)
sys/kern/kern_exec.c
762
sysmsg->sysmsg_result64 = 0;
sys/kern/kern_exit.c
109
sys_exit(struct sysmsg *sysmsg, const struct exit_args *uap)
sys/kern/kern_exit.c
120
sys_extexit(struct sysmsg *sysmsg, const struct extexit_args *uap)
sys/kern/kern_exit.c
327
struct sysmsg sysmsg;
sys/kern/kern_exit.c
329
sysmsg.extargs.kill.signum = SIGKILL;
sys/kern/kern_exit.c
332
sysmsg.extargs.kill.pid = q->p_pid;
sys/kern/kern_exit.c
337
sys_kill(&sysmsg, &sysmsg.extargs.kill);
sys/kern/kern_exit.c
914
sys_wait4(struct sysmsg *sysmsg, const struct wait_args *uap)
sys/kern/kern_exit.c
939
NULL, &sysmsg->sysmsg_result);
sys/kern/kern_exit.c
951
sys_wait6(struct sysmsg *sysmsg, const struct wait6_args *uap)
sys/kern/kern_exit.c
985
&wrusage, infop, &sysmsg->sysmsg_result);
sys/kern/kern_fork.c
139
sys_fork(struct sysmsg *sysmsg, const struct fork_args *uap)
sys/kern/kern_fork.c
149
sysmsg->sysmsg_fds[0] = p2->p_pid;
sys/kern/kern_fork.c
150
sysmsg->sysmsg_fds[1] = 0;
sys/kern/kern_fork.c
160
sys_vfork(struct sysmsg *sysmsg, const struct vfork_args *uap)
sys/kern/kern_fork.c
170
sysmsg->sysmsg_fds[0] = p2->p_pid;
sys/kern/kern_fork.c
171
sysmsg->sysmsg_fds[1] = 0;
sys/kern/kern_fork.c
189
sys_rfork(struct sysmsg *sysmsg, const struct rfork_args *uap)
sys/kern/kern_fork.c
203
sysmsg->sysmsg_fds[0] = p2->p_pid;
sys/kern/kern_fork.c
204
sysmsg->sysmsg_fds[1] = 0;
sys/kern/kern_fork.c
207
sysmsg->sysmsg_fds[0] = 0;
sys/kern/kern_fork.c
208
sysmsg->sysmsg_fds[1] = 0;
sys/kern/kern_fork.c
289
sys_lwp_create(struct sysmsg *sysmsg, const struct lwp_create_args *uap)
sys/kern/kern_fork.c
296
sys_lwp_create2(struct sysmsg *sysmsg, const struct lwp_create2_args *uap)
sys/kern/kern_fork.c
987
sys_procctl(struct sysmsg *sysmsg, const struct procctl_args *uap)
sys/kern/kern_jail.c
255
sys_jail(struct sysmsg *sysmsg, const struct jail_args *uap)
sys/kern/kern_jail.c
263
sysmsg->sysmsg_result = -1;
sys/kern/kern_jail.c
337
sysmsg->sysmsg_result = pr->pr_id;
sys/kern/kern_jail.c
361
sys_jail_attach(struct sysmsg *sysmsg, const struct jail_attach_args *uap)
sys/kern/kern_ktrace.c
289
sys_ktrace(struct sysmsg *sysmsg, const struct ktrace_args *uap)
sys/kern/kern_ktrace.c
440
sys_utrace(struct sysmsg *sysmsg, const struct utrace_args *uap)
sys/kern/kern_linker.c
1004
sysmsg->sysmsg_result = module_getid(TAILQ_FIRST(&lf->modules));
sys/kern/kern_linker.c
1006
sysmsg->sysmsg_result = 0;
sys/kern/kern_linker.c
1019
sys_kldsym(struct sysmsg *sysmsg, const struct kldsym_args *uap)
sys/kern/kern_linker.c
777
sys_kldload(struct sysmsg *sysmsg, const struct kldload_args *uap)
sys/kern/kern_linker.c
784
sysmsg->sysmsg_result = -1;
sys/kern/kern_linker.c
816
sysmsg->sysmsg_result = lf->id;
sys/kern/kern_linker.c
828
sys_kldunload(struct sysmsg *sysmsg, const struct kldunload_args *uap)
sys/kern/kern_linker.c
865
sys_kldfind(struct sysmsg *sysmsg, const struct kldfind_args *uap)
sys/kern/kern_linker.c
872
sysmsg->sysmsg_result = -1;
sys/kern/kern_linker.c
883
sysmsg->sysmsg_result = lf->id;
sys/kern/kern_linker.c
898
sys_kldnext(struct sysmsg *sysmsg, const struct kldnext_args *uap)
sys/kern/kern_linker.c
921
sysmsg->sysmsg_result = lf->id;
sys/kern/kern_linker.c
923
sysmsg->sysmsg_result = 0;
sys/kern/kern_linker.c
935
sys_kldstat(struct sysmsg *sysmsg, const struct kldstat_args *uap)
sys/kern/kern_linker.c
983
sysmsg->sysmsg_result = 0;
sys/kern/kern_linker.c
995
sys_kldfirstmod(struct sysmsg *sysmsg, const struct kldfirstmod_args *uap)
sys/kern/kern_module.c
247
sys_modnext(struct sysmsg *sysmsg, const struct modnext_args *uap)
sys/kern/kern_module.c
254
sysmsg->sysmsg_result = -1;
sys/kern/kern_module.c
258
sysmsg->sysmsg_result = mod->id;
sys/kern/kern_module.c
271
sysmsg->sysmsg_result = TAILQ_NEXT(mod, link)->id;
sys/kern/kern_module.c
273
sysmsg->sysmsg_result = 0;
sys/kern/kern_module.c
284
sys_modfnext(struct sysmsg *sysmsg, const struct modfnext_args *uap)
sys/kern/kern_module.c
290
sysmsg->sysmsg_result = -1;
sys/kern/kern_module.c
299
sysmsg->sysmsg_result = TAILQ_NEXT(mod, flink)->id;
sys/kern/kern_module.c
301
sysmsg->sysmsg_result = 0;
sys/kern/kern_module.c
320
sys_modstat(struct sysmsg *sysmsg, const struct modstat_args *uap)
sys/kern/kern_module.c
367
sysmsg->sysmsg_result = 0;
sys/kern/kern_module.c
379
sys_modfind(struct sysmsg *sysmsg, const struct modfind_args *uap)
sys/kern/kern_module.c
393
sysmsg->sysmsg_result = mod->id;
sys/kern/kern_nrandom.c
749
sys_getrandom(struct sysmsg *sysmsg, const struct getrandom_args *uap)
sys/kern/kern_nrandom.c
785
sysmsg->sysmsg_szresult = r;
sys/kern/kern_ntptime.c
282
sys_ntp_adjtime(struct sysmsg *sysmsg, const struct ntp_adjtime_args *uap)
sys/kern/kern_ntptime.c
428
sysmsg->sysmsg_result = TIME_ERROR;
sys/kern/kern_ntptime.c
430
sysmsg->sysmsg_result = time_state;
sys/kern/kern_p1003_1b.c
112
int sys_##SC (struct sysmsg *sysmsg, const struct SC##_args *uap) \
sys/kern/kern_p1003_1b.c
194
sys_sched_setparam(struct sysmsg *sysmsg,
sys/kern/kern_p1003_1b.c
209
e = ksched_setparam(&sysmsg->sysmsg_reg, ksched, lp,
sys/kern/kern_p1003_1b.c
222
sys_sched_getparam(struct sysmsg *sysmsg,
sys/kern/kern_p1003_1b.c
235
e = ksched_getparam(&sysmsg->sysmsg_reg, ksched,
sys/kern/kern_p1003_1b.c
250
sys_sched_setscheduler(struct sysmsg *sysmsg,
sys/kern/kern_p1003_1b.c
265
e = ksched_setscheduler(&sysmsg->sysmsg_reg, ksched,
sys/kern/kern_p1003_1b.c
279
sys_sched_getscheduler(struct sysmsg *sysmsg,
sys/kern/kern_p1003_1b.c
291
e = ksched_getscheduler(&sysmsg->sysmsg_reg, ksched, lp);
sys/kern/kern_p1003_1b.c
306
sys_sched_yield(struct sysmsg *sysmsg,
sys/kern/kern_p1003_1b.c
309
return ksched_yield(&sysmsg->sysmsg_reg, ksched);
sys/kern/kern_p1003_1b.c
316
sys_sched_get_priority_max(struct sysmsg *sysmsg,
sys/kern/kern_p1003_1b.c
319
return ksched_get_priority_max(&sysmsg->sysmsg_reg, ksched, uap->policy);
sys/kern/kern_p1003_1b.c
326
sys_sched_get_priority_min(struct sysmsg *sysmsg,
sys/kern/kern_p1003_1b.c
329
return ksched_get_priority_min(&sysmsg->sysmsg_reg, ksched, uap->policy);
sys/kern/kern_p1003_1b.c
333
sys_sched_rr_get_interval(struct sysmsg *sysmsg,
sys/kern/kern_p1003_1b.c
346
e = ksched_rr_get_interval(&sysmsg->sysmsg_reg, ksched,
sys/kern/kern_plimit.c
389
sys_setrlimit(struct sysmsg *sysmsg, const struct __setrlimit_args *uap)
sys/kern/kern_plimit.c
430
sys_getrlimit(struct sysmsg *sysmsg, const struct __getrlimit_args *uap)
sys/kern/kern_prot.c
107
sys_getpgid(struct sysmsg *sysmsg, const struct getpgid_args *uap)
sys/kern/kern_prot.c
1248
sys_getlogin(struct sysmsg *sysmsg, const struct getlogin_args *uap)
sys/kern/kern_prot.c
125
sysmsg->sysmsg_result = pt->p_pgrp->pg_id;
sys/kern/kern_prot.c
1272
sys_setlogin(struct sysmsg *sysmsg, const struct setlogin_args *uap)
sys/kern/kern_prot.c
137
sys_getsid(struct sysmsg *sysmsg, const struct getsid_args *uap)
sys/kern/kern_prot.c
154
sysmsg->sysmsg_result = pt->p_session->s_sid;
sys/kern/kern_prot.c
165
sys_getuid(struct sysmsg *sysmsg, const struct getuid_args *uap)
sys/kern/kern_prot.c
169
sysmsg->sysmsg_fds[0] = cred->cr_ruid;
sys/kern/kern_prot.c
177
sys_geteuid(struct sysmsg *sysmsg, const struct geteuid_args *uap)
sys/kern/kern_prot.c
181
sysmsg->sysmsg_result = cred->cr_uid;
sys/kern/kern_prot.c
189
sys_getgid(struct sysmsg *sysmsg, const struct getgid_args *uap)
sys/kern/kern_prot.c
193
sysmsg->sysmsg_fds[0] = cred->cr_rgid;
sys/kern/kern_prot.c
203
sys_getegid(struct sysmsg *sysmsg, const struct getegid_args *uap)
sys/kern/kern_prot.c
207
sysmsg->sysmsg_result = cred->cr_groups[0];
sys/kern/kern_prot.c
212
sys_getgroups(struct sysmsg *sysmsg, const struct getgroups_args *uap)
sys/kern/kern_prot.c
220
sysmsg->sysmsg_result = cr->cr_ngroups;
sys/kern/kern_prot.c
229
sysmsg->sysmsg_result = ngrp;
sys/kern/kern_prot.c
237
sys_lwp_setname(struct sysmsg *sysmsg, const struct lwp_setname_args *uap)
sys/kern/kern_prot.c
283
sys_lwp_getname(struct sysmsg *sysmsg, const struct lwp_getname_args *uap)
sys/kern/kern_prot.c
326
sys_setsid(struct sysmsg *sysmsg, const struct setsid_args *uap)
sys/kern/kern_prot.c
339
sysmsg->sysmsg_result = p->p_pid;
sys/kern/kern_prot.c
360
sys_setpgid(struct sysmsg *sysmsg, const struct setpgid_args *uap)
sys/kern/kern_prot.c
433
sys_setuid(struct sysmsg *sysmsg, const struct setuid_args *uap)
sys/kern/kern_prot.c
519
sys_seteuid(struct sysmsg *sysmsg, const struct seteuid_args *uap)
sys/kern/kern_prot.c
550
sys_setgid(struct sysmsg *sysmsg, const struct setgid_args *uap)
sys/kern/kern_prot.c
62
sys_getpid(struct sysmsg *sysmsg, const struct getpid_args *uap)
sys/kern/kern_prot.c
633
sys_setegid(struct sysmsg *sysmsg, const struct setegid_args *uap)
sys/kern/kern_prot.c
66
sysmsg->sysmsg_fds[0] = p->p_pid;
sys/kern/kern_prot.c
661
sys_setgroups(struct sysmsg *sysmsg, const struct setgroups_args *uap)
sys/kern/kern_prot.c
706
sys_setreuid(struct sysmsg *sysmsg, const struct setreuid_args *uap)
sys/kern/kern_prot.c
71
sys_getppid(struct sysmsg *sysmsg, const struct getppid_args *uap)
sys/kern/kern_prot.c
748
sys_setregid(struct sysmsg *sysmsg, const struct setregid_args *uap)
sys/kern/kern_prot.c
75
sysmsg->sysmsg_result = p->p_ppid;
sys/kern/kern_prot.c
796
sys_setresuid(struct sysmsg *sysmsg, const struct setresuid_args *uap)
sys/kern/kern_prot.c
81
sys_lwp_gettid(struct sysmsg *sysmsg, const struct lwp_gettid_args *uap)
sys/kern/kern_prot.c
84
sysmsg->sysmsg_result = lp->lwp_tid;
sys/kern/kern_prot.c
843
sys_setresgid(struct sysmsg *sysmsg, const struct setresgid_args *uap)
sys/kern/kern_prot.c
888
sys_getresuid(struct sysmsg *sysmsg, const struct getresuid_args *uap)
sys/kern/kern_prot.c
911
sys_getresgid(struct sysmsg *sysmsg, const struct getresgid_args *uap)
sys/kern/kern_prot.c
92
sys_getpgrp(struct sysmsg *sysmsg, const struct getpgrp_args *uap)
sys/kern/kern_prot.c
939
sys_issetugid(struct sysmsg *sysmsg, const struct issetugid_args *uap)
sys/kern/kern_prot.c
941
sysmsg->sysmsg_result = (curproc->p_flags & P_SUGID) ? 1 : 0;
sys/kern/kern_prot.c
97
sysmsg->sysmsg_result = p->p_pgrp->pg_id;
sys/kern/kern_resource.c
148
sysmsg->sysmsg_result = low;
sys/kern/kern_resource.c
187
sys_setpriority(struct sysmsg *sysmsg, const struct setpriority_args *uap)
sys/kern/kern_resource.c
328
sys_ioprio_get(struct sysmsg *sysmsg, const struct ioprio_get_args *uap)
sys/kern/kern_resource.c
389
sysmsg->sysmsg_result = high;
sys/kern/kern_resource.c
429
sys_ioprio_set(struct sysmsg *sysmsg, const struct ioprio_set_args *uap)
sys/kern/kern_resource.c
558
sys_lwp_rtprio(struct sysmsg *sysmsg, const struct lwp_rtprio_args *uap)
sys/kern/kern_resource.c
678
sys_rtprio(struct sysmsg *sysmsg, const struct rtprio_args *uap)
sys/kern/kern_resource.c
839
sys_getrusage(struct sysmsg *sysmsg, const struct getrusage_args *uap)
sys/kern/kern_resource.c
85
sys_getpriority(struct sysmsg *sysmsg, const struct getpriority_args *uap)
sys/kern/kern_shutdown.c
182
sys_reboot(struct sysmsg *sysmsg, const struct reboot_args *uap)
sys/kern/kern_sig.c
1863
sys_sigtimedwait(struct sysmsg *sysmsg, const struct sigtimedwait_args *uap)
sys/kern/kern_sig.c
1897
sysmsg->sysmsg_result = info.si_signo;
sys/kern/kern_sig.c
1906
sys_sigwaitinfo(struct sysmsg *sysmsg, const struct sigwaitinfo_args *uap)
sys/kern/kern_sig.c
1930
sysmsg->sysmsg_result = info.si_signo;
sys/kern/kern_sig.c
2628
sys_nosys(struct sysmsg *sysmsg, const struct nosys_args *args)
sys/kern/kern_sig.c
382
sys_sigaction(struct sysmsg *sysmsg, const struct sigaction_args *uap)
sys/kern/kern_sig.c
519
sys_sigprocmask(struct sysmsg *sysmsg, const struct sigprocmask_args *uap)
sys/kern/kern_sig.c
556
sys_sigpending(struct sysmsg *sysmsg, const struct sigpending_args *uap)
sys/kern/kern_sig.c
614
sys_sigsuspend(struct sysmsg *sysmsg, const struct sigsuspend_args *uap)
sys/kern/kern_sig.c
667
sys_sigaltstack(struct sysmsg *sysmsg, const struct sigaltstack_args *uap)
sys/kern/kern_sig.c
862
sys_kill(struct sysmsg *sysmsg, const struct kill_args *uap)
sys/kern/kern_sig.c
871
sys_lwp_kill(struct sysmsg *sysmsg, const struct lwp_kill_args *uap)
sys/kern/kern_syscalls.c
44
sys_lkmnosys(struct sysmsg *sysmsg, const struct nosys_args *args)
sys/kern/kern_syscalls.c
46
return(sys_nosys(sysmsg, args));
sys/kern/kern_sysctl.c
1489
sys___sysctl(struct sysmsg *sysmsg, const struct sysctl_args *uap)
sys/kern/kern_threads.c
63
sys_yield(struct sysmsg *sysmsg, const struct yield_args *uap)
sys/kern/kern_threads.c
65
sysmsg->sysmsg_result = 0;
sys/kern/kern_time.c
269
sys_clock_gettime(struct sysmsg *sysmsg, const struct clock_gettime_args *uap)
sys/kern/kern_time.c
303
sys_clock_settime(struct sysmsg *sysmsg, const struct clock_settime_args *uap)
sys/kern/kern_time.c
365
sys_clock_getres(struct sysmsg *sysmsg, const struct clock_getres_args *uap)
sys/kern/kern_time.c
412
sys_getcpuclockid(struct sysmsg *sysmsg, const struct getcpuclockid_args *uap)
sys/kern/kern_time.c
564
sys_clock_nanosleep(struct sysmsg *sysmsg,
sys/kern/kern_time.c
576
sysmsg->sysmsg_result = error;
sys/kern/kern_time.c
594
sysmsg->sysmsg_result = error;
sys/kern/kern_time.c
599
sys_nanosleep(struct sysmsg *sysmsg, const struct nanosleep_args *uap)
sys/kern/kern_time.c
634
sys_gettimeofday(struct sysmsg *sysmsg, const struct gettimeofday_args *uap)
sys/kern/kern_time.c
655
sys_settimeofday(struct sysmsg *sysmsg, const struct settimeofday_args *uap)
sys/kern/kern_time.c
747
sys_adjtime(struct sysmsg *sysmsg, const struct adjtime_args *uap)
sys/kern/kern_time.c
899
sys_getitimer(struct sysmsg *sysmsg, const struct getitimer_args *uap)
sys/kern/kern_time.c
931
sys_setitimer(struct sysmsg *sysmsg, const struct setitimer_args *uap)
sys/kern/kern_time.c
950
error = sys_getitimer(sysmsg, &gitargs);
sys/kern/kern_umtx.c
110
sys_umtx_sleep(struct sysmsg *sysmsg, const struct umtx_sleep_args *uap)
sys/kern/kern_umtx.c
250
sys_umtx_wakeup(struct sysmsg *sysmsg, const struct umtx_wakeup_args *uap)
sys/kern/kern_usched.c
184
sys_usched_set(struct sysmsg *sysmsg, const struct usched_set_args *uap)
sys/kern/kern_usched.c
363
sys_lwp_getaffinity(struct sysmsg *sysmsg,
sys/kern/kern_usched.c
411
sys_lwp_setaffinity(struct sysmsg *sysmsg,
sys/kern/kern_uuid.c
160
sys_uuidgen(struct sysmsg *sysmsg, const struct uuidgen_args *uap)
sys/kern/kern_varsym.c
131
sys_varsym_set(struct sysmsg *sysmsg, const struct varsym_set_args *uap)
sys/kern/kern_varsym.c
190
sys_varsym_get(struct sysmsg *sysmsg, const struct varsym_get_args *uap)
sys/kern/kern_varsym.c
211
sysmsg->sysmsg_result = 0;
sys/kern/kern_varsym.c
226
sys_varsym_list(struct sysmsg *sysmsg, const struct varsym_list_args *uap)
sys/kern/kern_varsym.c
339
sysmsg->sysmsg_result = bytes;
sys/kern/subr_prof.c
54
sys_profil(struct sysmsg *sysmsg, const struct profil_args *uap)
sys/kern/sys_generic.c
123
sys_read(struct sysmsg *sysmsg, const struct read_args *uap)
sys/kern/sys_generic.c
1234
sys_poll(struct sysmsg *sysmsg, const struct poll_args *uap)
sys/kern/sys_generic.c
1249
error = dopoll(uap->nfds, uap->fds, tsp, &sysmsg->sysmsg_result, 0);
sys/kern/sys_generic.c
1260
sys_ppoll(struct sysmsg *sysmsg, const struct ppoll_args *uap)
sys/kern/sys_generic.c
1295
error = dopoll(uap->nfds, uap->fds, ktsp, &sysmsg->sysmsg_result,
sys/kern/sys_generic.c
143
error = kern_preadv(uap->fd, &auio, 0, &sysmsg->sysmsg_szresult);
sys/kern/sys_generic.c
153
sys_extpread(struct sysmsg *sysmsg, const struct extpread_args *uap)
sys/kern/sys_generic.c
1737
sys_openbsd_poll(struct sysmsg *sysmsg, const struct openbsd_poll_args *uap)
sys/kern/sys_generic.c
1739
return (sys_poll(sysmsg, (const struct poll_args *)uap));
sys/kern/sys_generic.c
178
error = kern_preadv(uap->fd, &auio, flags, &sysmsg->sysmsg_szresult);
sys/kern/sys_generic.c
188
sys_readv(struct sysmsg *sysmsg, const struct readv_args *uap)
sys/kern/sys_generic.c
206
error = kern_preadv(uap->fd, &auio, 0, &sysmsg->sysmsg_szresult);
sys/kern/sys_generic.c
219
sys_extpreadv(struct sysmsg *sysmsg, const struct extpreadv_args *uap)
sys/kern/sys_generic.c
242
error = kern_preadv(uap->fd, &auio, flags, &sysmsg->sysmsg_szresult);
sys/kern/sys_generic.c
329
sys_write(struct sysmsg *sysmsg, const struct write_args *uap)
sys/kern/sys_generic.c
349
error = kern_pwritev(uap->fd, &auio, 0, &sysmsg->sysmsg_szresult);
sys/kern/sys_generic.c
360
sys_extpwrite(struct sysmsg *sysmsg, const struct extpwrite_args *uap)
sys/kern/sys_generic.c
384
error = kern_pwritev(uap->fd, &auio, flags, &sysmsg->sysmsg_szresult);
sys/kern/sys_generic.c
392
sys_writev(struct sysmsg *sysmsg, const struct writev_args *uap)
sys/kern/sys_generic.c
410
error = kern_pwritev(uap->fd, &auio, 0, &sysmsg->sysmsg_szresult);
sys/kern/sys_generic.c
423
sys_extpwritev(struct sysmsg *sysmsg, const struct extpwritev_args *uap)
sys/kern/sys_generic.c
446
error = kern_pwritev(uap->fd, &auio, flags, &sysmsg->sysmsg_szresult);
sys/kern/sys_generic.c
537
sys_ioctl(struct sysmsg *sysmsg, const struct ioctl_args *uap)
sys/kern/sys_generic.c
541
error = mapped_ioctl(uap->fd, uap->com, uap->data, NULL, sysmsg);
sys/kern/sys_generic.c
560
struct sysmsg *msg)
sys/kern/sys_generic.c
798
sys_select(struct sysmsg *sysmsg, const struct select_args *uap)
sys/kern/sys_generic.c
821
&sysmsg->sysmsg_result);
sys/kern/sys_generic.c
831
sys_pselect(struct sysmsg *sysmsg, const struct pselect_args *uap)
sys/kern/sys_generic.c
870
&sysmsg->sysmsg_result);
sys/kern/sys_mqueue.c
1004
sys_mq_getattr(struct sysmsg *sysmsg, const struct mq_getattr_args *uap)
sys/kern/sys_mqueue.c
1028
sys_mq_setattr(struct sysmsg *sysmsg, const struct mq_setattr_args *uap)
sys/kern/sys_mqueue.c
1077
sys_mq_unlink(struct sysmsg *sysmsg, const struct mq_unlink_args *uap)
sys/kern/sys_mqueue.c
415
sys_mq_open(struct sysmsg *sysmsg, const struct mq_open_args *uap)
sys/kern/sys_mqueue.c
606
sysmsg->sysmsg_result = mqd;
sys/kern/sys_mqueue.c
615
sys_mq_close(struct sysmsg *sysmsg, const struct mq_close_args *uap)
sys/kern/sys_mqueue.c
617
return sys_close(sysmsg, (const void *)uap);
sys/kern/sys_mqueue.c
728
sys_mq_receive(struct sysmsg *sysmsg, const struct mq_receive_args *uap)
sys/kern/sys_mqueue.c
742
sysmsg->sysmsg_result = mlen;
sys/kern/sys_mqueue.c
748
sys_mq_timedreceive(struct sysmsg *sysmsg, const struct mq_timedreceive_args *uap)
sys/kern/sys_mqueue.c
774
sysmsg->sysmsg_result = mlen;
sys/kern/sys_mqueue.c
915
sys_mq_send(struct sysmsg *sysmsg, const struct mq_send_args *uap)
sys/kern/sys_mqueue.c
929
sys_mq_timedsend(struct sysmsg *sysmsg, const struct mq_timedsend_args *uap)
sys/kern/sys_mqueue.c
956
sys_mq_notify(struct sysmsg *sysmsg, const struct mq_notify_args *uap)
sys/kern/sys_pipe.c
263
sys_pipe(struct sysmsg *sysmsg, const struct pipe_args *uap)
sys/kern/sys_pipe.c
265
return kern_pipe(sysmsg->sysmsg_fds, 0);
sys/kern/sys_pipe.c
269
sys_pipe2(struct sysmsg *sysmsg, const struct pipe2_args *uap)
sys/kern/sys_pipe.c
273
return kern_pipe(sysmsg->sysmsg_fds, uap->flags);
sys/kern/sys_pipe.c
87
struct ucred *cred, struct sysmsg *msg);
sys/kern/sys_pipe.c
994
struct ucred *cred, struct sysmsg *msg)
sys/kern/sys_process.c
108
&sysmsg->sysmsg_result);
sys/kern/sys_process.c
62
sys_ptrace(struct sysmsg *sysmsg, const struct ptrace_args *uap)
sys/kern/sys_socket.c
129
struct ucred *cred, struct sysmsg *msg)
sys/kern/sysv_msg.c
1068
sysmsg->sysmsg_result = msgsz;
sys/kern/sysv_msg.c
203
sys_msgctl(struct sysmsg *sysmsg, const struct msgctl_args *uap)
sys/kern/sysv_msg.c
337
sysmsg->sysmsg_result = rval;
sys/kern/sysv_msg.c
345
sys_msgget(struct sysmsg *sysmsg, const struct msgget_args *uap)
sys/kern/sysv_msg.c
448
sysmsg->sysmsg_result = IXSEQ_TO_IPCID(msqid, msqptr->msg_perm);
sys/kern/sysv_msg.c
456
sys_msgsnd(struct sysmsg *sysmsg, const struct msgsnd_args *uap)
sys/kern/sysv_msg.c
780
sysmsg->sysmsg_result = 0;
sys/kern/sysv_msg.c
788
sys_msgrcv(struct sysmsg *sysmsg, const struct msgrcv_args *uap)
sys/kern/sysv_sem.c
1043
sysmsg->sysmsg_result = 0;
sys/kern/sysv_sem.c
347
sys___semctl(struct sysmsg *sysmsg, const struct __semctl_args *uap)
sys/kern/sysv_sem.c
566
sysmsg->sysmsg_result = rval;
sys/kern/sysv_sem.c
574
sys_semget(struct sysmsg *sysmsg, const struct semget_args *uap)
sys/kern/sysv_sem.c
718
sysmsg->sysmsg_result =
sys/kern/sysv_sem.c
728
sys_semop(struct sysmsg *sysmsg, const struct semop_args *uap)
sys/kern/sysv_shm.c
223
sys_shmdt(struct sysmsg *sysmsg, const struct shmdt_args *uap)
sys/kern/sysv_shm.c
261
sys_shmat(struct sysmsg *sysmsg, const struct shmat_args *uap)
sys/kern/sysv_shm.c
389
sysmsg->sysmsg_resultp = (void *)attach_va;
sys/kern/sysv_shm.c
401
sys_shmctl(struct sysmsg *sysmsg, const struct shmctl_args *uap)
sys/kern/sysv_shm.c
465
shmget_existing(struct proc *p, struct sysmsg *sysmsg,
sys/kern/sysv_shm.c
491
sysmsg->sysmsg_result = IXSEQ_TO_IPCID(segnum, shmseg->shm_perm);
sys/kern/sysv_shm.c
496
shmget_allocate_segment(struct proc *p, struct sysmsg *sysmsg,
sys/kern/sysv_shm.c
57
static int shmget_allocate_segment(struct proc *p, struct sysmsg *sysmsg,
sys/kern/sysv_shm.c
59
static int shmget_existing(struct proc *p, struct sysmsg *sysmsg,
sys/kern/sysv_shm.c
603
sysmsg->sysmsg_result = shmid;
sys/kern/sysv_shm.c
611
sys_shmget(struct sysmsg *sysmsg, const struct shmget_args *uap)
sys/kern/sysv_shm.c
629
error = shmget_existing(p, sysmsg, uap, mode, segnum);
sys/kern/sysv_shm.c
639
error = shmget_allocate_segment(p, sysmsg, uap, mode);
sys/kern/uipc_syscalls.c
1037
sys_recvfrom(struct sysmsg *sysmsg, const struct recvfrom_args *uap)
sys/kern/uipc_syscalls.c
1067
&flags, &sysmsg->sysmsg_szresult);
sys/kern/uipc_syscalls.c
1095
sys_recvmsg(struct sysmsg *sysmsg, const struct recvmsg_args *uap)
sys/kern/uipc_syscalls.c
1145
&sysmsg->sysmsg_szresult);
sys/kern/uipc_syscalls.c
1242
sys_setsockopt(struct sysmsg *sysmsg, const struct setsockopt_args *uap)
sys/kern/uipc_syscalls.c
1303
sys_getsockopt(struct sysmsg *sysmsg, const struct getsockopt_args *uap)
sys/kern/uipc_syscalls.c
1401
sys_getsockname(struct sysmsg *sysmsg, const struct getsockname_args *uap)
sys/kern/uipc_syscalls.c
145
sys_socket(struct sysmsg *sysmsg, const struct socket_args *uap)
sys/kern/uipc_syscalls.c
1490
sys_getpeername(struct sysmsg *sysmsg, const struct getpeername_args *uap)
sys/kern/uipc_syscalls.c
150
&sysmsg->sysmsg_iresult);
sys/kern/uipc_syscalls.c
1582
sys_sendfile(struct sysmsg *sysmsg, const struct sendfile_args *uap)
sys/kern/uipc_syscalls.c
177
sys_bind(struct sysmsg *sysmsg, const struct bind_args *uap)
sys/kern/uipc_syscalls.c
217
sys_listen(struct sysmsg *sysmsg, const struct listen_args *uap)
sys/kern/uipc_syscalls.c
442
sys_accept(struct sysmsg *sysmsg, const struct accept_args *uap)
sys/kern/uipc_syscalls.c
454
&sysmsg->sysmsg_iresult, 0);
sys/kern/uipc_syscalls.c
468
&sysmsg->sysmsg_iresult, 0);
sys/kern/uipc_syscalls.c
479
sys_extaccept(struct sysmsg *sysmsg, const struct extaccept_args *uap)
sys/kern/uipc_syscalls.c
492
&sysmsg->sysmsg_iresult, 0);
sys/kern/uipc_syscalls.c
506
&sysmsg->sysmsg_iresult, 0);
sys/kern/uipc_syscalls.c
517
sys_accept4(struct sysmsg *sysmsg, const struct accept4_args *uap)
sys/kern/uipc_syscalls.c
534
&sysmsg->sysmsg_iresult, sockflags);
sys/kern/uipc_syscalls.c
548
&sysmsg->sysmsg_iresult, sockflags);
sys/kern/uipc_syscalls.c
636
sys_connect(struct sysmsg *sysmsg, const struct connect_args *uap)
sys/kern/uipc_syscalls.c
660
sys_extconnect(struct sysmsg *sysmsg, const struct extconnect_args *uap)
sys/kern/uipc_syscalls.c
765
sys_socketpair(struct sysmsg *sysmsg, const struct socketpair_args *uap)
sys/kern/uipc_syscalls.c
849
sys_sendto(struct sysmsg *sysmsg, const struct sendto_args *uap)
sys/kern/uipc_syscalls.c
877
&sysmsg->sysmsg_szresult);
sys/kern/uipc_syscalls.c
890
sys_sendmsg(struct sysmsg *sysmsg, const struct sendmsg_args *uap)
sys/kern/uipc_syscalls.c
951
&sysmsg->sysmsg_szresult);
sys/kern/vfs_aio.c
28
sys_aio_return(struct sysmsg *sysmsg, const struct aio_return_args *uap)
sys/kern/vfs_aio.c
34
sys_aio_suspend(struct sysmsg *sysmsg, const struct aio_suspend_args *uap)
sys/kern/vfs_aio.c
40
sys_aio_cancel(struct sysmsg *sysmsg, const struct aio_cancel_args *uap)
sys/kern/vfs_aio.c
46
sys_aio_error(struct sysmsg *sysmsg, const struct aio_error_args *uap)
sys/kern/vfs_aio.c
52
sys_aio_read(struct sysmsg *sysmsg, const struct aio_read_args *uap)
sys/kern/vfs_aio.c
58
sys_aio_write(struct sysmsg *sysmsg, const struct aio_write_args *uap)
sys/kern/vfs_aio.c
64
sys_lio_listio(struct sysmsg *sysmsg, const struct lio_listio_args *uap)
sys/kern/vfs_aio.c
70
sys_aio_waitcomplete(struct sysmsg *sysmsg, const struct aio_waitcomplete_args *uap)
sys/kern/vfs_cache.c
5036
sys___getcwd(struct sysmsg *sysmsg, const struct __getcwd_args *uap)
sys/kern/vfs_quota.c
329
sys_vquotactl(struct sysmsg *sysmsg, const struct vquotactl_args *vqa)
sys/kern/vfs_syscalls.c
118
sys_mount(struct sysmsg *sysmsg, const struct mount_args *uap)
sys/kern/vfs_syscalls.c
1188
sys_sync(struct sysmsg *sysmsg, const struct sync_args *uap)
sys/kern/vfs_syscalls.c
1228
sys_quotactl(struct sysmsg *sysmsg, const struct quotactl_args *uap)
sys/kern/vfs_syscalls.c
1267
sys_mountctl(struct sysmsg *sysmsg, const struct mountctl_args *uap)
sys/kern/vfs_syscalls.c
1331
buf, uap->buflen, &sysmsg->sysmsg_result);
sys/kern/vfs_syscalls.c
1334
if (error == 0 && sysmsg->sysmsg_result > 0)
sys/kern/vfs_syscalls.c
1335
error = copyout(buf, uap->buf, sysmsg->sysmsg_result);
sys/kern/vfs_syscalls.c
1460
sys_statfs(struct sysmsg *sysmsg, const struct statfs_args *uap)
sys/kern/vfs_syscalls.c
1538
sys_fstatfs(struct sysmsg *sysmsg, const struct fstatfs_args *uap)
sys/kern/vfs_syscalls.c
1579
sys_statvfs(struct sysmsg *sysmsg, const struct statvfs_args *uap)
sys/kern/vfs_syscalls.c
1638
sys_fstatvfs(struct sysmsg *sysmsg, const struct fstatvfs_args *uap)
sys/kern/vfs_syscalls.c
1668
sys_getfsstat(struct sysmsg *sysmsg, const struct getfsstat_args *uap)
sys/kern/vfs_syscalls.c
1683
sysmsg->sysmsg_result = info.maxcount;
sys/kern/vfs_syscalls.c
1685
sysmsg->sysmsg_result = info.count;
sys/kern/vfs_syscalls.c
1760
sys_getvfsstat(struct sysmsg *sysmsg, const struct getvfsstat_args *uap)
sys/kern/vfs_syscalls.c
1776
sysmsg->sysmsg_result = info.maxcount;
sys/kern/vfs_syscalls.c
1778
sysmsg->sysmsg_result = info.count;
sys/kern/vfs_syscalls.c
1856
sys_fchdir(struct sysmsg *sysmsg, const struct fchdir_args *uap)
sys/kern/vfs_syscalls.c
1968
sys_chdir(struct sysmsg *sysmsg, const struct chdir_args *uap)
sys/kern/vfs_syscalls.c
2089
sys_chroot(struct sysmsg *sysmsg, const struct chroot_args *uap)
sys/kern/vfs_syscalls.c
2108
sys_chroot_kernel(struct sysmsg *sysmsg, const struct chroot_kernel_args *uap)
sys/kern/vfs_syscalls.c
2295
sys_open(struct sysmsg *sysmsg, const struct open_args *uap)
sys/kern/vfs_syscalls.c
2303
uap->mode, &sysmsg->sysmsg_result);
sys/kern/vfs_syscalls.c
2313
sys_openat(struct sysmsg *sysmsg, const struct openat_args *uap)
sys/kern/vfs_syscalls.c
2322
&sysmsg->sysmsg_result);
sys/kern/vfs_syscalls.c
2407
sys_mknod(struct sysmsg *sysmsg, const struct mknod_args *uap)
sys/kern/vfs_syscalls.c
2428
sys_mknodat(struct sysmsg *sysmsg, const struct mknodat_args *uap)
sys/kern/vfs_syscalls.c
2480
sys_mkfifo(struct sysmsg *sysmsg, const struct mkfifo_args *uap)
sys/kern/vfs_syscalls.c
2499
sys_mkfifoat(struct sysmsg *sysmsg, const struct mkfifoat_args *uap)
sys/kern/vfs_syscalls.c
2639
sys_link(struct sysmsg *sysmsg, const struct link_args *uap)
sys/kern/vfs_syscalls.c
2663
sys_linkat(struct sysmsg *sysmsg, const struct linkat_args *uap)
sys/kern/vfs_syscalls.c
2715
sys_symlink(struct sysmsg *sysmsg, const struct symlink_args *uap)
sys/kern/vfs_syscalls.c
2744
sys_symlinkat(struct sysmsg *sysmsg, const struct symlinkat_args *uap)
sys/kern/vfs_syscalls.c
2774
sys_undelete(struct sysmsg *sysmsg, const struct undelete_args *uap)
sys/kern/vfs_syscalls.c
2819
sys_unlink(struct sysmsg *sysmsg, const struct unlink_args *uap)
sys/kern/vfs_syscalls.c
2838
sys_unlinkat(struct sysmsg *sysmsg, const struct unlinkat_args *uap)
sys/kern/vfs_syscalls.c
2881
sys_lseek(struct sysmsg *sysmsg, const struct lseek_args *uap)
sys/kern/vfs_syscalls.c
2886
&sysmsg->sysmsg_offset);
sys/kern/vfs_syscalls.c
2959
sys_access(struct sysmsg *sysmsg, const struct access_args *uap)
sys/kern/vfs_syscalls.c
2978
sys_eaccess(struct sysmsg *sysmsg, const struct eaccess_args *uap)
sys/kern/vfs_syscalls.c
2997
sys_faccessat(struct sysmsg *sysmsg, const struct faccessat_args *uap)
sys/kern/vfs_syscalls.c
3068
sys_stat(struct sysmsg *sysmsg, const struct stat_args *uap)
sys/kern/vfs_syscalls.c
3090
sys_lstat(struct sysmsg *sysmsg, const struct lstat_args *uap)
sys/kern/vfs_syscalls.c
3112
sys_fstatat(struct sysmsg *sysmsg, const struct fstatat_args *uap)
sys/kern/vfs_syscalls.c
3163
sys_pathconf(struct sysmsg *sysmsg, const struct pathconf_args *uap)
sys/kern/vfs_syscalls.c
3166
&sysmsg->sysmsg_reg));
sys/kern/vfs_syscalls.c
3175
sys_lpathconf(struct sysmsg *sysmsg, const struct lpathconf_args *uap)
sys/kern/vfs_syscalls.c
3177
return (kern_pathconf(uap->path, uap->name, 0, &sysmsg->sysmsg_reg));
sys/kern/vfs_syscalls.c
3225
sys_readlink(struct sysmsg *sysmsg, const struct readlink_args *uap)
sys/kern/vfs_syscalls.c
3233
&sysmsg->sysmsg_result);
sys/kern/vfs_syscalls.c
3246
sys_readlinkat(struct sysmsg *sysmsg, const struct readlinkat_args *uap)
sys/kern/vfs_syscalls.c
3255
&sysmsg->sysmsg_result);
sys/kern/vfs_syscalls.c
3300
sys_chflags(struct sysmsg *sysmsg, const struct chflags_args *uap)
sys/kern/vfs_syscalls.c
3328
sys_lchflags(struct sysmsg *sysmsg, const struct lchflags_args *uap)
sys/kern/vfs_syscalls.c
3356
sys_fchflags(struct sysmsg *sysmsg, const struct fchflags_args *uap)
sys/kern/vfs_syscalls.c
3377
sys_chflagsat(struct sysmsg *sysmsg, const struct chflagsat_args *uap)
sys/kern/vfs_syscalls.c
3450
sys_chmod(struct sysmsg *sysmsg, const struct chmod_args *uap)
sys/kern/vfs_syscalls.c
3468
sys_lchmod(struct sysmsg *sysmsg, const struct lchmod_args *uap)
sys/kern/vfs_syscalls.c
3486
sys_fchmod(struct sysmsg *sysmsg, const struct fchmod_args *uap)
sys/kern/vfs_syscalls.c
3508
sys_fchmodat(struct sysmsg *sysmsg, const struct fchmodat_args *uap)
sys/kern/vfs_syscalls.c
3589
sys_chown(struct sysmsg *sysmsg, const struct chown_args *uap)
sys/kern/vfs_syscalls.c
3607
sys_lchown(struct sysmsg *sysmsg, const struct lchown_args *uap)
sys/kern/vfs_syscalls.c
3625
sys_fchown(struct sysmsg *sysmsg, const struct fchown_args *uap)
sys/kern/vfs_syscalls.c
3649
sys_fchownat(struct sysmsg *sysmsg, const struct fchownat_args *uap)
sys/kern/vfs_syscalls.c
3767
sys_utimes(struct sysmsg *sysmsg, const struct utimes_args *uap)
sys/kern/vfs_syscalls.c
3791
sys_lutimes(struct sysmsg *sysmsg, const struct lutimes_args *uap)
sys/kern/vfs_syscalls.c
3866
sys_futimens(struct sysmsg *sysmsg, const struct futimens_args *uap)
sys/kern/vfs_syscalls.c
3900
sys_futimes(struct sysmsg *sysmsg, const struct futimes_args *uap)
sys/kern/vfs_syscalls.c
3920
sys_futimesat(struct sysmsg *sysmsg, const struct futimesat_args *uap)
sys/kern/vfs_syscalls.c
3985
sys_utimensat(struct sysmsg *sysmsg, const struct utimensat_args *uap)
sys/kern/vfs_syscalls.c
4061
sys_truncate(struct sysmsg *sysmsg, const struct truncate_args *uap)
sys/kern/vfs_syscalls.c
4138
sys_ftruncate(struct sysmsg *sysmsg, const struct ftruncate_args *uap)
sys/kern/vfs_syscalls.c
4183
sys_fsync(struct sysmsg *sysmsg, const struct fsync_args *uap)
sys/kern/vfs_syscalls.c
4194
sys_fdatasync(struct sysmsg *sysmsg, const struct fdatasync_args *uap)
sys/kern/vfs_syscalls.c
4452
sys_rename(struct sysmsg *sysmsg, const struct rename_args *uap)
sys/kern/vfs_syscalls.c
4478
sys_renameat(struct sysmsg *sysmsg, const struct renameat_args *uap)
sys/kern/vfs_syscalls.c
4538
sys_mkdir(struct sysmsg *sysmsg, const struct mkdir_args *uap)
sys/kern/vfs_syscalls.c
4557
sys_mkdirat(struct sysmsg *sysmsg, const struct mkdirat_args *uap)
sys/kern/vfs_syscalls.c
4601
sys_rmdir(struct sysmsg *sysmsg, const struct rmdir_args *uap)
sys/kern/vfs_syscalls.c
4670
sys_getdirentries(struct sysmsg *sysmsg, const struct getdirentries_args *uap)
sys/kern/vfs_syscalls.c
4676
&sysmsg->sysmsg_result, UIO_USERSPACE);
sys/kern/vfs_syscalls.c
4687
sys_getdents(struct sysmsg *sysmsg, const struct getdents_args *uap)
sys/kern/vfs_syscalls.c
4692
&sysmsg->sysmsg_result, UIO_USERSPACE);
sys/kern/vfs_syscalls.c
4703
sys_umask(struct sysmsg *sysmsg, const struct umask_args *uap)
sys/kern/vfs_syscalls.c
4710
sysmsg->sysmsg_result = fdp->fd_cmask;
sys/kern/vfs_syscalls.c
4722
sys_revoke(struct sysmsg *sysmsg, const struct revoke_args *uap)
sys/kern/vfs_syscalls.c
4771
sys_getfh(struct sysmsg *sysmsg, const struct getfh_args *uap)
sys/kern/vfs_syscalls.c
4814
sys_fhopen(struct sysmsg *sysmsg, const struct fhopen_args *uap)
sys/kern/vfs_syscalls.c
4981
sysmsg->sysmsg_result = indx;
sys/kern/vfs_syscalls.c
5001
sys_fhstat(struct sysmsg *sysmsg, const struct fhstat_args *uap)
sys/kern/vfs_syscalls.c
5041
sys_fhstatfs(struct sysmsg *sysmsg, const struct fhstatfs_args *uap)
sys/kern/vfs_syscalls.c
5105
sys_fhstatvfs(struct sysmsg *sysmsg, const struct fhstatvfs_args *uap)
sys/kern/vfs_syscalls.c
5166
sys_extattrctl(struct sysmsg *sysmsg, const struct extattrctl_args *uap)
sys/kern/vfs_syscalls.c
5214
sys_extattr_set_file(struct sysmsg *sysmsg,
sys/kern/vfs_syscalls.c
5264
sys_extattr_get_file(struct sysmsg *sysmsg,
sys/kern/vfs_syscalls.c
5302
sysmsg->sysmsg_result = uap->nbytes - auio.uio_resid;
sys/kern/vfs_syscalls.c
5314
sys_extattr_delete_file(struct sysmsg *sysmsg,
sys/kern/vfs_syscalls.c
5401
sys___realpath(struct sysmsg *sysmsg, const struct __realpath_args *uap)
sys/kern/vfs_syscalls.c
5458
sysmsg->sysmsg_szresult = rlen;
sys/kern/vfs_syscalls.c
5468
sys_posix_fallocate(struct sysmsg *sysmsg, const struct posix_fallocate_args *uap)
sys/kern/vfs_syscalls.c
614
sys_unmount(struct sysmsg *sysmsg, const struct unmount_args *uap)
sys/kern/vfs_vnops.c
68
struct ucred *cred, struct sysmsg *msg);
sys/kern/vfs_vnops.c
984
struct sysmsg *msg)
sys/kern/vfs_vopops.c
509
int fflag, struct ucred *cred, struct sysmsg *msg)
sys/platform/pc64/x86_64/machdep.c
946
sys_sigreturn(struct sysmsg *sysmsg, const struct sigreturn_args *uap)
sys/platform/pc64/x86_64/sysarch.c
46
sys_sysarch(struct sysmsg *sysmsg, const struct sysarch_args *uap)
sys/platform/pc64/x86_64/tls.c
108
sysmsg->sysmsg_result = 0; /* segment descriptor $0 */
sys/platform/pc64/x86_64/tls.c
123
sys_get_tls_area(struct sysmsg *sysmsg, const struct get_tls_area_args *uap)
sys/platform/pc64/x86_64/tls.c
71
sys_set_tls_area(struct sysmsg *sysmsg, const struct set_tls_area_args *uap)
sys/platform/pc64/x86_64/trap.c
1172
struct sysmsg sysmsg;
sys/platform/pc64/x86_64/trap.c
1240
argsdst = (register_t *)&sysmsg.extargs;
sys/platform/pc64/x86_64/trap.c
1267
sysmsg.sysmsg_fds[0] = 0;
sys/platform/pc64/x86_64/trap.c
1268
sysmsg.sysmsg_fds[1] = frame->tf_rdx;
sys/platform/pc64/x86_64/trap.c
1274
sysmsg.sysmsg_frame = frame;
sys/platform/pc64/x86_64/trap.c
1285
error = (*callp->sy_call)(&sysmsg, argp);
sys/platform/pc64/x86_64/trap.c
1310
frame->tf_rax = sysmsg.sysmsg_fds[0];
sys/platform/pc64/x86_64/trap.c
1311
frame->tf_rdx = sysmsg.sysmsg_fds[1];
sys/platform/pc64/x86_64/trap.c
1356
ktrsysret(lp, code, error, sysmsg.sysmsg_result);
sys/platform/pc64/x86_64/trap.c
1384
void xsyscall(struct sysmsg *sysmsg, struct nosys_args *uap);
sys/platform/pc64/x86_64/trap.c
1387
sys_xsyscall(struct sysmsg *sysmsg, const struct nosys_args *uap)
sys/platform/pc64/x86_64/trap.c
1401
frame = sysmsg->sysmsg_frame;
sys/platform/pc64/x86_64/trap.c
1419
argsdst = (register_t *)&sysmsg->extargs;
sys/platform/pc64/x86_64/trap.c
1432
sysmsg->sysmsg_result);
sys/platform/pc64/x86_64/trap.c
1445
error = (*callp->sy_call)(sysmsg, argp);
sys/platform/pc64/x86_64/trap.c
1451
rval = (callp->sy_rsize <= 4) ? sysmsg->sysmsg_result :
sys/platform/pc64/x86_64/trap.c
1452
sysmsg->sysmsg_lresult;
sys/platform/vkernel64/platform/sysarch.c
44
sys_sysarch(struct sysmsg *sysmsg, const struct sysarch_args *uap)
sys/platform/vkernel64/x86_64/cpu_regs.c
347
sys_sigreturn(struct sysmsg *sysmsg, const struct sigreturn_args *uap)
sys/platform/vkernel64/x86_64/tls.c
104
sysmsg->sysmsg_result = 0; /* segment descriptor $0 */
sys/platform/vkernel64/x86_64/tls.c
117
sys_get_tls_area(struct sysmsg *sysmsg, const struct get_tls_area_args *uap)
sys/platform/vkernel64/x86_64/tls.c
67
sys_set_tls_area(struct sysmsg *sysmsg, const struct set_tls_area_args *uap)
sys/platform/vkernel64/x86_64/trap.c
1022
struct sysmsg sysmsg;
sys/platform/vkernel64/x86_64/trap.c
1079
argsdst = (register_t *)&sysmsg.extargs;
sys/platform/vkernel64/x86_64/trap.c
1108
sysmsg.sysmsg_fds[0] = 0;
sys/platform/vkernel64/x86_64/trap.c
1109
sysmsg.sysmsg_fds[1] = frame->tf_rdx;
sys/platform/vkernel64/x86_64/trap.c
1115
sysmsg.sysmsg_frame = frame;
sys/platform/vkernel64/x86_64/trap.c
1123
error = (*callp->sy_call)(&sysmsg, argp);
sys/platform/vkernel64/x86_64/trap.c
1141
frame->tf_rax = sysmsg.sysmsg_fds[0];
sys/platform/vkernel64/x86_64/trap.c
1142
frame->tf_rdx = sysmsg.sysmsg_fds[1];
sys/platform/vkernel64/x86_64/trap.c
1187
ktrsysret(lp, code, error, sysmsg.sysmsg_result);
sys/platform/vkernel64/x86_64/trap.c
1213
void xsyscall(struct sysmsg *sysmsg, struct nosys_args *uap);
sys/platform/vkernel64/x86_64/trap.c
1216
sys_xsyscall(struct sysmsg *sysmsg, const struct nosys_args *uap)
sys/platform/vkernel64/x86_64/trap.c
1228
frame = sysmsg->sysmsg_frame;
sys/platform/vkernel64/x86_64/trap.c
1246
argsdst = (register_t *)&sysmsg->extargs;
sys/platform/vkernel64/x86_64/trap.c
1262
error = (*callp->sy_call)(sysmsg, argp);
sys/platform/vkernel64/x86_64/trap.c
1266
ktrsysret(td->td_lwp, code, error, sysmsg->sysmsg_result);
sys/sys/device.h
117
struct sysmsg *a_sysmsg;
sys/sys/device.h
335
struct sysmsg;
sys/sys/device.h
343
int fflag, struct ucred *cred, struct sysmsg *msg, struct file *fp);
sys/sys/file.h
170
struct ucred *cred, struct sysmsg *msg);
sys/sys/file.h
74
struct sysmsg;
sys/sys/file.h
82
struct ucred *cred, struct sysmsg *msg);
sys/sys/file2.h
79
struct sysmsg *msg
sys/sys/globaldata.h
122
struct sysmsg;
sys/sys/mapped_ioctl.h
88
struct ioctl_map *map, struct sysmsg *msg);
sys/sys/socketvar.h
394
struct sysmsg;
sys/sys/socketvar.h
406
struct ucred *cred, struct sysmsg *msg);
sys/sys/sysent.h
111
((sizeof(struct syscallname ## _args ) - sizeof(struct sysmsg)) \
sys/sys/sysent.h
40
struct sysmsg;
sys/sys/sysent.h
42
typedef int sy_call_t (struct sysmsg *sysmsg, const void *);
sys/sys/sysproto.h
1464
struct sysmsg;
sys/sys/sysproto.h
1471
struct sysmsg;
sys/sys/sysproto.h
1473
int sys_xsyscall (struct sysmsg *sysmsg, const struct nosys_args *);
sys/sys/sysproto.h
1474
int sys_exit (struct sysmsg *sysmsg, const struct exit_args *);
sys/sys/sysproto.h
1475
int sys_fork (struct sysmsg *sysmsg, const struct fork_args *);
sys/sys/sysproto.h
1476
int sys_read (struct sysmsg *sysmsg, const struct read_args *);
sys/sys/sysproto.h
1477
int sys_write (struct sysmsg *sysmsg, const struct write_args *);
sys/sys/sysproto.h
1478
int sys_open (struct sysmsg *sysmsg, const struct open_args *);
sys/sys/sysproto.h
1479
int sys_close (struct sysmsg *sysmsg, const struct close_args *);
sys/sys/sysproto.h
1480
int sys_wait4 (struct sysmsg *sysmsg, const struct wait_args *);
sys/sys/sysproto.h
1481
int sys_nosys (struct sysmsg *sysmsg, const struct nosys_args *);
sys/sys/sysproto.h
1482
int sys_link (struct sysmsg *sysmsg, const struct link_args *);
sys/sys/sysproto.h
1483
int sys_unlink (struct sysmsg *sysmsg, const struct unlink_args *);
sys/sys/sysproto.h
1484
int sys_chdir (struct sysmsg *sysmsg, const struct chdir_args *);
sys/sys/sysproto.h
1485
int sys_fchdir (struct sysmsg *sysmsg, const struct fchdir_args *);
sys/sys/sysproto.h
1486
int sys_mknod (struct sysmsg *sysmsg, const struct mknod_args *);
sys/sys/sysproto.h
1487
int sys_chmod (struct sysmsg *sysmsg, const struct chmod_args *);
sys/sys/sysproto.h
1488
int sys_chown (struct sysmsg *sysmsg, const struct chown_args *);
sys/sys/sysproto.h
1489
int sys_obreak (struct sysmsg *sysmsg, const struct obreak_args *);
sys/sys/sysproto.h
1490
int sys_getfsstat (struct sysmsg *sysmsg, const struct getfsstat_args *);
sys/sys/sysproto.h
1491
int sys_getpid (struct sysmsg *sysmsg, const struct getpid_args *);
sys/sys/sysproto.h
1492
int sys_mount (struct sysmsg *sysmsg, const struct mount_args *);
sys/sys/sysproto.h
1493
int sys_unmount (struct sysmsg *sysmsg, const struct unmount_args *);
sys/sys/sysproto.h
1494
int sys_setuid (struct sysmsg *sysmsg, const struct setuid_args *);
sys/sys/sysproto.h
1495
int sys_getuid (struct sysmsg *sysmsg, const struct getuid_args *);
sys/sys/sysproto.h
1496
int sys_geteuid (struct sysmsg *sysmsg, const struct geteuid_args *);
sys/sys/sysproto.h
1497
int sys_ptrace (struct sysmsg *sysmsg, const struct ptrace_args *);
sys/sys/sysproto.h
1498
int sys_recvmsg (struct sysmsg *sysmsg, const struct recvmsg_args *);
sys/sys/sysproto.h
1499
int sys_sendmsg (struct sysmsg *sysmsg, const struct sendmsg_args *);
sys/sys/sysproto.h
1500
int sys_recvfrom (struct sysmsg *sysmsg, const struct recvfrom_args *);
sys/sys/sysproto.h
1501
int sys_accept (struct sysmsg *sysmsg, const struct accept_args *);
sys/sys/sysproto.h
1502
int sys_getpeername (struct sysmsg *sysmsg, const struct getpeername_args *);
sys/sys/sysproto.h
1503
int sys_getsockname (struct sysmsg *sysmsg, const struct getsockname_args *);
sys/sys/sysproto.h
1504
int sys_access (struct sysmsg *sysmsg, const struct access_args *);
sys/sys/sysproto.h
1505
int sys_chflags (struct sysmsg *sysmsg, const struct chflags_args *);
sys/sys/sysproto.h
1506
int sys_fchflags (struct sysmsg *sysmsg, const struct fchflags_args *);
sys/sys/sysproto.h
1507
int sys_sync (struct sysmsg *sysmsg, const struct sync_args *);
sys/sys/sysproto.h
1508
int sys_kill (struct sysmsg *sysmsg, const struct kill_args *);
sys/sys/sysproto.h
1509
int sys_getppid (struct sysmsg *sysmsg, const struct getppid_args *);
sys/sys/sysproto.h
1510
int sys_dup (struct sysmsg *sysmsg, const struct dup_args *);
sys/sys/sysproto.h
1511
int sys_pipe (struct sysmsg *sysmsg, const struct pipe_args *);
sys/sys/sysproto.h
1512
int sys_getegid (struct sysmsg *sysmsg, const struct getegid_args *);
sys/sys/sysproto.h
1513
int sys_profil (struct sysmsg *sysmsg, const struct profil_args *);
sys/sys/sysproto.h
1514
int sys_ktrace (struct sysmsg *sysmsg, const struct ktrace_args *);
sys/sys/sysproto.h
1515
int sys_getgid (struct sysmsg *sysmsg, const struct getgid_args *);
sys/sys/sysproto.h
1516
int sys_getlogin (struct sysmsg *sysmsg, const struct getlogin_args *);
sys/sys/sysproto.h
1517
int sys_setlogin (struct sysmsg *sysmsg, const struct setlogin_args *);
sys/sys/sysproto.h
1518
int sys_acct (struct sysmsg *sysmsg, const struct acct_args *);
sys/sys/sysproto.h
1519
int sys_sigaltstack (struct sysmsg *sysmsg, const struct sigaltstack_args *);
sys/sys/sysproto.h
1520
int sys_ioctl (struct sysmsg *sysmsg, const struct ioctl_args *);
sys/sys/sysproto.h
1521
int sys_reboot (struct sysmsg *sysmsg, const struct reboot_args *);
sys/sys/sysproto.h
1522
int sys_revoke (struct sysmsg *sysmsg, const struct revoke_args *);
sys/sys/sysproto.h
1523
int sys_symlink (struct sysmsg *sysmsg, const struct symlink_args *);
sys/sys/sysproto.h
1524
int sys_readlink (struct sysmsg *sysmsg, const struct readlink_args *);
sys/sys/sysproto.h
1525
int sys_execve (struct sysmsg *sysmsg, const struct execve_args *);
sys/sys/sysproto.h
1526
int sys_umask (struct sysmsg *sysmsg, const struct umask_args *);
sys/sys/sysproto.h
1527
int sys_chroot (struct sysmsg *sysmsg, const struct chroot_args *);
sys/sys/sysproto.h
1528
int sys_msync (struct sysmsg *sysmsg, const struct msync_args *);
sys/sys/sysproto.h
1529
int sys_vfork (struct sysmsg *sysmsg, const struct vfork_args *);
sys/sys/sysproto.h
1530
int sys_sbrk (struct sysmsg *sysmsg, const struct sbrk_args *);
sys/sys/sysproto.h
1531
int sys_sstk (struct sysmsg *sysmsg, const struct sstk_args *);
sys/sys/sysproto.h
1532
int sys_munmap (struct sysmsg *sysmsg, const struct munmap_args *);
sys/sys/sysproto.h
1533
int sys_mprotect (struct sysmsg *sysmsg, const struct mprotect_args *);
sys/sys/sysproto.h
1534
int sys_madvise (struct sysmsg *sysmsg, const struct madvise_args *);
sys/sys/sysproto.h
1535
int sys_mincore (struct sysmsg *sysmsg, const struct mincore_args *);
sys/sys/sysproto.h
1536
int sys_getgroups (struct sysmsg *sysmsg, const struct getgroups_args *);
sys/sys/sysproto.h
1537
int sys_setgroups (struct sysmsg *sysmsg, const struct setgroups_args *);
sys/sys/sysproto.h
1538
int sys_getpgrp (struct sysmsg *sysmsg, const struct getpgrp_args *);
sys/sys/sysproto.h
1539
int sys_setpgid (struct sysmsg *sysmsg, const struct setpgid_args *);
sys/sys/sysproto.h
1540
int sys_setitimer (struct sysmsg *sysmsg, const struct setitimer_args *);
sys/sys/sysproto.h
1541
int sys_swapon (struct sysmsg *sysmsg, const struct swapon_args *);
sys/sys/sysproto.h
1542
int sys_getitimer (struct sysmsg *sysmsg, const struct getitimer_args *);
sys/sys/sysproto.h
1543
int sys_getdtablesize (struct sysmsg *sysmsg, const struct getdtablesize_args *);
sys/sys/sysproto.h
1544
int sys_dup2 (struct sysmsg *sysmsg, const struct dup2_args *);
sys/sys/sysproto.h
1545
int sys_fcntl (struct sysmsg *sysmsg, const struct fcntl_args *);
sys/sys/sysproto.h
1546
int sys_select (struct sysmsg *sysmsg, const struct select_args *);
sys/sys/sysproto.h
1547
int sys_fsync (struct sysmsg *sysmsg, const struct fsync_args *);
sys/sys/sysproto.h
1548
int sys_setpriority (struct sysmsg *sysmsg, const struct setpriority_args *);
sys/sys/sysproto.h
1549
int sys_socket (struct sysmsg *sysmsg, const struct socket_args *);
sys/sys/sysproto.h
1550
int sys_connect (struct sysmsg *sysmsg, const struct connect_args *);
sys/sys/sysproto.h
1551
int sys_getpriority (struct sysmsg *sysmsg, const struct getpriority_args *);
sys/sys/sysproto.h
1552
int sys_bind (struct sysmsg *sysmsg, const struct bind_args *);
sys/sys/sysproto.h
1553
int sys_setsockopt (struct sysmsg *sysmsg, const struct setsockopt_args *);
sys/sys/sysproto.h
1554
int sys_listen (struct sysmsg *sysmsg, const struct listen_args *);
sys/sys/sysproto.h
1555
int sys_gettimeofday (struct sysmsg *sysmsg, const struct gettimeofday_args *);
sys/sys/sysproto.h
1556
int sys_getrusage (struct sysmsg *sysmsg, const struct getrusage_args *);
sys/sys/sysproto.h
1557
int sys_getsockopt (struct sysmsg *sysmsg, const struct getsockopt_args *);
sys/sys/sysproto.h
1558
int sys_readv (struct sysmsg *sysmsg, const struct readv_args *);
sys/sys/sysproto.h
1559
int sys_writev (struct sysmsg *sysmsg, const struct writev_args *);
sys/sys/sysproto.h
1560
int sys_settimeofday (struct sysmsg *sysmsg, const struct settimeofday_args *);
sys/sys/sysproto.h
1561
int sys_fchown (struct sysmsg *sysmsg, const struct fchown_args *);
sys/sys/sysproto.h
1562
int sys_fchmod (struct sysmsg *sysmsg, const struct fchmod_args *);
sys/sys/sysproto.h
1563
int sys_setreuid (struct sysmsg *sysmsg, const struct setreuid_args *);
sys/sys/sysproto.h
1564
int sys_setregid (struct sysmsg *sysmsg, const struct setregid_args *);
sys/sys/sysproto.h
1565
int sys_rename (struct sysmsg *sysmsg, const struct rename_args *);
sys/sys/sysproto.h
1566
int sys_flock (struct sysmsg *sysmsg, const struct flock_args *);
sys/sys/sysproto.h
1567
int sys_mkfifo (struct sysmsg *sysmsg, const struct mkfifo_args *);
sys/sys/sysproto.h
1568
int sys_sendto (struct sysmsg *sysmsg, const struct sendto_args *);
sys/sys/sysproto.h
1569
int sys_shutdown (struct sysmsg *sysmsg, const struct shutdown_args *);
sys/sys/sysproto.h
1570
int sys_socketpair (struct sysmsg *sysmsg, const struct socketpair_args *);
sys/sys/sysproto.h
1571
int sys_mkdir (struct sysmsg *sysmsg, const struct mkdir_args *);
sys/sys/sysproto.h
1572
int sys_rmdir (struct sysmsg *sysmsg, const struct rmdir_args *);
sys/sys/sysproto.h
1573
int sys_utimes (struct sysmsg *sysmsg, const struct utimes_args *);
sys/sys/sysproto.h
1574
int sys_adjtime (struct sysmsg *sysmsg, const struct adjtime_args *);
sys/sys/sysproto.h
1575
int sys_setsid (struct sysmsg *sysmsg, const struct setsid_args *);
sys/sys/sysproto.h
1576
int sys_quotactl (struct sysmsg *sysmsg, const struct quotactl_args *);
sys/sys/sysproto.h
1577
int sys_nfssvc (struct sysmsg *sysmsg, const struct nfssvc_args *);
sys/sys/sysproto.h
1578
int sys_statfs (struct sysmsg *sysmsg, const struct statfs_args *);
sys/sys/sysproto.h
1579
int sys_fstatfs (struct sysmsg *sysmsg, const struct fstatfs_args *);
sys/sys/sysproto.h
1580
int sys_getfh (struct sysmsg *sysmsg, const struct getfh_args *);
sys/sys/sysproto.h
1581
int sys_sysarch (struct sysmsg *sysmsg, const struct sysarch_args *);
sys/sys/sysproto.h
1582
int sys_rtprio (struct sysmsg *sysmsg, const struct rtprio_args *);
sys/sys/sysproto.h
1583
int sys_extpread (struct sysmsg *sysmsg, const struct extpread_args *);
sys/sys/sysproto.h
1584
int sys_extpwrite (struct sysmsg *sysmsg, const struct extpwrite_args *);
sys/sys/sysproto.h
1585
int sys_ntp_adjtime (struct sysmsg *sysmsg, const struct ntp_adjtime_args *);
sys/sys/sysproto.h
1586
int sys_setgid (struct sysmsg *sysmsg, const struct setgid_args *);
sys/sys/sysproto.h
1587
int sys_setegid (struct sysmsg *sysmsg, const struct setegid_args *);
sys/sys/sysproto.h
1588
int sys_seteuid (struct sysmsg *sysmsg, const struct seteuid_args *);
sys/sys/sysproto.h
1589
int sys_pathconf (struct sysmsg *sysmsg, const struct pathconf_args *);
sys/sys/sysproto.h
1590
int sys_fpathconf (struct sysmsg *sysmsg, const struct fpathconf_args *);
sys/sys/sysproto.h
1591
int sys_getrlimit (struct sysmsg *sysmsg, const struct __getrlimit_args *);
sys/sys/sysproto.h
1592
int sys_setrlimit (struct sysmsg *sysmsg, const struct __setrlimit_args *);
sys/sys/sysproto.h
1593
int sys_mmap (struct sysmsg *sysmsg, const struct mmap_args *);
sys/sys/sysproto.h
1594
int sys_lseek (struct sysmsg *sysmsg, const struct lseek_args *);
sys/sys/sysproto.h
1595
int sys_truncate (struct sysmsg *sysmsg, const struct truncate_args *);
sys/sys/sysproto.h
1596
int sys_ftruncate (struct sysmsg *sysmsg, const struct ftruncate_args *);
sys/sys/sysproto.h
1597
int sys___sysctl (struct sysmsg *sysmsg, const struct sysctl_args *);
sys/sys/sysproto.h
1598
int sys_mlock (struct sysmsg *sysmsg, const struct mlock_args *);
sys/sys/sysproto.h
1599
int sys_munlock (struct sysmsg *sysmsg, const struct munlock_args *);
sys/sys/sysproto.h
1600
int sys_undelete (struct sysmsg *sysmsg, const struct undelete_args *);
sys/sys/sysproto.h
1601
int sys_futimes (struct sysmsg *sysmsg, const struct futimes_args *);
sys/sys/sysproto.h
1602
int sys_getpgid (struct sysmsg *sysmsg, const struct getpgid_args *);
sys/sys/sysproto.h
1603
int sys_poll (struct sysmsg *sysmsg, const struct poll_args *);
sys/sys/sysproto.h
1604
int sys_lkmnosys (struct sysmsg *sysmsg, const struct nosys_args *);
sys/sys/sysproto.h
1605
int sys___semctl (struct sysmsg *sysmsg, const struct __semctl_args *);
sys/sys/sysproto.h
1606
int sys_semget (struct sysmsg *sysmsg, const struct semget_args *);
sys/sys/sysproto.h
1607
int sys_semop (struct sysmsg *sysmsg, const struct semop_args *);
sys/sys/sysproto.h
1608
int sys_msgctl (struct sysmsg *sysmsg, const struct msgctl_args *);
sys/sys/sysproto.h
1609
int sys_msgget (struct sysmsg *sysmsg, const struct msgget_args *);
sys/sys/sysproto.h
1610
int sys_msgsnd (struct sysmsg *sysmsg, const struct msgsnd_args *);
sys/sys/sysproto.h
1611
int sys_msgrcv (struct sysmsg *sysmsg, const struct msgrcv_args *);
sys/sys/sysproto.h
1612
int sys_shmat (struct sysmsg *sysmsg, const struct shmat_args *);
sys/sys/sysproto.h
1613
int sys_shmctl (struct sysmsg *sysmsg, const struct shmctl_args *);
sys/sys/sysproto.h
1614
int sys_shmdt (struct sysmsg *sysmsg, const struct shmdt_args *);
sys/sys/sysproto.h
1615
int sys_shmget (struct sysmsg *sysmsg, const struct shmget_args *);
sys/sys/sysproto.h
1616
int sys_clock_gettime (struct sysmsg *sysmsg, const struct clock_gettime_args *);
sys/sys/sysproto.h
1617
int sys_clock_settime (struct sysmsg *sysmsg, const struct clock_settime_args *);
sys/sys/sysproto.h
1618
int sys_clock_getres (struct sysmsg *sysmsg, const struct clock_getres_args *);
sys/sys/sysproto.h
1619
int sys_nanosleep (struct sysmsg *sysmsg, const struct nanosleep_args *);
sys/sys/sysproto.h
1620
int sys_clock_nanosleep (struct sysmsg *sysmsg, const struct clock_nanosleep_args *);
sys/sys/sysproto.h
1621
int sys_minherit (struct sysmsg *sysmsg, const struct minherit_args *);
sys/sys/sysproto.h
1622
int sys_rfork (struct sysmsg *sysmsg, const struct rfork_args *);
sys/sys/sysproto.h
1623
int sys_openbsd_poll (struct sysmsg *sysmsg, const struct openbsd_poll_args *);
sys/sys/sysproto.h
1624
int sys_issetugid (struct sysmsg *sysmsg, const struct issetugid_args *);
sys/sys/sysproto.h
1625
int sys_lchown (struct sysmsg *sysmsg, const struct lchown_args *);
sys/sys/sysproto.h
1626
int sys_lchmod (struct sysmsg *sysmsg, const struct lchmod_args *);
sys/sys/sysproto.h
1627
int sys_lutimes (struct sysmsg *sysmsg, const struct lutimes_args *);
sys/sys/sysproto.h
1628
int sys_extpreadv (struct sysmsg *sysmsg, const struct extpreadv_args *);
sys/sys/sysproto.h
1629
int sys_extpwritev (struct sysmsg *sysmsg, const struct extpwritev_args *);
sys/sys/sysproto.h
1630
int sys_fhstatfs (struct sysmsg *sysmsg, const struct fhstatfs_args *);
sys/sys/sysproto.h
1631
int sys_fhopen (struct sysmsg *sysmsg, const struct fhopen_args *);
sys/sys/sysproto.h
1632
int sys_modnext (struct sysmsg *sysmsg, const struct modnext_args *);
sys/sys/sysproto.h
1633
int sys_modstat (struct sysmsg *sysmsg, const struct modstat_args *);
sys/sys/sysproto.h
1634
int sys_modfnext (struct sysmsg *sysmsg, const struct modfnext_args *);
sys/sys/sysproto.h
1635
int sys_modfind (struct sysmsg *sysmsg, const struct modfind_args *);
sys/sys/sysproto.h
1636
int sys_kldload (struct sysmsg *sysmsg, const struct kldload_args *);
sys/sys/sysproto.h
1637
int sys_kldunload (struct sysmsg *sysmsg, const struct kldunload_args *);
sys/sys/sysproto.h
1638
int sys_kldfind (struct sysmsg *sysmsg, const struct kldfind_args *);
sys/sys/sysproto.h
1639
int sys_kldnext (struct sysmsg *sysmsg, const struct kldnext_args *);
sys/sys/sysproto.h
1640
int sys_kldstat (struct sysmsg *sysmsg, const struct kldstat_args *);
sys/sys/sysproto.h
1641
int sys_kldfirstmod (struct sysmsg *sysmsg, const struct kldfirstmod_args *);
sys/sys/sysproto.h
1642
int sys_getsid (struct sysmsg *sysmsg, const struct getsid_args *);
sys/sys/sysproto.h
1643
int sys_setresuid (struct sysmsg *sysmsg, const struct setresuid_args *);
sys/sys/sysproto.h
1644
int sys_setresgid (struct sysmsg *sysmsg, const struct setresgid_args *);
sys/sys/sysproto.h
1645
int sys_aio_return (struct sysmsg *sysmsg, const struct aio_return_args *);
sys/sys/sysproto.h
1646
int sys_aio_suspend (struct sysmsg *sysmsg, const struct aio_suspend_args *);
sys/sys/sysproto.h
1647
int sys_aio_cancel (struct sysmsg *sysmsg, const struct aio_cancel_args *);
sys/sys/sysproto.h
1648
int sys_aio_error (struct sysmsg *sysmsg, const struct aio_error_args *);
sys/sys/sysproto.h
1649
int sys_aio_read (struct sysmsg *sysmsg, const struct aio_read_args *);
sys/sys/sysproto.h
1650
int sys_aio_write (struct sysmsg *sysmsg, const struct aio_write_args *);
sys/sys/sysproto.h
1651
int sys_lio_listio (struct sysmsg *sysmsg, const struct lio_listio_args *);
sys/sys/sysproto.h
1652
int sys_yield (struct sysmsg *sysmsg, const struct yield_args *);
sys/sys/sysproto.h
1653
int sys_mlockall (struct sysmsg *sysmsg, const struct mlockall_args *);
sys/sys/sysproto.h
1654
int sys_munlockall (struct sysmsg *sysmsg, const struct munlockall_args *);
sys/sys/sysproto.h
1655
int sys___getcwd (struct sysmsg *sysmsg, const struct __getcwd_args *);
sys/sys/sysproto.h
1656
int sys_sched_setparam (struct sysmsg *sysmsg, const struct sched_setparam_args *);
sys/sys/sysproto.h
1657
int sys_sched_getparam (struct sysmsg *sysmsg, const struct sched_getparam_args *);
sys/sys/sysproto.h
1658
int sys_sched_setscheduler (struct sysmsg *sysmsg, const struct sched_setscheduler_args *);
sys/sys/sysproto.h
1659
int sys_sched_getscheduler (struct sysmsg *sysmsg, const struct sched_getscheduler_args *);
sys/sys/sysproto.h
1660
int sys_sched_yield (struct sysmsg *sysmsg, const struct sched_yield_args *);
sys/sys/sysproto.h
1661
int sys_sched_get_priority_max (struct sysmsg *sysmsg, const struct sched_get_priority_max_args *);
sys/sys/sysproto.h
1662
int sys_sched_get_priority_min (struct sysmsg *sysmsg, const struct sched_get_priority_min_args *);
sys/sys/sysproto.h
1663
int sys_sched_rr_get_interval (struct sysmsg *sysmsg, const struct sched_rr_get_interval_args *);
sys/sys/sysproto.h
1664
int sys_utrace (struct sysmsg *sysmsg, const struct utrace_args *);
sys/sys/sysproto.h
1665
int sys_kldsym (struct sysmsg *sysmsg, const struct kldsym_args *);
sys/sys/sysproto.h
1666
int sys_jail (struct sysmsg *sysmsg, const struct jail_args *);
sys/sys/sysproto.h
1667
int sys_sigprocmask (struct sysmsg *sysmsg, const struct sigprocmask_args *);
sys/sys/sysproto.h
1668
int sys_sigsuspend (struct sysmsg *sysmsg, const struct sigsuspend_args *);
sys/sys/sysproto.h
1669
int sys_sigaction (struct sysmsg *sysmsg, const struct sigaction_args *);
sys/sys/sysproto.h
1670
int sys_sigpending (struct sysmsg *sysmsg, const struct sigpending_args *);
sys/sys/sysproto.h
1671
int sys_sigreturn (struct sysmsg *sysmsg, const struct sigreturn_args *);
sys/sys/sysproto.h
1672
int sys_sigtimedwait (struct sysmsg *sysmsg, const struct sigtimedwait_args *);
sys/sys/sysproto.h
1673
int sys_sigwaitinfo (struct sysmsg *sysmsg, const struct sigwaitinfo_args *);
sys/sys/sysproto.h
1674
int sys___acl_get_file (struct sysmsg *sysmsg, const struct __acl_get_file_args *);
sys/sys/sysproto.h
1675
int sys___acl_set_file (struct sysmsg *sysmsg, const struct __acl_set_file_args *);
sys/sys/sysproto.h
1676
int sys___acl_get_fd (struct sysmsg *sysmsg, const struct __acl_get_fd_args *);
sys/sys/sysproto.h
1677
int sys___acl_set_fd (struct sysmsg *sysmsg, const struct __acl_set_fd_args *);
sys/sys/sysproto.h
1678
int sys___acl_delete_file (struct sysmsg *sysmsg, const struct __acl_delete_file_args *);
sys/sys/sysproto.h
1679
int sys___acl_delete_fd (struct sysmsg *sysmsg, const struct __acl_delete_fd_args *);
sys/sys/sysproto.h
1680
int sys___acl_aclcheck_file (struct sysmsg *sysmsg, const struct __acl_aclcheck_file_args *);
sys/sys/sysproto.h
1681
int sys___acl_aclcheck_fd (struct sysmsg *sysmsg, const struct __acl_aclcheck_fd_args *);
sys/sys/sysproto.h
1682
int sys_extattrctl (struct sysmsg *sysmsg, const struct extattrctl_args *);
sys/sys/sysproto.h
1683
int sys_extattr_set_file (struct sysmsg *sysmsg, const struct extattr_set_file_args *);
sys/sys/sysproto.h
1684
int sys_extattr_get_file (struct sysmsg *sysmsg, const struct extattr_get_file_args *);
sys/sys/sysproto.h
1685
int sys_extattr_delete_file (struct sysmsg *sysmsg, const struct extattr_delete_file_args *);
sys/sys/sysproto.h
1686
int sys_aio_waitcomplete (struct sysmsg *sysmsg, const struct aio_waitcomplete_args *);
sys/sys/sysproto.h
1687
int sys_getresuid (struct sysmsg *sysmsg, const struct getresuid_args *);
sys/sys/sysproto.h
1688
int sys_getresgid (struct sysmsg *sysmsg, const struct getresgid_args *);
sys/sys/sysproto.h
1689
int sys_kqueue (struct sysmsg *sysmsg, const struct kqueue_args *);
sys/sys/sysproto.h
1690
int sys_kevent (struct sysmsg *sysmsg, const struct kevent_args *);
sys/sys/sysproto.h
1691
int sys_kenv (struct sysmsg *sysmsg, const struct kenv_args *);
sys/sys/sysproto.h
1692
int sys_lchflags (struct sysmsg *sysmsg, const struct lchflags_args *);
sys/sys/sysproto.h
1693
int sys_uuidgen (struct sysmsg *sysmsg, const struct uuidgen_args *);
sys/sys/sysproto.h
1694
int sys_sendfile (struct sysmsg *sysmsg, const struct sendfile_args *);
sys/sys/sysproto.h
1695
int sys_varsym_set (struct sysmsg *sysmsg, const struct varsym_set_args *);
sys/sys/sysproto.h
1696
int sys_varsym_get (struct sysmsg *sysmsg, const struct varsym_get_args *);
sys/sys/sysproto.h
1697
int sys_varsym_list (struct sysmsg *sysmsg, const struct varsym_list_args *);
sys/sys/sysproto.h
1698
int sys_syscap_get (struct sysmsg *sysmsg, const struct syscap_get_args *);
sys/sys/sysproto.h
1699
int sys_syscap_set (struct sysmsg *sysmsg, const struct syscap_set_args *);
sys/sys/sysproto.h
1700
int sys_exec_sys_register (struct sysmsg *sysmsg, const struct exec_sys_register_args *);
sys/sys/sysproto.h
1701
int sys_exec_sys_unregister (struct sysmsg *sysmsg, const struct exec_sys_unregister_args *);
sys/sys/sysproto.h
1702
int sys_sys_checkpoint (struct sysmsg *sysmsg, const struct sys_checkpoint_args *);
sys/sys/sysproto.h
1703
int sys_mountctl (struct sysmsg *sysmsg, const struct mountctl_args *);
sys/sys/sysproto.h
1704
int sys_umtx_sleep (struct sysmsg *sysmsg, const struct umtx_sleep_args *);
sys/sys/sysproto.h
1705
int sys_umtx_wakeup (struct sysmsg *sysmsg, const struct umtx_wakeup_args *);
sys/sys/sysproto.h
1706
int sys_jail_attach (struct sysmsg *sysmsg, const struct jail_attach_args *);
sys/sys/sysproto.h
1707
int sys_set_tls_area (struct sysmsg *sysmsg, const struct set_tls_area_args *);
sys/sys/sysproto.h
1708
int sys_get_tls_area (struct sysmsg *sysmsg, const struct get_tls_area_args *);
sys/sys/sysproto.h
1709
int sys_closefrom (struct sysmsg *sysmsg, const struct closefrom_args *);
sys/sys/sysproto.h
1710
int sys_stat (struct sysmsg *sysmsg, const struct stat_args *);
sys/sys/sysproto.h
1711
int sys_fstat (struct sysmsg *sysmsg, const struct fstat_args *);
sys/sys/sysproto.h
1712
int sys_lstat (struct sysmsg *sysmsg, const struct lstat_args *);
sys/sys/sysproto.h
1713
int sys_fhstat (struct sysmsg *sysmsg, const struct fhstat_args *);
sys/sys/sysproto.h
1714
int sys_getdirentries (struct sysmsg *sysmsg, const struct getdirentries_args *);
sys/sys/sysproto.h
1715
int sys_getdents (struct sysmsg *sysmsg, const struct getdents_args *);
sys/sys/sysproto.h
1716
int sys_usched_set (struct sysmsg *sysmsg, const struct usched_set_args *);
sys/sys/sysproto.h
1717
int sys_extaccept (struct sysmsg *sysmsg, const struct extaccept_args *);
sys/sys/sysproto.h
1718
int sys_extconnect (struct sysmsg *sysmsg, const struct extconnect_args *);
sys/sys/sysproto.h
1719
int sys_mcontrol (struct sysmsg *sysmsg, const struct mcontrol_args *);
sys/sys/sysproto.h
1720
int sys_vmspace_create (struct sysmsg *sysmsg, const struct vmspace_create_args *);
sys/sys/sysproto.h
1721
int sys_vmspace_destroy (struct sysmsg *sysmsg, const struct vmspace_destroy_args *);
sys/sys/sysproto.h
1722
int sys_vmspace_ctl (struct sysmsg *sysmsg, const struct vmspace_ctl_args *);
sys/sys/sysproto.h
1723
int sys_vmspace_mmap (struct sysmsg *sysmsg, const struct vmspace_mmap_args *);
sys/sys/sysproto.h
1724
int sys_vmspace_munmap (struct sysmsg *sysmsg, const struct vmspace_munmap_args *);
sys/sys/sysproto.h
1725
int sys_vmspace_mcontrol (struct sysmsg *sysmsg, const struct vmspace_mcontrol_args *);
sys/sys/sysproto.h
1726
int sys_vmspace_pread (struct sysmsg *sysmsg, const struct vmspace_pread_args *);
sys/sys/sysproto.h
1727
int sys_vmspace_pwrite (struct sysmsg *sysmsg, const struct vmspace_pwrite_args *);
sys/sys/sysproto.h
1728
int sys_extexit (struct sysmsg *sysmsg, const struct extexit_args *);
sys/sys/sysproto.h
1729
int sys_lwp_create (struct sysmsg *sysmsg, const struct lwp_create_args *);
sys/sys/sysproto.h
1730
int sys_lwp_gettid (struct sysmsg *sysmsg, const struct lwp_gettid_args *);
sys/sys/sysproto.h
1731
int sys_lwp_kill (struct sysmsg *sysmsg, const struct lwp_kill_args *);
sys/sys/sysproto.h
1732
int sys_lwp_rtprio (struct sysmsg *sysmsg, const struct lwp_rtprio_args *);
sys/sys/sysproto.h
1733
int sys_pselect (struct sysmsg *sysmsg, const struct pselect_args *);
sys/sys/sysproto.h
1734
int sys_statvfs (struct sysmsg *sysmsg, const struct statvfs_args *);
sys/sys/sysproto.h
1735
int sys_fstatvfs (struct sysmsg *sysmsg, const struct fstatvfs_args *);
sys/sys/sysproto.h
1736
int sys_fhstatvfs (struct sysmsg *sysmsg, const struct fhstatvfs_args *);
sys/sys/sysproto.h
1737
int sys_getvfsstat (struct sysmsg *sysmsg, const struct getvfsstat_args *);
sys/sys/sysproto.h
1738
int sys_openat (struct sysmsg *sysmsg, const struct openat_args *);
sys/sys/sysproto.h
1739
int sys_fstatat (struct sysmsg *sysmsg, const struct fstatat_args *);
sys/sys/sysproto.h
1740
int sys_fchmodat (struct sysmsg *sysmsg, const struct fchmodat_args *);
sys/sys/sysproto.h
1741
int sys_fchownat (struct sysmsg *sysmsg, const struct fchownat_args *);
sys/sys/sysproto.h
1742
int sys_unlinkat (struct sysmsg *sysmsg, const struct unlinkat_args *);
sys/sys/sysproto.h
1743
int sys_faccessat (struct sysmsg *sysmsg, const struct faccessat_args *);
sys/sys/sysproto.h
1744
int sys_mq_open (struct sysmsg *sysmsg, const struct mq_open_args *);
sys/sys/sysproto.h
1745
int sys_mq_close (struct sysmsg *sysmsg, const struct mq_close_args *);
sys/sys/sysproto.h
1746
int sys_mq_unlink (struct sysmsg *sysmsg, const struct mq_unlink_args *);
sys/sys/sysproto.h
1747
int sys_mq_getattr (struct sysmsg *sysmsg, const struct mq_getattr_args *);
sys/sys/sysproto.h
1748
int sys_mq_setattr (struct sysmsg *sysmsg, const struct mq_setattr_args *);
sys/sys/sysproto.h
1749
int sys_mq_notify (struct sysmsg *sysmsg, const struct mq_notify_args *);
sys/sys/sysproto.h
1750
int sys_mq_send (struct sysmsg *sysmsg, const struct mq_send_args *);
sys/sys/sysproto.h
1751
int sys_mq_receive (struct sysmsg *sysmsg, const struct mq_receive_args *);
sys/sys/sysproto.h
1752
int sys_mq_timedsend (struct sysmsg *sysmsg, const struct mq_timedsend_args *);
sys/sys/sysproto.h
1753
int sys_mq_timedreceive (struct sysmsg *sysmsg, const struct mq_timedreceive_args *);
sys/sys/sysproto.h
1754
int sys_ioprio_set (struct sysmsg *sysmsg, const struct ioprio_set_args *);
sys/sys/sysproto.h
1755
int sys_ioprio_get (struct sysmsg *sysmsg, const struct ioprio_get_args *);
sys/sys/sysproto.h
1756
int sys_chroot_kernel (struct sysmsg *sysmsg, const struct chroot_kernel_args *);
sys/sys/sysproto.h
1757
int sys_renameat (struct sysmsg *sysmsg, const struct renameat_args *);
sys/sys/sysproto.h
1758
int sys_mkdirat (struct sysmsg *sysmsg, const struct mkdirat_args *);
sys/sys/sysproto.h
1759
int sys_mkfifoat (struct sysmsg *sysmsg, const struct mkfifoat_args *);
sys/sys/sysproto.h
1760
int sys_mknodat (struct sysmsg *sysmsg, const struct mknodat_args *);
sys/sys/sysproto.h
1761
int sys_readlinkat (struct sysmsg *sysmsg, const struct readlinkat_args *);
sys/sys/sysproto.h
1762
int sys_symlinkat (struct sysmsg *sysmsg, const struct symlinkat_args *);
sys/sys/sysproto.h
1763
int sys_swapoff (struct sysmsg *sysmsg, const struct swapoff_args *);
sys/sys/sysproto.h
1764
int sys_vquotactl (struct sysmsg *sysmsg, const struct vquotactl_args *);
sys/sys/sysproto.h
1765
int sys_linkat (struct sysmsg *sysmsg, const struct linkat_args *);
sys/sys/sysproto.h
1766
int sys_eaccess (struct sysmsg *sysmsg, const struct eaccess_args *);
sys/sys/sysproto.h
1767
int sys_lpathconf (struct sysmsg *sysmsg, const struct lpathconf_args *);
sys/sys/sysproto.h
1768
int sys_procctl (struct sysmsg *sysmsg, const struct procctl_args *);
sys/sys/sysproto.h
1769
int sys_chflagsat (struct sysmsg *sysmsg, const struct chflagsat_args *);
sys/sys/sysproto.h
1770
int sys_pipe2 (struct sysmsg *sysmsg, const struct pipe2_args *);
sys/sys/sysproto.h
1771
int sys_utimensat (struct sysmsg *sysmsg, const struct utimensat_args *);
sys/sys/sysproto.h
1772
int sys_futimens (struct sysmsg *sysmsg, const struct futimens_args *);
sys/sys/sysproto.h
1773
int sys_accept4 (struct sysmsg *sysmsg, const struct accept4_args *);
sys/sys/sysproto.h
1774
int sys_lwp_setname (struct sysmsg *sysmsg, const struct lwp_setname_args *);
sys/sys/sysproto.h
1775
int sys_ppoll (struct sysmsg *sysmsg, const struct ppoll_args *);
sys/sys/sysproto.h
1776
int sys_lwp_setaffinity (struct sysmsg *sysmsg, const struct lwp_setaffinity_args *);
sys/sys/sysproto.h
1777
int sys_lwp_getaffinity (struct sysmsg *sysmsg, const struct lwp_getaffinity_args *);
sys/sys/sysproto.h
1778
int sys_lwp_create2 (struct sysmsg *sysmsg, const struct lwp_create2_args *);
sys/sys/sysproto.h
1779
int sys_getcpuclockid (struct sysmsg *sysmsg, const struct getcpuclockid_args *);
sys/sys/sysproto.h
1780
int sys_wait6 (struct sysmsg *sysmsg, const struct wait6_args *);
sys/sys/sysproto.h
1781
int sys_lwp_getname (struct sysmsg *sysmsg, const struct lwp_getname_args *);
sys/sys/sysproto.h
1782
int sys_getrandom (struct sysmsg *sysmsg, const struct getrandom_args *);
sys/sys/sysproto.h
1783
int sys___realpath (struct sysmsg *sysmsg, const struct __realpath_args *);
sys/sys/sysproto.h
1784
int sys_fexecve (struct sysmsg *sysmsg, const struct fexecve_args *);
sys/sys/sysproto.h
1785
int sys_posix_fallocate (struct sysmsg *sysmsg, const struct posix_fallocate_args *);
sys/sys/sysproto.h
1786
int sys_fdatasync (struct sysmsg *sysmsg, const struct fdatasync_args *);
sys/sys/sysproto.h
1787
int sys_futimesat (struct sysmsg *sysmsg, const struct futimesat_args *);
sys/sys/vfsops.h
196
struct sysmsg *a_sysmsg;
sys/sys/vfsops.h
797
struct sysmsg *msg);
sys/vfs/devfs/devfs_vnops.c
116
struct ucred *, struct sysmsg *);
sys/vfs/devfs/devfs_vnops.c
1519
struct ucred *ucred, struct sysmsg *msg)
sys/vfs/mfs/mfs_vfsops.c
563
struct sysmsg sysmsg;
sys/vfs/mfs/mfs_vfsops.c
565
bzero(&sysmsg, sizeof(sysmsg));
sys/vfs/mfs/mfs_vfsops.c
570
sys_madvise(&sysmsg, &uap);
sys/vfs/nfs/nfs_syscalls.c
123
sys_nfssvc(struct sysmsg *sysmsg, const struct nfssvc_args *uap)
sys/vm/vm_mmap.c
1047
sys_mlockall(struct sysmsg *sysmsg, const struct mlockall_args *uap)
sys/vm/vm_mmap.c
1112
sys_munlockall(struct sysmsg *sysmsg, const struct munlockall_args *uap)
sys/vm/vm_mmap.c
1172
sys_munlock(struct sysmsg *sysmsg, const struct munlock_args *uap)
sys/vm/vm_mmap.c
410
sys_mmap(struct sysmsg *sysmsg, const struct mmap_args *uap)
sys/vm/vm_mmap.c
443
uap->fd, upos, &sysmsg->sysmsg_resultp);
sys/vm/vm_mmap.c
456
sys_msync(struct sysmsg *sysmsg, const struct msync_args *uap)
sys/vm/vm_mmap.c
545
sys_munmap(struct sysmsg *sysmsg, const struct munmap_args *uap)
sys/vm/vm_mmap.c
603
sys_mprotect(struct sysmsg *sysmsg, const struct mprotect_args *uap)
sys/vm/vm_mmap.c
649
sys_minherit(struct sysmsg *sysmsg, const struct minherit_args *uap)
sys/vm/vm_mmap.c
695
sys_madvise(struct sysmsg *sysmsg, const struct madvise_args *uap)
sys/vm/vm_mmap.c
738
sys_mcontrol(struct sysmsg *sysmsg, const struct mcontrol_args *uap)
sys/vm/vm_mmap.c
782
sys_mincore(struct sysmsg *sysmsg, const struct mincore_args *uap)
sys/vm/vm_mmap.c
98
sys_sstk(struct sysmsg *sysmsg, const struct sstk_args *uap)
sys/vm/vm_mmap.c
993
sys_mlock(struct sysmsg *sysmsg, const struct mlock_args *uap)
sys/vm/vm_swap.c
194
sys_swapon(struct sysmsg *sysmsg, const struct swapon_args *uap)
sys/vm/vm_swap.c
403
sys_swapoff(struct sysmsg *sysmsg, const struct swapoff_args *uap)
sys/vm/vm_unix.c
103
sysmsg->sysmsg_resultp = (void *)base;
sys/vm/vm_unix.c
128
sysmsg->sysmsg_resultp = (void *)base;
sys/vm/vm_unix.c
147
sysmsg->sysmsg_resultp = (void *)nbase;
sys/vm/vm_unix.c
175
sys_obreak(struct sysmsg *sysmsg, const struct obreak_args *uap)
sys/vm/vm_unix.c
67
sys_sbrk(struct sysmsg *sysmsg, const struct sbrk_args *uap)
sys/vm/vm_vmspace.c
147
sys_vmspace_create(struct sysmsg *sysmsg,
sys/vm/vm_vmspace.c
209
sys_vmspace_destroy(struct sysmsg *sysmsg,
sys/vm/vm_vmspace.c
245
sys_vmspace_ctl(struct sysmsg *sysmsg,
sys/vm/vm_vmspace.c
288
bcopy(sysmsg->sysmsg_frame, &vklp->save_trapframe, framesz);
sys/vm/vm_vmspace.c
291
error = copyin(ua.tframe, sysmsg->sysmsg_frame, framesz);
sys/vm/vm_vmspace.c
298
error = cpu_sanitize_frame(sysmsg->sysmsg_frame);
sys/vm/vm_vmspace.c
302
bcopy(&vklp->save_trapframe, sysmsg->sysmsg_frame,
sys/vm/vm_vmspace.c
312
set_vkernel_fp(sysmsg->sysmsg_frame);
sys/vm/vm_vmspace.c
336
sys_vmspace_mmap(struct sysmsg *sysmsg,
sys/vm/vm_vmspace.c
355
uap->fd, uap->offset, &sysmsg->sysmsg_resultp);
sys/vm/vm_vmspace.c
370
sys_vmspace_munmap(struct sysmsg *sysmsg,
sys/vm/vm_vmspace.c
453
sys_vmspace_pread(struct sysmsg *sysmsg,
sys/vm/vm_vmspace.c
487
sys_vmspace_pwrite(struct sysmsg *sysmsg,
sys/vm/vm_vmspace.c
516
sys_vmspace_mcontrol(struct sysmsg *sysmsg,
usr.sbin/lpr/lpd/lpd.c
808
fhosterr(int ch_opts, char *sysmsg, char *usermsg)
usr.sbin/lpr/lpd/lpd.c
822
syslog(LOG_WARNING, "%s", sysmsg);
usr.sbin/makefs/hammer2/hammer2_compat.h
238
struct sysmsg *a_sysmsg;