FSDev_PartitionFind()
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 |
fs_dev.c |
Application |
FS_CFG_PARTITION_EN |
Find a partition on a device.
See also section 7-5 “Partitions” on page 95.
Arguments
name_dev
Device name.
partition_nbr
Index of the partition to find.
p_partition_entry
Pointer to variable that will receive the partition information.
p_err
Pointer to variable that will receive return error code from this function.
Or device access error (see section B-4 “Device Error Codes” on page 428).
Returned Value
None.
Notes/Warnings
Device state change will result from device I/O, not present or timeout error.