Searched refs:cdev_ioctl (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | cons.c | 455 return (cdev_ioctl(rconsdev, CONS_GETTERM, arg, flag, cred, rvalp)); in cnprivateioc() 483 return (cdev_ioctl(rconsdev, cmd, arg, flag, cred, rvalp)); in cnioctl()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | conf.h | 112 extern int cdev_ioctl(dev_t, int, intptr_t, int, cred_t *, int *);
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 1618 if ((error = cdev_ioctl(dev, DKIOCGVTOC, (intptr_t)&vtoc, in ud_get_last_block() 1627 if ((error = cdev_ioctl(dev, DKIOCINFO, (intptr_t)&dki_info, in ud_get_last_block() 1855 if (cdev_ioctl(dev, CDROMREADOFFSET, (intptr_t)&session_offset, in ud_get_lbsize()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | driver.c | 562 cdev_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, struct cred *cred, in cdev_ioctl() function
|
H A D | driver_lyr.c | 1954 ret = cdev_ioctl(dev, cmd, arg, mode, cr, rvalp); in ldi_ioctl()
|
/titanic_50/usr/src/uts/common/fs/pcfs/ |
H A D | pc_node.c | 590 error = cdev_ioctl(fsp->pcfs_vfs->vfs_dev, in pc_verify()
|
/titanic_50/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 1281 error = cdev_ioctl(dev, cmd, arg, mode, cr, rvalp); in spec_ioctl() 1524 rc = cdev_ioctl(vp->v_rdev, DKIOCFLUSHWRITECACHE, in spec_fsync()
|
/titanic_50/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 1552 error = cdev_ioctl(rdev, CDROMREADOFFSET, (intptr_t)&secno, in hs_findvoldesc()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 1196 if (cdev_ioctl(dev, DKIOCINFO, (intptr_t)&ci, in mountfs()
|