Searched refs:openbsd_poll_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/kern/ |
| D | sys_generic.c | 1591 struct openbsd_poll_args { struct 1600 register struct openbsd_poll_args *uap; argument
|
| D | init_sysent.c | 288 …{ AS(openbsd_poll_args), (sy_call_t *)sys_openbsd_poll, AUE_POLL, NULL, 0, 0, SYF_CAPENABLED, SY_T…
|
| D | systrace_args.c | 1395 struct openbsd_poll_args *p = params; in systrace_args()
|
| /freebsd-10-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 301 …{ AS(openbsd_poll_args), (sy_call_t *)sys_openbsd_poll, AUE_POLL, NULL, 0, 0, 0, SY_THR_STATIC }, …
|
| D | freebsd32_systrace_args.c | 1296 struct openbsd_poll_args *p = params; in systrace_args()
|
| /freebsd-10-stable/sys/sys/ |
| D | sysproto.h | 755 struct openbsd_poll_args { struct 1999 int sys_openbsd_poll(struct thread *, struct openbsd_poll_args *);
|