Lines Matching refs:slot

32 	       unsigned long first_sector, int slot)  in adfs_partition()  argument
53 put_partition(state, slot, first_sector, nr_sects); in adfs_partition()
77 unsigned long first_sect, int slot, in riscix_partition() argument
96 put_partition(state, slot++, first_sect, size); in riscix_partition()
100 put_partition(state, slot++, in riscix_partition()
111 put_partition(state, slot++, first_sect, nr_sects); in riscix_partition()
115 return slot; in riscix_partition()
132 unsigned long first_sect, int slot, in linux_partition() argument
141 put_partition(state, slot++, first_sect, size); in linux_partition()
150 if (slot == state->limit) in linux_partition()
152 put_partition(state, slot++, first_sect + in linux_partition()
160 return slot; in linux_partition()
173 int slot = 1; in adfspart_check_CUMANA() local
196 if (slot == state->limit) in adfspart_check_CUMANA()
199 dr = adfs_partition(state, name, data, first_sector, slot++); in adfspart_check_CUMANA()
224 slot = riscix_partition(state, first_sector, slot, in adfspart_check_CUMANA()
230 slot = linux_partition(state, first_sector, slot, in adfspart_check_CUMANA()
235 if (slot == -1) in adfspart_check_CUMANA()
263 int slot = 1; in adfspart_check_ADFS() local
269 dr = adfs_partition(state, "ADFS", data, 0, slot++); in adfspart_check_ADFS()
291 slot = riscix_partition(state, start_sect, slot, in adfspart_check_ADFS()
297 slot = linux_partition(state, start_sect, slot, in adfspart_check_ADFS()
360 int slot; in adfspart_check_ICS() local
377 for (slot = 1, p = (const struct ics_part *)data; p->size; p++) { in adfspart_check_ICS()
381 if (slot == state->limit) in adfspart_check_ICS()
405 put_partition(state, slot++, start, size); in adfspart_check_ICS()
457 int slot = 1; in adfspart_check_POWERTEC() local
476 put_partition(state, slot++, start, size); in adfspart_check_POWERTEC()
520 int i, slot = 1; in adfspart_check_EESOX() local
542 put_partition(state, slot++, start, next - start); in adfspart_check_EESOX()
550 put_partition(state, slot++, start, size - start); in adfspart_check_EESOX()