.\" 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 "PDC_STABLE_WRITE" "9" "09 October 2005" "" ""
.SH NAME
pdc_stable_write \- Write data to Stable Storage.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int pdc_stable_write (unsigned long \fIstaddr\fB, void * \fImemaddr\fB, unsigned long \fIcount\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIstaddr\fB\fR
Stable Storage address to access.
.TP
\fB\fImemaddr\fB\fR
The memory address where Stable Storage data shall be read from.
.TP
\fB\fIcount\fB\fR
number of bytes to transfert. count is multiple of 4.
.SH "DESCRIPTION"
.PP
This PDC call reads count bytes from the supplied memaddr address,
and copies count bytes to the Stable Storage address staddr.
The call will fail if staddr+count > PDC_STABLE size.