Searched defs:ioctl (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_drv.c96 /* The DRM_IOCTL_DMA ioctl should be defined by the driver. */
349 * Called whenever a process performs an ioctl on /dev/drm.
353 * Looks up the ioctl function in the ::ioctls table, checking for root
360 struct drm_ioctl_desc *ioctl; local
380 ioctl = &dev->driver->ioctls[nr - DRM_COMMAND_BASE];
382 cmd = ioctl->cmd;
385 ioctl = &drm_ioctls[nr];
386 cmd = ioctl->cmd;
392 func = ioctl->func;
398 if (ioctl
[all...]

Completed in 37 milliseconds