Home
last modified time | relevance | path

Searched refs:linux_to_bsd_waitopts (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/compat/linux/
Dlinux_misc.h157 void linux_to_bsd_waitopts(int options, int *bsdopts);
Dlinux_misc.c1023 linux_to_bsd_waitopts(args->options, &options); in linux_wait4()
1049 linux_to_bsd_waitopts(args->options, &options); in linux_waitid()
2512 linux_to_bsd_waitopts(int options, int *bsdopts) in linux_to_bsd_waitopts() function