Lines Matching defs:slot
26 unsigned long first_sector, int slot)
47 put_partition(state, slot, first_sector, nr_sects);
71 unsigned long first_sect, int slot,
90 put_partition(state, slot++, first_sect, size);
94 put_partition(state, slot++,
105 put_partition(state, slot++, first_sect, nr_sects);
109 return slot;
126 unsigned long first_sect, int slot,
135 put_partition(state, slot++, first_sect, size);
144 if (slot == state->limit)
146 put_partition(state, slot++, first_sect +
154 return slot;
167 int slot = 1;
190 if (slot == state->limit)
193 dr = adfs_partition(state, name, data, first_sector, slot++);
218 slot = riscix_partition(state, first_sector, slot,
224 slot = linux_partition(state, first_sector, slot,
229 if (slot == -1)
257 int slot = 1;
263 dr = adfs_partition(state, "ADFS", data, 0, slot++);
285 riscix_partition(state, start_sect, slot,
291 linux_partition(state, start_sect, slot,
354 int slot;
371 for (slot = 1, p = (const struct ics_part *)data; p->size; p++) {
375 if (slot == state->limit)
399 put_partition(state, slot++, start, size);
451 int slot = 1;
470 put_partition(state, slot++, start, size);
514 int i, slot = 1;
536 put_partition(state, slot++, start, next - start);
544 put_partition(state, slot++, start, size - start);