.\" 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 "PARSE_TREE_NODE" "9" "09 October 2005" "" ""
.SH NAME
parse_tree_node \- returns a device entry in the iotree
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct device * parse_tree_node (struct device * \fIparent\fB, int \fIindex\fB, struct hardware_path * \fImodpath\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIparent\fB\fR
the parent node in the tree
.TP
\fB\fIindex\fB\fR
the current BC index
.TP
\fB\fImodpath\fB\fR
the hardware_path struct to match a device against
.SH "DESCRIPTION"
.PP
Checks all the children of \fIparent\fR for a matching \fIid\fR\&. If none
found, it returns NULL.