Searched refs:nwrote (Results 1 – 1 of 1) sorted by relevance
121 int nwrote = write(drive->fd, &drive->pmbr, sizeof(struct pmbr)); in WritePMBR() local122 if (nwrote != sizeof(struct pmbr)) in WritePMBR()133 int nwrote; in Save() local141 nwrote = write(drive->fd, buf, count); in Save()142 if (nwrote < count) in Save()