.\" 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 "PDCSPATH_STORE" "9" "09 October 2005" "" ""
.SH NAME
pdcspath_store \- This function writes a path to stable storage.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int pdcspath_store (struct pdcspath_entry * \fIentry\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIentry\fB\fR
A pointer to an allocated pdcspath_entry.
.SH "IT CAN BE USED IN TWO WAYS"
.PP
either by passing it a preset devpath struct
containing an already computed hardware path, or by passing it a device
pointer, from which it'll find out the corresponding hardware path.
For now we do not handle the case where there's an error in writing to the
Stable Storage area, so you'd better not mess up the data :P