Searched refs:cdev_ioctl (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | conf.h | 112 extern int cdev_ioctl(dev_t, int, intptr_t, int, cred_t *, int *);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cons.c | 455 return (cdev_ioctl(rconsdev, CONS_GETTERM, arg, flag, cred, rvalp)); 483 return (cdev_ioctl(rconsdev, cmd, arg, flag, cred, rvalp));
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 1618 if ((error = cdev_ioctl(dev, DKIOCGVTOC, (intptr_t)&vtoc, 1627 if ((error = cdev_ioctl(dev, DKIOCINFO, (intptr_t)&dki_info, 1855 if (cdev_ioctl(dev, CDROMREADOFFSET, (intptr_t)&session_offset,
|
/illumos-gate/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, function
|
H A D | driver_lyr.c | 1954 ret = cdev_ioctl(dev, cmd, arg, mode, cr, rvalp);
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_node.c | 590 error = cdev_ioctl(fsp->pcfs_vfs->vfs_dev,
|
/illumos-gate/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 1281 error = cdev_ioctl(dev, cmd, arg, mode, cr, rvalp); 1524 rc = cdev_ioctl(vp->v_rdev, DKIOCFLUSHWRITECACHE,
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 1552 error = cdev_ioctl(rdev, CDROMREADOFFSET, (intptr_t)&secno,
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 1194 if (cdev_ioctl(dev, DKIOCINFO, (intptr_t)&ci,
|
/illumos-gate/usr/src/uts/common/io/lvm/md/ |
H A D | md_subr.c | 2345 * See if device is a metadevice. If not call cdev_ioctl(), otherwise 2350 rval = cdev_ioctl(device, cmd, (intptr_t)data, mode,
|
Completed in 140 milliseconds