Lines Matching defs:result
1093 /* Read the result */
1628 /* Read the result */
1738 /* Read the result */
2252 /* now atomically read result and set DONE: */
2294 if ((req->sgdata.cdb.hdr.result != 0) ||
2312 strerror (req->sgdata.cdb.hdr.result));
2344 if (req->sgdata.cdb.hdr.result == EBUSY)
2423 result in an error; neither should reserved bits
3179 int result;
3212 result = scsireq_enter (fd, &hdr);
3213 if (result < 0)
3373 /* result buffer */
3422 inq = &cdm.matches[0].result.device_result.inq_data;
3443 struct periph_match_result *result;
3459 /* result buffer */
3490 /* result loop */
3512 result = &cdm.matches[i].result.periph_result;
3514 result->periph_name, result->unit_number,
3515 result->path_id, result->target_id, result->target_lun);
3516 if (cam_compare_inquiry (fd, result->path_id,
3517 result->target_id, result->target_lun,
3520 sprintf (devname, "/dev/%s%d", result->periph_name,
3521 result->unit_number);