MCPcopy Create free account
hub / github.com/acidanthera/RestrictEvents / sysctl_req

Class sysctl_req

RestrictEvents/SoftwareUpdate.cpp:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146static mach_vm_address_t org_sysctl_vmm_present;
147static int my_sysctl_vmm_present(__unused struct sysctl_oid *oidp, __unused void *arg1, int arg2, struct sysctl_req *req) {
148 char procname[64];
149 proc_name(proc_pid(req->p), procname, sizeof(procname));
150 // SYSLOG("supd", "\n\n\n\nsoftwareupdated vmm_present %d - >>> %s <<<<\n\n\n\n", arg2, procname);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected