PDC_STABLE_READ
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
pdc_stable_read - Read data from Stable Storage.
SYNOPSIS
"SYNOPSIS"
int pdc_stable_read (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 copied.
- count
-
number of bytes to transfert. count is multiple of 4.
DESCRIPTION
This PDC call reads from the Stable Storage address supplied in staddr
and copies count bytes to the memory address memaddr.
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