Searched refs:MAX_NUM_PARTS (Results 1 – 3 of 3) sorted by relevance
37 } part_file_map[MAX_NUM_PARTS] = { {0, 0} };132 if (x >= MAX_NUM_PARTS) { in parse_args()190 for (cnt = 0; cnt < MAX_NUM_PARTS && part_file_map[cnt].pinfo; ++cnt) { in main()
24 #define MAX_NUM_PARTS 16 macro
152 if (!(dinfo->part_lst = malloc(MAX_NUM_PARTS * sizeof(struct part_info)))) { in load_diskconfig()157 sizeof(MAX_NUM_PARTS * sizeof(struct part_info))); in load_diskconfig()