/external/strace/tests/ |
aio.test | 7 syscalls=io_setup,io_submit,io_getevents,io_cancel,io_destroy
|
/external/strace/tests-m32/ |
aio.test | 7 syscalls=io_setup,io_submit,io_getevents,io_cancel,io_destroy
|
/external/strace/tests-mx32/ |
aio.test | 7 syscalls=io_setup,io_submit,io_getevents,io_cancel,io_destroy
|
/external/autotest/client/tests/aio_dio_bugs/src/ |
aio-io-setup-with-nonwritable-context-pointer.c | 4 * Description: Pass a non-writable context pointer to io_setup to see if 27 io_setup(1, addr /* un-writable pointer */);
|
aio-free-ring-with-bogus-nr-pages.c | 56 res = io_setup(10000, &ctx); 58 printf("%s: Error: io_setup returned %ld, expected -ENOMEM\n",
|
aio-dio-extend-stat.c | 76 ret = io_setup(MAX_AIO_EVENTS, &ctxp); 78 fail("io_setup returned %d\n", ret);
|
/external/blktrace/btt/ |
trace_requeue.c | 32 if (io_setup(r_iop, IOP_R))
|
trace_im.c | 77 if (io_setup(s_iop, IOP_S)) 86 if (io_setup(g_iop, IOP_G)) 95 if (io_setup(i_iop, IOP_I)) 104 if (io_setup(m_iop, IOP_M))
|
trace_queue.c | 49 if (io_setup(q_iop, IOP_Q))
|
trace_remap.c | 46 if (!io_setup(a_iop, IOP_A))
|
trace.c | 62 if (!io_setup(iop, IOP_M))
|
trace_issue.c | 68 if (io_setup(d_iop, IOP_D))
|
trace_complete.c | 121 if (io_setup(c_iop, IOP_C))
|
inlines.h | 160 static inline int io_setup(struct io *iop, enum iop_type type) function
|
/external/ltp/testcases/kernel/syscalls/io_setup/ |
io_setup01.c | 49 io_setup creates an asynchronous I/O context capable of receiving at 71 TEST(io_setup(1, &ctx)); 83 TEST(io_setup(1, &ctx)); 99 TEST(io_setup(-1, &ctx)); 116 TEST(io_setup(1, NULL));
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/ |
hikey_private.h | 84 extern void io_setup(void);
|
bl2_plat_setup.c | 190 io_setup();
|
bl1_plat_setup.c | 262 io_setup();
|
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/ |
bl1_plat_setup.c | 177 io_setup();
|
juno_private.h | 165 void io_setup(void);
|
bl2_plat_setup.c | 170 io_setup();
|
plat_io_storage.c | 261 void io_setup(void) function
|
/external/ltp/testcases/kernel/syscalls/io_submit/ |
io_submit01.c | 111 rval = io_setup(1, &ctx); 113 tst_brkm(TBROK, cleanup, "io_setup failed: %d", rval);
|
/external/strace/ |
aio.c | 34 SYS_FUNC(io_setup)
|
sys_func.h | 102 extern SYS_FUNC(io_setup);
|