Home
last modified time | relevance | path

Searched refs:vop_ioctl_args (Results 1 – 15 of 15) sorted by relevance

/dragonfly/sys/vfs/smbfs/
H A Dsmbfs.h74 struct vop_ioctl_args;
100 int smbfs_ioctl(struct vop_ioctl_args *ap);
H A Dsmbfs_vnops.c832 smbfs_ioctl(struct vop_ioctl_args *ap) in smbfs_ioctl()
/dragonfly/sys/vfs/deadfs/
H A Ddead_vnops.c47 static int dead_ioctl (struct vop_ioctl_args *);
173 dead_ioctl(struct vop_ioctl_args *ap) in dead_ioctl()
/dragonfly/sys/vfs/fifofs/
H A Dfifo_vnops.c72 static int fifo_ioctl (struct vop_ioctl_args *);
436 fifo_ioctl(struct vop_ioctl_args *ap) in fifo_ioctl()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h232 struct vop_ioctl_args { struct
422 int (*vop_ioctl)(struct vop_ioctl_args *);
H A Dhammer2_vnops.c2754 hammer2_vop_ioctl(struct vop_ioctl_args *ap) in hammer2_vop_ioctl()
/dragonfly/sys/sys/
H A Dvfsops.h189 struct vop_ioctl_args { struct
627 int (*vop_ioctl)(struct vop_ioctl_args *);
710 struct vop_ioctl_args vu_ioctl;
917 int vop_ioctl_ap(struct vop_ioctl_args *ap);
/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_vnops.c68 static int cd9660_ioctl(struct vop_ioctl_args *);
215 cd9660_ioctl(struct vop_ioctl_args *ap) in cd9660_ioctl()
/dragonfly/sys/vfs/procfs/
H A Dprocfs_vnops.c72 static int procfs_ioctl (struct vop_ioctl_args *);
277 procfs_ioctl(struct vop_ioctl_args *ap) in procfs_ioctl()
/dragonfly/sys/vfs/udf/
H A Dudf_vnops.c59 static int udf_ioctl(struct vop_ioctl_args *);
350 udf_ioctl(struct vop_ioctl_args *a) in udf_ioctl()
/dragonfly/sys/vfs/hpfs/
H A Dhpfs_vnops.c77 static int hpfs_ioctl (struct vop_ioctl_args *ap);
134 hpfs_ioctl(struct vop_ioctl_args *ap) in hpfs_ioctl()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vnops.c100 static int devfs_spec_ioctl(struct vop_ioctl_args *);
1707 devfs_spec_ioctl(struct vop_ioctl_args *ap) in devfs_spec_ioctl()
/dragonfly/sys/kern/
H A Dvfs_vopops.c511 struct vop_ioctl_args ap; in vop_ioctl()
1878 vop_ioctl_ap(struct vop_ioctl_args *ap) in vop_ioctl_ap()
/dragonfly/sys/vfs/hammer/
H A Dhammer_vnops.c71 static int hammer_vop_ioctl(struct vop_ioctl_args *);
2517 hammer_vop_ioctl(struct vop_ioctl_args *ap) in hammer_vop_ioctl()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_vnops.c2323 hammer2_vop_ioctl(struct vop_ioctl_args *ap) in hammer2_vop_ioctl()