.\" 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_UNREGISTER" "" "06 October 2005" "" ""
.SH NAME
_devfs_unregister \- Unregister a device entry from its parent.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void _devfs_unregister (struct devfs_entry * \fIdir\fB, struct devfs_entry * \fIde\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdir\fB\fR
The parent directory.
.TP
\fB\fIde\fB\fR
The entry to unregister.
.SH "DESCRIPTION"
.PP
The caller must have a write lock on the parent directory, which is
unlocked by this function.