Home
last modified time | relevance | path

Searched refs:a_fflag (Results 1 – 25 of 52) sorted by relevance

123

/dragonfly/share/examples/kld/cdev/module/
HDcdev.c118 devid_from_dev(args->a_head.a_dev), args->a_fflag, in mydev_close()
131 args->a_fflag); in mydev_ioctl()
/dragonfly/sys/platform/vkernel64/platform/
HDconsole.c135 (*linesw[tp->t_line].l_close)(tp, ap->a_fflag); in vcons_close()
151 ap->a_fflag, ap->a_cred); in vcons_ioctl()
156 error = ttioctl(tp, ap->a_cmd, ap->a_data, ap->a_fflag); in vcons_ioctl()
/dragonfly/sys/vfs/fifofs/
HDfifo_vnops.c442 if (ap->a_fflag & FREAD) { in fifo_ioctl()
451 if (ap->a_fflag & FWRITE) { in fifo_ioctl()
610 if (ap->a_fflag & FREAD) { in fifo_close()
615 if (ap->a_fflag & FWRITE) { in fifo_close()
/dragonfly/sys/bus/isa/
HDvga_isa.c245 ap->a_fflag, ap->a_devtype); in isavga_close()
269 … return vga_ioctl(dev, VGA_SOFTC(VGA_UNIT(dev)), ap->a_cmd, ap->a_data, ap->a_fflag, ap->a_cred); in isavga_ioctl()
/dragonfly/sys/dev/misc/dcons/
HDdcons_os.c265 (*linesw[tp->t_line].l_close)(tp, ap->a_fflag); in dcons_close()
287 error = (*linesw[tp->t_line].l_ioctl)(tp, ap->a_cmd, ap->a_data, ap->a_fflag, ap->a_cred); in dcons_ioctl()
293 error = ttioctl(tp, ap->a_cmd, ap->a_data, ap->a_fflag); in dcons_ioctl()
/dragonfly/sys/dev/misc/nmdm/
HDnmdm.c301 err = (*linesw[tp->t_line].l_close)(tp, ap->a_fflag); in nmdmclose()
551 ap->a_fflag, ap->a_cred); in nmdmioctl()
553 error = ttioctl(tp, ap->a_cmd, ap->a_data, ap->a_fflag); in nmdmioctl()
/dragonfly/sys/sys/
HDdevice.h82 int a_fflag; member
115 int a_fflag; member
/dragonfly/sys/vfs/deadfs/
HDdead_vnops.c127 if ((ap->a_fflag & FWRITE) && vp->v_writecount > 0) in dead_close()
/dragonfly/sys/dev/disk/vn/
HDvn.c411 devtoname(dev), ap->a_cmd, ap->a_data, ap->a_fflag, in vnioctl()
450 error = vniocattach_swap(vn, vio, dev, ap->a_fflag, ap->a_cred); in vnioctl()
452 error = vniocattach_file(vn, vio, dev, ap->a_fflag, ap->a_cred); in vnioctl()
/dragonfly/sys/dev/disk/md/
HDmd.c151 devtoname(dev), ap->a_fflag, ap->a_devtype); in mdclose()
168 devtoname(dev), ap->a_cmd, ap->a_data, ap->a_fflag); in mdioctl()
/dragonfly/usr.sbin/makefs/hammer2/
HDhammer2_compat.h191 int a_fflag; member
236 int a_fflag; member
/dragonfly/sys/kern/
HDkern_device.c179 ap.a_fflag = fflag; in dev_dclose()
248 ap.a_fflag = fflag; in dev_dioctl()
HDkern_memio.c498 ap->a_fflag, ap->a_cred); in mmioctl()
503 ap->a_fflag, ap->a_cred); in mmioctl()
HDtty_tty.c264 return (VOP_IOCTL(ttyvp, ap->a_cmd, ap->a_data, ap->a_fflag, in cttyioctl()
HDtty_pty.c457 err = (*linesw[tp->t_line].l_close)(tp, ap->a_fflag); in ptsclose()
1275 ap->a_fflag, ap->a_cred); in ptyioctl()
1277 error = ttioctl(tp, ap->a_cmd, ap->a_data, ap->a_fflag); in ptyioctl()
HDsubr_disk.c1156 error = dev_dclose(dp->d_rawdev, ap->a_fflag, ap->a_devtype, NULL); in diskclose()
1203 error = dsioctl(dev, ap->a_cmd, ap->a_data, ap->a_fflag, in diskioctl()
1210 ap->a_fflag, ap->a_cred, NULL, NULL); in diskioctl()
/dragonfly/sys/bus/pci/
HDpci_user.c324 if (!(ap->a_fflag & FWRITE) && ap->a_cmd != PCIOCGETBAR &&
328 if (!(ap->a_fflag & FWRITE) && ap->a_cmd != PCIOCGETBAR && ap->a_cmd != PCIOCGETCONF)
/dragonfly/sys/dev/raid/mlx/
HDmlx_disk.c143 …bmit_ioctl(sc->mlxd_controller, sc->mlxd_drive, ap->a_cmd, ap->a_data, ap->a_fflag)) != ENOIOCTL) { in mlxd_ioctl()
/dragonfly/sys/net/netmap/
HDnetmap_freebsd.c370 ap->a_head.a_dev, ap->a_fflag, ap->a_devtype); in netmap_close()
/dragonfly/sys/dev/disk/ccd/
HDccd.c334 ioctl_args.a_fflag = FWRITE; in ccddetach()
1313 if ((ap->a_fflag & FWRITE) == 0) in ccdioctl()
1435 if ((ap->a_fflag & FWRITE) == 0) in ccdioctl()
/dragonfly/sys/dev/smbus/smb/
HDsmb.c241 (ap->a_fflag & O_NONBLOCK) ? in smbioctl()
/dragonfly/sys/bus/iicbus/
HDiic.c286 int flags = ap->a_fflag; in iicioctl()
/dragonfly/sys/dev/misc/cpuctl/
HDcpuctl.c90 int flags = ap->a_fflag; in cpuctl_ioctl()
/dragonfly/sys/dev/misc/cmx/
HDcmx.c468 MODEBITS, ap->a_fflag, curthread); in cmx_close()
/dragonfly/sys/vfs/devfs/
HDdevfs_vnops.c1107 error = dev_dclose(dev, ap->a_fflag, S_IFCHR, ap->a_fp); in devfs_spec_close()
1197 error = dev_dclose(dev, ap->a_fflag, S_IFCHR, ap->a_fp); in devfs_spec_close()
1786 return (dev_dioctl(dev, ap->a_command, ap->a_data, ap->a_fflag, in devfs_spec_ioctl()

123