hijack.c | 387 { DUALCALL___SYSCTL, "__sysctl", RSYS_NAME(__SYSCTL) }, 2451 int __sysctl(const int *, unsigned int, void *, size_t *, const void *, size_t); 2453 __sysctl(const int *name, unsigned int namelen, void *old, size_t *oldlenp, function in typeref:typename:int 2460 op___sysctl = GETSYSCALL(rump, __SYSCTL); 2462 op___sysctl = GETSYSCALL(host, __SYSCTL); 2465 op___sysctl = rumphijack_dlsym(RTLD_NEXT, "__sysctl");
|