partitions.h | 82 * part_id. 87 typedef size_t part_id; typedef in typeref:typename:size_t 92 #define NO_PART ((part_id)~0U) 304 /* Retrieve data about a single partition, identified by the part_id. 307 bool (*get_part_info)(const struct disk_partitions*, part_id, 311 bool (*get_part_attr_str)(const struct disk_partitions*, part_id, 317 part_id, size_t col, char *outstr, size_t outspace); 321 part_id); 328 part_id, size_t attr_no); 336 part_id, size_t attr_no, const struct disk_part_info *info [all...] |