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

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_auth.c70 static struct drm_file *drm_find_file(struct drm_master *master, drm_magic_t magic) function
201 } while (drm_find_file(file->master, auth->magic));
231 if ((file_priv = drm_find_file(file->master, auth->magic))) {

Completed in 9 milliseconds