Searched refs:uap (Results 1 - 25 of 137) sorted by relevance

123456

/freebsd-9.3-release/sys/kern/
H A Dkern_xxx.c61 ogethostname(td, uap)
63 struct gethostname_args *uap;
66 size_t len = uap->len;
70 return (userland_sysctl(td, name, 2, uap->hostname, &len,
82 osethostname(td, uap)
84 register struct sethostname_args *uap;
90 return (userland_sysctl(td, name, 2, 0, 0, 0, uap->hostname,
91 uap->len, 0, 0));
101 ogethostid(td, uap)
103 struct ogethostid_args *uap;
209 ogetkerninfo(struct thread *td, struct getkerninfo_args *uap) argument
367 freebsd4_uname(struct thread *td, struct freebsd4_uname_args *uap) argument
441 freebsd4_getdomainname(struct thread *td, struct freebsd4_getdomainname_args *uap) argument
461 freebsd4_setdomainname(struct thread *td, struct freebsd4_setdomainname_args *uap) argument
[all...]
H A Dvfs_extattr.c58 sys_extattrctl(td, uap)
66 } */ *uap;
74 AUDIT_ARG_CMD(uap->cmd);
75 AUDIT_ARG_VALUE(uap->attrnamespace);
77 * uap->attrname is not always defined. We check again later when we
80 if (uap->attrname != NULL) {
81 error = copyinstr(uap->attrname, attrname, EXTATTR_MAXNAMELEN,
91 if (uap->filename != NULL) {
93 UIO_USERSPACE, uap->filename, td);
102 /* uap
[all...]
H A Dkern_thr.c101 sys_thr_create(struct thread *td, struct thr_create_args *uap) argument
107 if ((error = copyin(uap->ctx, &ctx, sizeof(ctx))))
111 NULL, 0, NULL, uap->id, NULL, uap->flags, NULL);
116 sys_thr_new(struct thread *td, struct thr_new_args *uap) argument
122 if (uap->param_size < 0 || uap->param_size > sizeof(param))
125 if ((error = copyin(uap->param, &param, uap->param_size)))
292 sys_thr_self(struct thread *td, struct thr_self_args *uap) argument
304 sys_thr_exit(struct thread *td, struct thr_exit_args *uap) argument
341 sys_thr_kill(struct thread *td, struct thr_kill_args *uap) argument
388 sys_thr_kill2(struct thread *td, struct thr_kill2_args *uap) argument
445 sys_thr_suspend(struct thread *td, struct thr_suspend_args *uap) argument
507 sys_thr_wake(struct thread *td, struct thr_wake_args *uap) argument
531 sys_thr_set_name(struct thread *td, struct thr_set_name_args *uap) argument
[all...]
H A Dp1003_1b.c63 syscall_not_present(struct thread *td, const char *s, struct nosys_args *uap) argument
68 /* a " return nosys(p, uap); " here causes a core dump.
111 sys_sched_setparam(struct thread *td, struct sched_setparam_args *uap)
118 e = copyin(uap->param, &sched_param, sizeof(sched_param));
122 if (uap->pid == 0) {
127 targetp = pfind(uap->pid);
143 sys_sched_getparam(struct thread *td, struct sched_getparam_args *uap)
150 if (uap->pid == 0) {
155 targetp = pfind(uap->pid);
168 e = copyout(&sched_param, uap
[all...]
H A Dkern_context.c63 sys_getcontext(struct thread *td, struct getcontext_args *uap) argument
68 if (uap->ucp == NULL)
76 ret = copyout(&uc, uap->ucp, UC_COPY_SIZE);
82 sys_setcontext(struct thread *td, struct setcontext_args *uap) argument
87 if (uap->ucp == NULL)
90 ret = copyin(uap->ucp, &uc, UC_COPY_SIZE);
103 sys_swapcontext(struct thread *td, struct swapcontext_args *uap) argument
108 if (uap->oucp == NULL || uap->ucp == NULL)
116 ret = copyout(&uc, uap
[all...]
H A Duipc_syscalls.c109 static int accept1(struct thread *td, struct accept_args *uap, int compat);
110 static int do_sendfile(struct thread *td, struct sendfile_args *uap, int compat);
111 static int getsockname1(struct thread *td, struct getsockname_args *uap,
113 static int getpeername1(struct thread *td, struct getpeername_args *uap,
182 sys_socket(td, uap)
188 } */ *uap;
195 AUDIT_ARG_SOCKET(uap->domain, uap->type, uap->protocol);
197 type = uap
707 sys_socketpair(struct thread *td, struct socketpair_args *uap) argument
1807 sys_sendfile(struct thread *td, struct sendfile_args *uap) argument
1814 do_sendfile(struct thread *td, struct sendfile_args *uap, int compat) argument
1850 freebsd4_sendfile(struct thread *td, struct freebsd4_sendfile_args *uap) argument
1867 kern_sendfile(struct thread *td, struct sendfile_args *uap, struct uio *hdr_uio, struct uio *trl_uio, int compat) argument
[all...]
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_msg.c45 ibcs2_getmsg(td, uap)
47 struct ibcs2_getmsg_args *uap;
53 ibcs2_putmsg(td, uap)
55 struct ibcs2_putmsg_args *uap;
H A Dibcs2_misc.c96 ibcs2_ulimit(td, uap)
98 struct ibcs2_ulimit_args *uap;
109 switch (uap->cmd) {
121 rl.rlim_cur = uap->newlimit;
137 uap->cmd = IBCS2_SC_OPEN_MAX;
138 return ibcs2_sysconf(td, (struct ibcs2_sysconf_args *)uap);
147 ibcs2_wait(td, uap)
149 struct ibcs2_wait_args *uap;
159 pid = uap->a1;
160 statusp = (int *)uap
[all...]
H A Dibcs2_ipc.c116 struct ibcs2_msgget_args *uap = v; local
119 ap.key = uap->key;
120 ap.msgflg = uap->msgflg;
134 struct ibcs2_msgctl_args *uap = v; local
139 switch (uap->cmd) {
141 error = kern_msgctl(td, uap->msqid, IPC_STAT, &bs);
144 error = copyout(&is, uap->buf, sizeof(is));
148 error = copyin(uap->buf, &is, sizeof(is));
152 return (kern_msgctl(td, uap->msqid, IPC_SET, &bs));
154 return (kern_msgctl(td, uap
171 struct ibcs2_msgrcv_args *uap = v; local
193 struct ibcs2_msgsnd_args *uap = v; local
316 struct ibcs2_semctl_args *uap = v; local
360 struct ibcs2_semget_args *uap = v; local
379 struct ibcs2_semop_args *uap = v; local
456 struct ibcs2_shmat_args *uap = v; local
475 struct ibcs2_shmctl_args *uap = v; local
513 struct ibcs2_shmdt_args *uap = v; local
530 struct ibcs2_shmget_args *uap = v; local
[all...]
H A Dibcs2_signal.c193 ibcs2_sigaction(td, uap)
195 struct ibcs2_sigaction_args *uap;
202 if (uap->act != NULL) {
203 if ((error = copyin(uap->act, &isa, sizeof(isa))) != 0)
209 if (uap->sig <= 0 || uap->sig > IBCS2_NSIG)
211 error = kern_sigaction(td, ibcs2_to_bsd_sig[_SIG_IDX(uap->sig)], &nbsa,
213 if (error == 0 && uap->oact != NULL) {
215 error = copyout(&isa, uap->oact, sizeof(isa));
221 ibcs2_sigsys(td, uap)
[all...]
H A Dibcs2_stat.c106 ibcs2_statfs(td, uap)
108 struct ibcs2_statfs_args *uap;
114 CHECKALTEXIST(td, uap->path, &path);
119 return cvt_statfs(&sf, (caddr_t)uap->buf, uap->len);
123 ibcs2_fstatfs(td, uap)
125 struct ibcs2_fstatfs_args *uap;
130 error = kern_fstatfs(td, uap->fd, &sf);
133 return cvt_statfs(&sf, (caddr_t)uap->buf, uap
[all...]
H A Dibcs2_fcntl.c177 ibcs2_open(td, uap)
179 struct ibcs2_open_args *uap;
186 noctty = uap->flags & IBCS2_O_NOCTTY;
187 flags = cvt_o_flags(uap->flags);
188 if (uap->flags & O_CREAT)
189 CHECKALTCREAT(td, uap->path, &path);
191 CHECKALTEXIST(td, uap->path, &path);
192 ret = kern_open(td, path, UIO_SYSSPACE, flags, uap->mode);
223 ibcs2_creat(td, uap)
225 struct ibcs2_creat_args *uap;
[all...]
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_stat.c162 svr4_sys_stat(td, uap)
164 struct svr4_sys_stat_args *uap;
171 CHECKALTEXIST(td, uap->path, &path);
180 (void) svr4_add_socket(td, uap->path, &st);
182 return (copyout(&svr4_st, uap->ub, sizeof svr4_st));
187 svr4_sys_lstat(td, uap)
189 struct svr4_sys_lstat_args *uap;
196 CHECKALTEXIST(td, uap->path, &path);
205 (void) svr4_add_socket(td, uap->path, &st);
207 return (copyout(&svr4_st, uap
[all...]
H A Dsvr4_ipc.c198 struct svr4_sys_semctl_args *uap = v; local
205 switch (uap->cmd) {
237 error = kern_semctl(td, uap->semid, uap->semnum, cmd, &semun,
242 error = copyout(&ss, uap->arg.buf, sizeof(ss));
249 error = copyin(uap->arg.buf, (caddr_t) &ss, sizeof ss);
254 return (kern_semctl(td, uap->semid, uap->semnum, cmd, &semun,
265 return (kern_semctl(td, uap->semid, uap
281 struct svr4_sys_semget_args *uap = v; local
303 struct svr4_sys_semop_args *uap = v; local
388 struct svr4_sys_msgsnd_args *uap = v; local
413 struct svr4_sys_msgrcv_args *uap = v; local
436 struct svr4_sys_msgget_args *uap = v; local
457 struct svr4_sys_msgctl_args *uap = v; local
558 struct svr4_sys_shmat_args *uap = v; local
578 struct svr4_sys_shmdt_args *uap = v; local
598 struct svr4_sys_shmget_args *uap = v; local
620 struct svr4_sys_shmctl_args *uap = v; local
[all...]
H A Dsvr4_filio.c58 svr4_sys_poll(td, uap)
60 struct svr4_sys_poll_args *uap;
68 if (uap->nfds > maxfilesperproc && uap->nfds > FD_SETSIZE)
71 pa.fds = uap->fds;
72 pa.nfds = uap->nfds;
73 pa.timeout = uap->timeout;
75 siz = uap->nfds * sizeof(struct pollfd);
78 error = sys_poll(td, (struct poll_args *)uap);
80 if ((cerr = copyin(uap
[all...]
H A Dsvr4_fcntl.c378 svr4_sys_open(td, uap)
380 struct svr4_sys_open_args *uap;
386 CHECKALTEXIST(td, uap->path, &newpath);
388 bsd_flags = svr4_to_bsd_flags(uap->flags);
389 error = kern_open(td, newpath, UIO_SYSSPACE, bsd_flags, uap->mode);
393 /* uprintf("svr4_open(%s, 0x%0x, 0%o): %d\n", uap->path,
394 uap->flags, uap->mode, error);*/
430 svr4_sys_open64(td, uap)
432 struct svr4_sys_open64_args *uap;
525 struct svr4_sys_pread64_args *uap = v; local
569 struct svr4_sys_pwrite64_args *uap = v; local
[all...]
H A Dsvr4_misc.c122 svr4_sys_setitimer(td, uap)
124 struct svr4_sys_setitimer_args *uap;
132 svr4_sys_wait(td, uap)
134 struct svr4_sys_wait_args *uap;
158 if (uap->status)
159 error = copyout(&st, uap->status, sizeof(st));
165 svr4_sys_execv(td, uap)
167 struct svr4_sys_execv_args *uap;
173 CHECKALTEXIST(td, uap->path, &path);
175 error = exec_copyin_args(&eargs, path, UIO_SYSSPACE, uap
206 struct svr4_sys_time_args *uap = v; local
[all...]
/freebsd-9.3-release/sys/amd64/amd64/
H A Dsys_machdep.c99 sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space) argument
109 AUDIT_ARG_CMD(uap->op);
111 error = copyin(uap->parms, &la, sizeof(struct i386_ldt_args));
116 largs = (struct i386_ldt_args *)uap->parms;
118 switch (uap->op) {
173 sysarch(td, uap)
175 register struct sysarch_args *uap;
192 switch (uap->op) {
215 if (uap->op == I386_GET_LDT || uap
[all...]
/freebsd-9.3-release/sys/amd64/ia32/
H A Dia32_misc.c49 freebsd32_sysarch(struct thread *td, struct freebsd32_sysarch_args *uap) argument
56 if (uap->op == I386_SET_LDT || uap->op == I386_GET_LDT) {
57 if ((error = copyin(uap->parms, &uapl32, sizeof(uapl32))) != 0)
59 uap1.op = uap->op;
67 uap1.op = uap->op;
68 uap1.parms = uap->parms;
76 struct ofreebsd32_getpagesize_args *uap)
75 ofreebsd32_getpagesize(struct thread *td, struct ofreebsd32_getpagesize_args *uap) argument
/freebsd-9.3-release/sys/arm/arm/
H A Dsys_machdep.c104 sysarch(td, uap)
106 register struct sysarch_args *uap;
117 switch (uap->op) {
130 switch (uap->op) {
132 error = arm32_sync_icache(td, uap->parms);
135 error = arm32_drain_writebuf(td, uap->parms);
138 error = arm32_set_tp(td, uap->parms);
141 error = arm32_get_tp(td, uap->parms);
/freebsd-9.3-release/sys/mips/mips/
H A Dsys_machdep.c56 sysarch(td, uap)
58 register struct sysarch_args *uap;
63 switch (uap->op) {
65 td->td_md.md_tls = (void*)uap->parms;
71 error = copyout(&tlsbase, uap->parms, sizeof(tlsbase));
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c156 freebsd32_wait4(struct thread *td, struct freebsd32_wait4_args *uap) argument
162 if (uap->rusage != NULL)
166 error = kern_wait(td, uap->pid, &status, uap->options, rup);
169 if (uap->status != NULL)
170 error = copyout(&status, uap->status, sizeof(status));
171 if (uap->rusage != NULL && error == 0) {
173 error = copyout(&ru32, uap->rusage, sizeof(ru32));
179 freebsd32_wait6(struct thread *td, struct freebsd32_wait6_args *uap) argument
187 if (uap
247 freebsd4_freebsd32_getfsstat(struct thread *td, struct freebsd4_freebsd32_getfsstat_args *uap) argument
274 freebsd32_sigaltstack(struct thread *td, struct freebsd32_sigaltstack_args *uap) argument
400 freebsd32_execve(struct thread *td, struct freebsd32_execve_args *uap) argument
413 freebsd32_fexecve(struct thread *td, struct freebsd32_fexecve_args *uap) argument
477 freebsd32_mprotect(struct thread *td, struct freebsd32_mprotect_args *uap) argument
492 freebsd32_mmap(struct thread *td, struct freebsd32_mmap_args *uap) argument
592 freebsd6_freebsd32_mmap(struct thread *td, struct freebsd6_freebsd32_mmap_args *uap) argument
609 freebsd32_setitimer(struct thread *td, struct freebsd32_setitimer_args *uap) argument
633 freebsd32_getitimer(struct thread *td, struct freebsd32_getitimer_args *uap) argument
648 freebsd32_select(struct thread *td, struct freebsd32_select_args *uap) argument
671 freebsd32_pselect(struct thread *td, struct freebsd32_pselect_args *uap) argument
710 struct freebsd32_kevent_args *uap; local
737 struct freebsd32_kevent_args *uap; local
762 freebsd32_kevent(struct thread *td, struct freebsd32_kevent_args *uap) argument
787 freebsd32_gettimeofday(struct thread *td, struct freebsd32_gettimeofday_args *uap) argument
810 freebsd32_getrusage(struct thread *td, struct freebsd32_getrusage_args *uap) argument
868 freebsd32_readv(struct thread *td, struct freebsd32_readv_args *uap) argument
882 freebsd32_writev(struct thread *td, struct freebsd32_writev_args *uap) argument
896 freebsd32_preadv(struct thread *td, struct freebsd32_preadv_args *uap) argument
910 freebsd32_pwritev(struct thread *td, struct freebsd32_pwritev_args *uap) argument
1176 freebsd32_sendmsg(struct thread *td, struct freebsd32_sendmsg_args *uap) argument
1233 freebsd32_recvfrom(struct thread *td, struct freebsd32_recvfrom_args *uap) argument
1264 freebsd32_settimeofday(struct thread *td, struct freebsd32_settimeofday_args *uap) argument
1292 freebsd32_utimes(struct thread *td, struct freebsd32_utimes_args *uap) argument
1313 freebsd32_lutimes(struct thread *td, struct freebsd32_lutimes_args *uap) argument
1334 freebsd32_futimes(struct thread *td, struct freebsd32_futimes_args *uap) argument
1355 freebsd32_futimesat(struct thread *td, struct freebsd32_futimesat_args *uap) argument
1377 freebsd32_adjtime(struct thread *td, struct freebsd32_adjtime_args *uap) argument
1403 freebsd4_freebsd32_statfs(struct thread *td, struct freebsd4_freebsd32_statfs_args *uap) argument
1419 freebsd4_freebsd32_fstatfs(struct thread *td, struct freebsd4_freebsd32_fstatfs_args *uap) argument
1435 freebsd4_freebsd32_fhstatfs(struct thread *td, struct freebsd4_freebsd32_fhstatfs_args *uap) argument
1453 freebsd32_pread(struct thread *td, struct freebsd32_pread_args *uap) argument
1465 freebsd32_pwrite(struct thread *td, struct freebsd32_pwrite_args *uap) argument
1478 ofreebsd32_lseek(struct thread *td, struct ofreebsd32_lseek_args *uap) argument
1490 freebsd32_lseek(struct thread *td, struct freebsd32_lseek_args *uap) argument
1508 freebsd32_truncate(struct thread *td, struct freebsd32_truncate_args *uap) argument
1518 freebsd32_ftruncate(struct thread *td, struct freebsd32_ftruncate_args *uap) argument
1529 ofreebsd32_getdirentries(struct thread *td, struct ofreebsd32_getdirentries_args *uap) argument
1551 freebsd32_getdirentries(struct thread *td, struct freebsd32_getdirentries_args *uap) argument
1571 freebsd6_freebsd32_pread(struct thread *td, struct freebsd6_freebsd32_pread_args *uap) argument
1583 freebsd6_freebsd32_pwrite(struct thread *td, struct freebsd6_freebsd32_pwrite_args *uap) argument
1595 freebsd6_freebsd32_lseek(struct thread *td, struct freebsd6_freebsd32_lseek_args *uap) argument
1613 freebsd6_freebsd32_truncate(struct thread *td, struct freebsd6_freebsd32_truncate_args *uap) argument
1623 freebsd6_freebsd32_ftruncate(struct thread *td, struct freebsd6_freebsd32_ftruncate_args *uap) argument
1641 freebsd32_do_sendfile(struct thread *td, struct freebsd32_sendfile_args *uap, int compat) argument
1697 freebsd4_freebsd32_sendfile(struct thread *td, struct freebsd4_freebsd32_sendfile_args *uap) argument
1706 freebsd32_sendfile(struct thread *td, struct freebsd32_sendfile_args *uap) argument
1758 freebsd32_stat(struct thread *td, struct freebsd32_stat_args *uap) argument
1774 ofreebsd32_stat(struct thread *td, struct ofreebsd32_stat_args *uap) argument
1790 freebsd32_fstat(struct thread *td, struct freebsd32_fstat_args *uap) argument
1806 ofreebsd32_fstat(struct thread *td, struct ofreebsd32_fstat_args *uap) argument
1822 freebsd32_fstatat(struct thread *td, struct freebsd32_fstatat_args *uap) argument
1837 freebsd32_lstat(struct thread *td, struct freebsd32_lstat_args *uap) argument
1853 ofreebsd32_lstat(struct thread *td, struct ofreebsd32_lstat_args *uap) argument
1869 freebsd32_sysctl(struct thread *td, struct freebsd32_sysctl_args *uap) argument
1894 freebsd32_jail(struct thread *td, struct freebsd32_jail_args *uap) argument
1955 freebsd32_jail_set(struct thread *td, struct freebsd32_jail_set_args *uap) argument
1973 freebsd32_jail_get(struct thread *td, struct freebsd32_jail_get_args *uap) argument
2000 freebsd32_sigaction(struct thread *td, struct freebsd32_sigaction_args *uap) argument
2028 freebsd4_freebsd32_sigaction(struct thread *td, struct freebsd4_freebsd32_sigaction_args *uap) argument
2066 ofreebsd32_sigaction(struct thread *td, struct ofreebsd32_sigaction_args *uap) argument
2097 ofreebsd32_sigprocmask(struct thread *td, struct ofreebsd32_sigprocmask_args *uap) argument
2110 ofreebsd32_sigpending(struct thread *td, struct ofreebsd32_sigpending_args *uap) argument
2131 ofreebsd32_sigvec(struct thread *td, struct ofreebsd32_sigvec_args *uap) argument
2165 ofreebsd32_sigblock(struct thread *td, struct ofreebsd32_sigblock_args *uap) argument
2177 ofreebsd32_sigsetmask(struct thread *td, struct ofreebsd32_sigsetmask_args *uap) argument
2189 ofreebsd32_sigsuspend(struct thread *td, struct ofreebsd32_sigsuspend_args *uap) argument
2204 ofreebsd32_sigstack(struct thread *td, struct ofreebsd32_sigstack_args *uap) argument
2239 freebsd32_nanosleep(struct thread *td, struct freebsd32_nanosleep_args *uap) argument
2270 freebsd32_clock_gettime(struct thread *td, struct freebsd32_clock_gettime_args *uap) argument
2287 freebsd32_clock_settime(struct thread *td, struct freebsd32_clock_settime_args *uap) argument
2304 freebsd32_clock_getres(struct thread *td, struct freebsd32_clock_getres_args *uap) argument
2323 freebsd32_ktimer_create(struct thread *td, struct freebsd32_ktimer_create_args *uap) argument
2351 freebsd32_ktimer_settime(struct thread *td, struct freebsd32_ktimer_settime_args *uap) argument
2372 freebsd32_ktimer_gettime(struct thread *td, struct freebsd32_ktimer_gettime_args *uap) argument
2388 freebsd32_clock_getcpuclockid2(struct thread *td, struct freebsd32_clock_getcpuclockid2_args *uap) argument
2402 freebsd32_thr_new(struct thread *td, struct freebsd32_thr_new_args *uap) argument
2435 freebsd32_thr_suspend(struct thread *td, struct freebsd32_thr_suspend_args *uap) argument
2472 freebsd32_sigtimedwait(struct thread *td, struct freebsd32_sigtimedwait_args *uap) argument
2514 freebsd32_sigwaitinfo(struct thread *td, struct freebsd32_sigwaitinfo_args *uap) argument
2539 freebsd32_cpuset_setid(struct thread *td, struct freebsd32_cpuset_setid_args *uap) argument
2552 freebsd32_cpuset_getid(struct thread *td, struct freebsd32_cpuset_getid_args *uap) argument
2566 freebsd32_cpuset_getaffinity(struct thread *td, struct freebsd32_cpuset_getaffinity_args *uap) argument
2581 freebsd32_cpuset_setaffinity(struct thread *td, struct freebsd32_cpuset_setaffinity_args *uap) argument
2596 freebsd32_nmount(struct thread *td, struct freebsd32_nmount_args *uap) argument
2930 freebsd32_kldstat(struct thread *td, struct freebsd32_kldstat_args *uap) argument
2957 freebsd32_posix_fallocate(struct thread *td, struct freebsd32_posix_fallocate_args *uap) argument
2967 freebsd32_posix_fadvise(struct thread *td, struct freebsd32_posix_fadvise_args *uap) argument
3004 freebsd32_procctl(struct thread *td, struct freebsd32_procctl_args *uap) argument
[all...]
/freebsd-9.3-release/sys/nfs/
H A Dnfs_nfssvc.c76 sys_nfssvc(struct thread *td, struct nfssvc_args *uap) argument
82 AUDIT_ARG_CMD(uap->flag);
85 if ((uap->flag & ~NFSSVC_GETSTATS) != 0) {
91 if ((uap->flag & (NFSSVC_ADDSOCK | NFSSVC_OLDNFSD | NFSSVC_NFSD)) &&
93 error = (*nfsd_call_nfsserver)(td, uap);
94 else if ((uap->flag & (NFSSVC_CBADDSOCK | NFSSVC_NFSCBD |
96 error = (*nfsd_call_nfscl)(td, uap);
97 else if ((uap->flag & (NFSSVC_IDNAME | NFSSVC_GETSTATS |
101 error = (*nfsd_call_nfscommon)(td, uap);
102 else if ((uap
[all...]
/freebsd-9.3-release/sys/ia64/ia64/
H A Dsys_machdep.c50 sysarch(struct thread *td, struct sysarch_args *uap) argument
54 switch(uap->op) {
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dsys_machdep.c40 freebsd32_sysarch(struct thread *td, struct freebsd32_sysarch_args *uap) argument
48 sysarch(struct thread *td, struct sysarch_args *uap) argument

Completed in 157 milliseconds

123456