fflag 38 arch/i386/i386/pctr.c int p5ctrsel(int fflag, u_int cmd, u_int fn); fflag 40 arch/i386/i386/pctr.c int p6ctrsel(int fflag, u_int cmd, u_int fn); fflag 90 arch/i386/i386/pctr.c p5ctrsel(int fflag, u_int cmd, u_int fn) fflag 102 arch/i386/i386/pctr.c if (!(fflag & FWRITE)) fflag 132 arch/i386/i386/pctr.c p6ctrsel(int fflag, u_int cmd, u_int fn) fflag 142 arch/i386/i386/pctr.c if (!(fflag & FWRITE)) fflag 168 arch/i386/i386/pctr.c pctrioctl(dev_t dev, u_long cmd, caddr_t data, int fflag, struct proc *p) fflag 190 arch/i386/i386/pctr.c return p6ctrsel(fflag, cmd, *(u_int *) data); fflag 192 arch/i386/i386/pctr.c return p5ctrsel(fflag, cmd, *(u_int *) data); fflag 739 dev/flash.c flashclose(dev_t dev, int fflag, int devtype, struct proc *p) fflag 837 dev/flash.c flashioctl(dev_t dev, u_long cmd, caddr_t data, int fflag, struct proc *p) fflag 439 dev/midi.c midiclose(dev_t dev, int fflag, int devtype, struct proc *p) fflag 215 kern/vnode_if.c int VOP_CLOSE(struct vnode *vp, int fflag, struct ucred *cred, struct proc *p) fflag 224 kern/vnode_if.c a.a_fflag = fflag; fflag 400 kern/vnode_if.c int VOP_IOCTL(struct vnode *vp, u_long command, void *data, int fflag, fflag 408 kern/vnode_if.c a.a_fflag = fflag; fflag 88 sys/conf.h int (*d_close)(dev_t dev, int fflag, int devtype, fflag 92 sys/conf.h int fflag, struct proc *p); fflag 148 sys/conf.h int (*d_close)(dev_t dev, int fflag, int devtype, fflag 153 sys/conf.h int fflag, struct proc *p); fflag 117 sys/disk.h int (*d_ioctl)(dev_t dev, u_long cmd, caddr_t data, int fflag, fflag 278 xfs/xfs_vnodeops-common.c xfs_close_common(struct vnode *vp, int fflag, fflag 287 xfs/xfs_vnodeops-common.c (unsigned long)cred, fflag, xn->flags)); fflag 292 xfs/xfs_vnodeops-common.c if (fflag & FWRITE && xn->flags & NNPFS_DATA_DIRTY) fflag 111 xfs/xfs_vnodeops.h xfs_close_common(struct vnode *vp, int fflag,