.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "DRM_FIND_FILE" "9" "09 October 2005" "" "" .SH NAME drm_find_file \- .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp drm_file_t * drm_find_file (drm_device_t * \fIdev\fB, drm_magic_t \fImagic\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR -- undescribed -- .TP \fB\fImagic\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP .PP \\param dev DRM device. \\param magic magic number. .SH "SEARCHES IN DRM_DEVICE" .PP :magiclist within all files with the same hash key the one with matching magic number, while holding the drm_device::struct_sem lock.