...
HTML Table | summary | |
---|---|---|
class | Plain_Table | |
Table Row (tr) | ||
Table Cell (td) | ||
Anchor | 1110321 | 1110321 | File
Table Cell (td) | ||
Anchor | 1110323 | 1110323 | Called from
Table Cell (td) | ||
Anchor | 1110325 | 1110325 | Code enabled by
Table Row (tr) | ||
Table Cell (td) | ||
Anchor | 1110327 | 1110327|
Code Block | ||
| ||
void FSDev_PartitionFind (CPU_CHAR *name_dev,
FS_PARTITION_NBR partition_nbr,
FS_PARTITION_ENTRY *p_partition_entry,
FS_ERR *p_err); |
File | Called from | Code enabled by |
---|---|---|
|
...
Application |
...
...
|
...
Arguments
name_dev
anchor
Device name.
...
partition_nbr
Anchor
Index of the partition to find.
Anchor
p_partition_entry
Pointer to variable that will receive the partition information.
Anchor
p_err
Pointer to variable that will receive return error code from this function.
...
...
FS_ERR_NONE
...
...
Partition found.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_DEV_VOL_OPEN
...
class | WebWorks_Indent_2 |
---|
...
...
Volume open on device.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_INVALID_PARTITION
...
class | WebWorks_Indent_2 |
---|
...
Invalid partition.
...
...
FS_ERR_INVALID_SEC_NBR
...
class | WebWorks_Indent_2 |
---|
...
Sector start or count invalid.
...
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_INVALID_SIG
...
class | WebWorks_Indent_2 |
---|
...
Invalid MBR signature.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_NAME_NULL
...
...
class | WebWorks_Indent_2 |
---|
...
Argument name_dev
passed a NULL pointer.
...
...
FS_ERR_NULL_PTR
...
...
Argument p_partition_entry
passed a NULL pointer.
...
Or device access error (see
...
Returned Value
...
None. Anchor
Notes/Warnings
...
- Device state change will result from device I/O, not present or timeout error.