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

/freebsd-10-stable/sys/dev/drm/
H A Dsavage_drv.c51 dev->driver->firstopen = savage_driver_firstopen;
H A Dradeon_drv.c57 dev->driver->firstopen = radeon_driver_firstopen;
H A Ddrm_drv.c324 if (dev->driver->firstopen)
325 dev->driver->firstopen(dev);
551 * lastclose and firstopen or unload) because these aren't actually
H A DdrmP.h557 int (*firstopen)(struct drm_device *); member in struct:drm_driver_info
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_drv.c219 .firstopen = radeon_driver_firstopen_kms,
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_fops.c50 if (dev->driver->firstopen) {
51 ret = dev->driver->firstopen(dev);
H A DdrmP.h682 int (*firstopen) (struct drm_device *); member in struct:drm_driver
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c3041 int firstopen = B_FALSE; local
3065 firstopen = B_TRUE;
3141 if (firstopen)

Completed in 182 milliseconds