MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / aio_submit_cmd

Function aio_submit_cmd

g2all/700/lapse.js:262–264  ·  view source on GitHub ↗
(cmd, requests, num_requests, handles)

Source from the content-addressed store, hash-verified

260// SceKernelAioSubmitId ids[]
261// );
262function aio_submit_cmd(cmd, requests, num_requests, handles) {
263 sysi("aio_submit_cmd", cmd, requests, num_requests, 3, handles);
264}
265
266// the various SceAIO syscalls that copies out errors/states will not check if
267// the address is NULL and will return EFAULT. this dummy buffer will serve as

Callers 3

spray_aioFunction · 0.70
double_free_reqs2Function · 0.70
setupFunction · 0.70

Calls 1

sysiFunction · 0.70

Tested by

no test coverage detected