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

Function aio_submit_cmd

g2all/900/lapse.js:240–242  ·  view source on GitHub ↗
(cmd, requests, num_requests, handles)

Source from the content-addressed store, hash-verified

238// SceKernelAioSubmitId ids[]
239// );
240function aio_submit_cmd(cmd, requests, num_requests, handles) {
241 sysi('aio_submit_cmd', cmd, requests, num_requests, 3, handles);
242}
243
244// the various SceAIO syscalls that copies out errors/states will not check if
245// 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