.\" 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 "IPR_GET_ERROR" "9" "09 October 2005" "" ""
.SH NAME
ipr_get_error \- Find the specfied IOASC in the ipr_error_table.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
u32 ipr_get_error (u32 \fIioasc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIioasc\fB\fR
IOASC
.SH "DESCRIPTION"
.PP
This function will return the index of into the ipr_error_table
for the specified IOASC. If the IOASC is not in the table,
0 will be returned, which points to the entry used for unknown errors.
.SH "RETURN VALUE"
.PP
index into the ipr_error_table