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

/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/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,

Completed in 67 milliseconds