.\" 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 "_DEVFS_FIND_ENTRY" "" "06 October 2005" "" "" .SH NAME _devfs_find_entry \- Find a devfs entry. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct devfs_entry * _devfs_find_entry (devfs_handle_t \fIdir\fB, const char * \fIname\fB, int \fItraverse_symlink\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdir\fB\fR The handle to the parent devfs directory entry. If this is NULL the name is relative to the root of the devfs. .TP \fB\fIname\fB\fR The name of the entry. This may be NULL\&. .TP \fB\fItraverse_symlink\fB\fR If TRUE then symbolic links are traversed. .SH "DESCRIPTION" .PP Returns the devfs_entry pointer on success, else NULL\&. An implicit \fBdevfs_get\fR is performed.