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

Function set_evf_flags

g2all/700/lapse.js:783–786  ·  view source on GitHub ↗
(id, flags)

Source from the content-addressed store, hash-verified

781}
782
783function set_evf_flags(id, flags) {
784 sysi("evf_clear", id, 0);
785 sysi("evf_set", id, flags);
786}
787
788function free_evf(id) {
789 sysi("evf_delete", id);

Callers 1

leak_kernel_addrsFunction · 0.70

Calls 1

sysiFunction · 0.70

Tested by

no test coverage detected