PDC_STABLE_WRITE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

pdc_stable_write - Write data to Stable Storage.  

SYNOPSIS

"SYNOPSIS"

int pdc_stable_write (unsigned long staddr, void * memaddr, unsigned long count);  

ARGUMENTS

staddr
Stable Storage address to access.
memaddr
The memory address where Stable Storage data shall be read from.
count
number of bytes to transfert. count is multiple of 4.
 

DESCRIPTION

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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:38 GMT, October 09, 2005