Searched refs:firstopen (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_drv.c266 driver->firstopen = radeon_driver_firstopen;
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_drv.c179 DRM_ERROR("firstopen: failed to prebuild SAREA");
193 if (dev->driver->firstopen)
194 retval = dev->driver->firstopen(dev);
197 DRM_ERROR("drm_firstopen: driver-specific firstopen failed");
H A DdrmP.h640 int (*firstopen)(struct drm_device *); member in struct:drm_driver_info
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c592 int firstopen = 0; local
714 firstopen = 1;
734 if (dotwist && firstopen)
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c3039 boolean_t firstopen; local
3074 firstopen = !xdf_isopen(vdp, -1);
3087 if (firstopen)

Completed in 80 milliseconds