Searched refs:ioctl_dev (Results 1 – 4 of 4) sorted by relevance
378 ioctl_dev_t ioctl_dev; member
2061 hba->ioctl_dev = make_dev(&hptiop_ops, unit, in hptiop_attach()2065 hba->ioctl_dev->si_drv1 = hba; in hptiop_attach()2859 if (hba->ioctl_dev) in hptiop_release_resource()2860 destroy_dev(hba->ioctl_dev); in hptiop_release_resource()
4245 if(acb->ioctl_dev != NULL) { in arcmsr_free_resource()4246 destroy_dev(acb->ioctl_dev); in arcmsr_free_resource()4735 …acb->ioctl_dev = make_dev(&arcmsr_ops, unit, UID_ROOT, GID_WHEEL /* GID_OPERATOR */, S_IRUSR | S_I… in arcmsr_attach()4736 acb->ioctl_dev->si_drv1 = acb; in arcmsr_attach()4737 (void)make_dev_alias(acb->ioctl_dev, "arc%d", unit); in arcmsr_attach()
1245 struct cdev *ioctl_dev; member