Searched refs:swsusp_check (Results 1 – 4 of 4) sorted by relevance
18 int swsusp_check(struct driveinfo *, struct part_entry *);
13 int swsusp_check(struct driveinfo *drive_info, struct part_entry *ptab) in swsusp_check() function
84 if (ptab->ostype == 0x82 && swsusp_check(drive_info, ptab)) in show_partition_information()
144 if (ptab->ostype == 0x82 && swsusp_check(drive_info, ptab) != -1) { in compute_partition_information()