Searched refs:read_sector (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Dcm206.c22 Two major bugs, one in read_sector and one in
592 uch read_sector[4] = { c_read_data, }; local
595 fsm(start, &read_sector[1]);
598 if (read_sector[i] != (e = send_receive(read_sector[i]))) {
599 debug(("read_sector: %x echoes %x\n",
600 read_sector[i], e));
605 if (e != read_sector[i])
657 int read_sector(int start) function
886 !(e2 = read_sector(cd_sec_n
[all...]
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdisk.c250 read_sector(int fd, unsigned int secno, char *buf) { function
272 read_sector(fd, offset, pe->sectorbuffer);

Completed in 96 milliseconds