Searched refs:aio_suspend (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/lib/libc/sys/
H A Daio_suspend.c34 __FBSDID("$FreeBSD: releng/10.2/lib/libc/sys/aio_suspend.c 277317 2015-01-18 11:54:20Z kib $");
42 #pragma weak aio_suspend macro
44 aio_suspend(const struct aiocb * const iocbs[], int niocb, function
H A Dinterposing_table.c44 SLOT(aio_suspend, __sys_aio_suspend),
H A DMakefile.inc44 aio_suspend \
145 aio_suspend.2 \
/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_aio_suspend.c41 __weak_reference(_aio_suspend, aio_suspend);
/freebsd-10.2-release/sys/sys/
H A Daio.h126 int aio_suspend(const struct aiocb * const[], int, const struct timespec *);
H A Dsyscall.mk211 aio_suspend.o \
/freebsd-10.2-release/sys/kern/
H A Dcapabilities.conf91 aio_suspend
H A Dvfs_aio.c374 * aiol list io job pointer - internal to aio_suspend XXX
434 SYSCALL_INIT_HELPER(aio_suspend),
/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_syscalls.c631 SLOT(aio_suspend);
/freebsd-10.2-release/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c765 if (aio_suspend(aiocb_array, 1, NULL) < 0)
851 if (aio_suspend(aiocb_array, 1, NULL) < 0)

Completed in 210 milliseconds