...
Code Block | ||
---|---|---|
| ||
void FSVol_CacheFlush (CPU_CHAR *name_vol, |
...
FS_ERR *p_err) |
...
HTML Table | |||||||
---|---|---|---|---|---|---|---|
summary | classPlain_Table | ||||||
Table Row (tr) | |||||||
Table Cell (td) | |||||||
Anchor | 1111619 | 1111619 |
File |
---|
...
Called from |
---|
...
...
Code enabled by |
---|
...
...
|
...
Application |
...
...
|
...
Arguments
...
name_vol
Anchor
Volume name.
Anchor
p_err
Pointer to variable that will receive return error code from this function:
...
class | WebWorks_Indent_1 |
---|
...
...
FS_ERR_NONE
...
...
Cache created.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_NAME_NULL
...
class | WebWorks_Indent_2 |
---|
...
‘name_vol
’ passed a NULL pointer.
...
...
FS_ERR_DEV_CHNGD
...
class | WebWorks_Indent_2 |
---|
...
Device has changed.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_VOL_NO_CACHE
...
class | WebWorks_Indent_2 |
---|
...
...
No cache assigned to volume.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_VOL_NOT_OPEN
...
class | WebWorks_Indent_2 |
---|
...
Volume not open.
...
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_VOL_NOT_MOUNTED
...
class | WebWorks_Indent_2 |
---|
...
Volume not mounted.
...
...
FS_ERR_DEV_INVALID_SEC_NBR
...
...
class | WebWorks_Indent_2 |
---|
...
Sector start or count invalid.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_DEV_INVALID_lOW_FMT
...
class | WebWorks_Indent_2 |
---|
...
Device needs to be low-level formatted.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_DEV_IO
...
class | WebWorks_Indent_2 |
---|
...
Device I/O error.
...
...
FS_ERR_DEV_TIMEOUT
...
...
Device timeout error.
...
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_DEV_NOT_PRESENT
...
class | WebWorks_Indent_2 |
---|
...
Device is not present.
...
Returned Value
...
Notes/Warnings
...
None.