| 145 | |
| 146 | static mach_vm_address_t org_sysctl_vmm_present; |
| 147 | static 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); |
nothing calls this directly
no outgoing calls
no test coverage detected