Searched refs:d_ioctl (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dcons.c130 return ((*cdevsw[major(dev)].d_ioctl) (dev, cmd, addr, flag, p));
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dcons.c140 return ((*cdevsw[major(dev)].d_ioctl)(dev, cmd, addr, flag, p));
/darwin-on-arm/xnu/bsd/sys/
H A Dconf.h163 ioctl_fcn_t *d_ioctl; member in struct:bdevsw
194 ioctl_fcn_t *d_ioctl; member in struct:cdevsw
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_symfile.c90 return ((*bdevsw[major(device)].d_ioctl)
H A Dtty.c442 (*cdevsw[major(tp->t_dev)].d_ioctl)
1170 (*cdevsw[major(constty->t_dev)].d_ioctl)
1173 (*cdevsw[major(tp->t_dev)].d_ioctl)
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c631 retval = (*cdevsw[major(dev)].d_ioctl)(dev, ap->a_command, ap->a_data,
650 retval = (*bdevsw[major(dev)].d_ioctl)(dev, ap->a_command, ap->a_data, ap->a_fflag, p);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_pipe.c236 .d_ioctl = audit_pipe_ioctl,
H A Daudit_session.c341 .d_ioctl = audit_sdev_ioctl,

Completed in 43 milliseconds