...
void FSDev_PartitionInit (CPU_CHAR *name_dev,
...
FS_SEC_QTY partition_size,
...
FS_ERR *p_err);
...
...
File |
...
...
Called from |
...
...
Code enabled by |
...
...
|
...
...
Application |
...
not |
...
Initialize the partition structure on a device. See also section 7-5 “Partitions” on page 95. Anchor
Arguments
...
name_dev
Anchor
Device name.
...
partition_size
Size of partition, in sectors. OR
...
0, if partition will occupy entire device.
Anchor
p_err
Pointer to variable that will receive the return error code from this function.
...
class | WebWorks_Indent_1 |
---|
...
...
FS_ERR_NONE
...
class | WebWorks_Indent_2 |
---|
...
...
Partition structure initialized.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_DEV_VOL_OPEN
...
...
class | WebWorks_Indent_2 |
---|
...
Volume open on device.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_INVALID_SEC_NBR
...
...
Sector start or count invalid.
...
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_NAME_NULL
...
class | WebWorks_Indent_2 |
---|
...
Argument name_dev
passed a NULL pointer.
...
Or device access error (see section B-4 “Device Error Codes”
...
).
...
Returned Value
...
None. 1100369 Anchor
Notes/Warnings
...