<dec f='src/src/sys/external/bsd/drm2/dist/include/drm/ttm/ttm_bo_driver.h' l='436' type='int (*)(struct ttm_buffer_object *, struct file *)'/>
<offset>512</offset>
<doc f='src/src/sys/external/bsd/drm2/dist/include/drm/ttm/ttm_bo_driver.h' l='424'>/**
	 * struct ttm_bo_driver_member verify_access
	 *
	 * @bo: Pointer to a buffer object.
	 * @filp: Pointer to a struct file trying to access the object.
	 *
	 * Called from the map / write / read methods to verify that the
	 * caller is permitted to access the buffer object.
	 * This member may be set to NULL, which will refuse this kind of
	 * access for all buffer objects.
	 * This function should return 0 if access is granted, -EPERM otherwise.
	 */</doc>
<use f='src/src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_bo.c' l='1602' u='w'/>
<use f='src/src/sys/external/bsd/drm2/dist/drm/radeon/radeon_ttm.c' l='754' u='w'/>
<use f='src/src/sys/external/bsd/drm2/ttm/ttm_bo_vm.c' l='250' u='r' c='ttm_bo_mmap_object'/>
<use f='src/src/sys/external/bsd/drm2/ttm/ttm_bo_vm.c' l='254' u='r' c='ttm_bo_mmap_object'/>
