.\" 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_RMMAP" "9" "09 October 2005" "" ""
.SH NAME
drm_rmmap \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int drm_rmmap (struct inode * \fIinode\fB, struct file * \fIfilp\fB, unsigned int \fIcmd\fB, unsigned long \fIarg\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIinode\fB\fR
-- undescribed --
.TP
\fB\fIfilp\fB\fR
-- undescribed --
.TP
\fB\fIcmd\fB\fR
-- undescribed --
.TP
\fB\fIarg\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
isn't in use.
.PP
\\param inode device inode.
\\param filp file pointer.
\\param cmd command.
\\param arg pointer to a drm_map_t structure.
\\return zero on success or a negative value on error.
.SH "SEARCHES THE MAP ON DRM_DEVICE"
.PP
:maplist, removes it from the list, see if
its being used, and free any associate resource (such as MTRR's) if it's not
being on use.
.PP
\\sa \fBaddmap\fR\&.