Name

disk_part_iter_next — proceed iterator to the next partition and return it

Synopsis

struct hd_struct * disk_part_iter_next (struct disk_part_iter * piter);
 

Arguments

struct disk_part_iter * piter

iterator of interest

Description

Proceed piter to the next partition and return it.

Context

Don't care.