Searched refs:op_modctl (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sbin/modload/
H A Dprog_ops.h38 int (*op_modctl)(int, void *); member in struct:prog_ops
43 #define prog_modctl prog_ops.op_modctl
H A Dmodload_hostops.c40 .op_modctl = modctl,
H A Dmodload_rumpops.c46 .op_modctl = rump_sys_modctl,
/netbsd-current/sbin/modstat/
H A Dprog_ops.h38 int (*op_modctl)(int, void *); member in struct:prog_ops
43 #define prog_modctl prog_ops.op_modctl
H A Dmodstat_hostops.c40 .op_modctl = modctl,
H A Dmodstat_rumpops.c46 .op_modctl = rump_sys_modctl,
/netbsd-current/sbin/modunload/
H A Dprog_ops.h38 int (*op_modctl)(int, void *); member in struct:prog_ops
43 #define prog_modctl prog_ops.op_modctl
H A Dmodunload_hostops.c40 .op_modctl = modctl,
H A Dmodunload_rumpops.c46 .op_modctl = rump_sys_modctl,
/netbsd-current/lib/librumphijack/
H A Dhijack.c2457 int (*op_modctl)(int operation, void *argp);
2460 op_modctl = GETSYSCALL(rump, MODCTL);
2462 op_modctl = GETSYSCALL(host, MODCTL);
2465 return op_modctl(operation, argp);

Completed in 198 milliseconds