Searched refs:op_ioctl (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/sbin/ifconfig/
H A Dprog_ops.h41 int (*op_ioctl)(int, unsigned long, ...); member in struct:prog_ops
50 #define prog_ioctl prog_ops.op_ioctl
H A Difconfig_hostops.c44 .op_ioctl = ioctl,
H A Difconfig_rumpops.c49 .op_ioctl = rump_sys_ioctl,
/netbsd-current/sbin/raidctl/
H A Dprog_ops.h39 int (*op_ioctl)(int, unsigned long, ...); member in struct:prog_ops
47 #define prog_ioctl prog_ops.op_ioctl
H A Draidctl_rumpops.c46 .op_ioctl = rump_sys_ioctl,
H A Draidctl_hostops.c45 .op_ioctl = ioctl,
/netbsd-current/sbin/cgdconfig/
H A Dprog_ops.h40 int (*op_ioctl)(int, unsigned long, ...); member in struct:prog_ops
48 #define prog_ioctl prog_ops.op_ioctl
H A Dcgdconfig_hostops.c44 .op_ioctl = ioctl,
H A Dcgdconfig_rumpops.c46 .op_ioctl = rump_sys_ioctl,
/netbsd-current/usr.sbin/powerd/
H A Dprog_ops.h43 int (*op_ioctl)(int, unsigned long, ...); member in struct:prog_ops
55 #define prog_ioctl prog_ops.op_ioctl
H A Dpowerd_hostops.c48 .op_ioctl = ioctl,
H A Dpowerd_rumpops.c51 .op_ioctl = rump_sys_ioctl,
/netbsd-current/usr.sbin/ndp/
H A Dprog_ops.h41 int (*op_ioctl)(int, unsigned long, ...); member in struct:prog_ops
61 #define prog_ioctl prog_ops.op_ioctl
H A Dndp_hostops.c54 .op_ioctl = ioctl,
H A Dndp_rumpops.c58 .op_ioctl = rump_sys_ioctl,
/netbsd-current/usr.sbin/fssconfig/
H A Dprog_ops.h42 int (*op_ioctl)(int, unsigned long, ...); member in struct:prog_ops
53 #define prog_ioctl prog_ops.op_ioctl
H A Dfssconfig_hostops.c46 .op_ioctl = ioctl,
H A Dfssconfig_rumpops.c48 .op_ioctl = rump_sys_ioctl,
/netbsd-current/usr.sbin/arp/
H A Dprog_ops.h46 int (*op_ioctl)(int, unsigned long, ...); member in struct:prog_ops
58 #define prog_ioctl prog_ops.op_ioctl
H A Darp_hostops.c49 .op_ioctl = ioctl,
H A Darp_rumpops.c52 .op_ioctl = rump_sys_ioctl,
/netbsd-current/bin/dd/
H A Ddd_hostops.c46 .op_ioctl = ioctl,
H A Ddd_rumpops.c45 .op_ioctl = rump_sys_ioctl,
/netbsd-current/usr.sbin/rtadvd/
H A Drtadvd_rumpops.c28 .op_ioctl = rump_sys_ioctl,
H A Drtadvd_hostops.c26 .op_ioctl = ioctl,

Completed in 363 milliseconds

12