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