OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DRM_IOCTL_BASE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm/dist/shared-core/
drm.h
1004
#define
DRM_IOCTL_BASE
'd'
1005
#define DRM_IO(nr) _IO(
DRM_IOCTL_BASE
,nr)
1006
#define DRM_IOR(nr,type) _IOR(
DRM_IOCTL_BASE
,nr,type)
1007
#define DRM_IOW(nr,type) _IOW(
DRM_IOCTL_BASE
,nr,type)
1008
#define DRM_IOWR(nr,type) _IOWR(
DRM_IOCTL_BASE
,nr,type)
/src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm.h
844
#define
DRM_IOCTL_BASE
'd'
845
#define DRM_IO(nr) _IO(
DRM_IOCTL_BASE
,nr)
846
#define DRM_IOR(nr,type) _IOR(
DRM_IOCTL_BASE
,nr,type)
847
#define DRM_IOW(nr,type) _IOW(
DRM_IOCTL_BASE
,nr,type)
848
#define DRM_IOWR(nr,type) _IOWR(
DRM_IOCTL_BASE
,nr,type)
Completed in 14 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025