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

/freebsd-10.0-release/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.0-release/sys/dev/drm2/radeon/
H A Dradeon_drv.c236 .firstopen = radeon_driver_firstopen,
357 .firstopen = radeon_driver_firstopen_kms,
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_drv.c409 if (dev->driver->firstopen)
410 dev->driver->firstopen(dev);
660 * lastclose and firstopen or unload) because these aren't actually
H A DdrmP.h754 int (*firstopen)(struct drm_device *); member in struct:drm_driver_info
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c2799 int firstopen = B_FALSE; local
2823 firstopen = B_TRUE;
2899 if (firstopen)

Completed in 117 milliseconds