Lines Matching refs:sect

74 	Sector sect;  in riscix_partition()  local
77 rr = read_part_sector(state, first_sect, &sect); in riscix_partition()
108 put_dev_sector(sect); in riscix_partition()
129 Sector sect; in linux_partition() local
137 linuxp = read_part_sector(state, first_sect, &sect); in linux_partition()
153 put_dev_sector(sect); in linux_partition()
163 Sector sect; in adfspart_check_CUMANA() local
186 data = read_part_sector(state, start_blk * 2 + 6, &sect); in adfspart_check_CUMANA()
228 put_dev_sector(sect); in adfspart_check_CUMANA()
232 put_dev_sector(sect); in adfspart_check_CUMANA()
253 Sector sect; in adfspart_check_ADFS() local
259 data = read_part_sector(state, 6, &sect); in adfspart_check_ADFS()
265 put_dev_sector(sect); in adfspart_check_ADFS()
273 put_dev_sector(sect); in adfspart_check_ADFS()
311 Sector sect; in adfspart_check_ICSLinux() local
312 unsigned char *data = read_part_sector(state, block, &sect); in adfspart_check_ICSLinux()
318 put_dev_sector(sect); in adfspart_check_ICSLinux()
355 Sector sect; in adfspart_check_ICS() local
360 data = read_part_sector(state, 0, &sect); in adfspart_check_ICS()
365 put_dev_sector(sect); in adfspart_check_ICS()
402 put_dev_sector(sect); in adfspart_check_ICS()
448 Sector sect; in adfspart_check_POWERTEC() local
454 data = read_part_sector(state, 0, &sect); in adfspart_check_POWERTEC()
459 put_dev_sector(sect); in adfspart_check_POWERTEC()
473 put_dev_sector(sect); in adfspart_check_POWERTEC()
509 Sector sect; in adfspart_check_EESOX() local
516 data = read_part_sector(state, 7, &sect); in adfspart_check_EESOX()
526 put_dev_sector(sect); in adfspart_check_EESOX()