.\" 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 "ALLOC_TREE_NODE" "" "06 October 2005" "" ""
.SH NAME
alloc_tree_node \- returns a device entry in the iotree
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct parisc_device * alloc_tree_node (struct parisc_device * \fIparent\fB, char \fIid\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIparent\fB\fR
the parent node in the tree
.TP
\fB\fIid\fB\fR
the element of the module path for this entry
.SH "DESCRIPTION"
.PP
Checks all the children of \fIparent\fR for a matching \fIid\fR\&. If none
found, it allocates a new device and returns it.