Lines Matching full:partitions
46 * Type string for U-Boot bootable partitions
128 * other hardware partitions become inaccessible. The same block device is
129 * used to access all hardware partitions, but its capacity may change when a
185 * among all available registered partitions
199 * among all available registered partitions
322 * @param partitions - list of partitions
323 * @param parts - number of partitions
329 disk_partition_t *partitions, int parts);
337 * @param parts_count - number of partitions
349 * @param partitions - list of partitions
350 * @param parts - number of partitions
355 disk_partition_t *partitions, const int parts_count);
393 * gpt_verify_partitions() - Function to check if partitions' name, start and
394 * size correspond to '$partitions' env variable
397 * provided in '$partitions' environment variable. Specificially, name, start
401 * @param partitions - partition data read from '$partitions' env variable
402 * @param parts - number of partitions read from '$partitions' env variable
409 disk_partition_t *partitions, int parts,