wdc.c | 85 wdc_get_data(int fd, uint32_t opcode, uint32_t len, uint32_t off, uint32_t cmd, function in typeref:typename:void 102 err(1, "wdc_get_data request failed"); 104 errx(1, "wdc_get_data request returned error"); 137 wdc_get_data(fd, opcode, resid, offset, cmd, buf, resid);
|