Search | Google it | Results 1 - 1 of 1 for funcall:ataCmd (0.00 seconds) |
38: /* Output the "SET MULTIPLE" command */ 39: er = ataCmd(drv, ATA_SETMULTI, 0, 0, NULL); 40: if (er < E_OK) drv->MultiCnt = 0; 75: 76: er = ataCmd(drv, cmd, blk, nsec, buf); 77: if (er < E_OK) break; 183: for (;;) { 184: er = ataCmd(drv, ATA_IDENTIFY, 0, 1, (void*)buf); 185: if (er >= E_OK) break;