Lines Matching full:partitions
38 * Type string for U-Boot bootable partitions
120 * other hardware partitions become inaccessible. The same block device is
121 * used to access all hardware partitions, but its capacity may change when a
182 * @param part_type - only search in partitions of this type
192 * among all available registered partitions
319 * @param partitions - list of partitions
320 * @param parts - number of partitions
326 disk_partition_t *partitions, int parts);
334 * @param parts_count - number of partitions
346 * @param partitions - list of partitions
347 * @param parts - number of partitions
352 disk_partition_t *partitions, const int parts_count);
390 * gpt_verify_partitions() - Function to check if partitions' name, start and
391 * size correspond to '$partitions' env variable
394 * provided in '$partitions' environment variable. Specificially, name, start
398 * @param partitions - partition data read from '$partitions' env variable
399 * @param parts - number of partitions read from '$partitions' env variable
406 disk_partition_t *partitions, int parts,