/src/sbin/modload/ |
prog_ops.h | 38 int (*op_modctl)(int, void *); member in struct:prog_ops 43 #define prog_modctl prog_ops.op_modctl
|
modload_hostops.c | 40 .op_modctl = modctl,
|
modload_rumpops.c | 46 .op_modctl = rump_sys_modctl,
|
/src/sbin/modstat/ |
prog_ops.h | 38 int (*op_modctl)(int, void *); member in struct:prog_ops 43 #define prog_modctl prog_ops.op_modctl
|
modstat_hostops.c | 40 .op_modctl = modctl,
|
modstat_rumpops.c | 46 .op_modctl = rump_sys_modctl,
|
/src/sbin/modunload/ |
prog_ops.h | 38 int (*op_modctl)(int, void *); member in struct:prog_ops 43 #define prog_modctl prog_ops.op_modctl
|
modunload_hostops.c | 40 .op_modctl = modctl,
|
modunload_rumpops.c | 46 .op_modctl = rump_sys_modctl,
|
/src/lib/librumphijack/ |
hijack.c | 2475 int (*op_modctl)(int operation, void *argp); local in function:modctl 2478 op_modctl = GETSYSCALL(rump, MODCTL); 2480 op_modctl = GETSYSCALL(host, MODCTL); 2483 return op_modctl(operation, argp);
|