Home
last modified time | relevance | path

Searched refs:result (Results 1 – 5 of 5) sorted by relevance

/block/partitions/
Dldm.c286 bool result = false; in ldm_validate_privheads() local
310 result = ldm_parse_privhead (data, ph[i]); in ldm_validate_privheads()
312 if (!result) { in ldm_validate_privheads()
346 result = true; in ldm_validate_privheads()
350 return result; in ldm_validate_privheads()
376 bool result = false; in ldm_validate_tocblocks() local
423 result = true; in ldm_validate_tocblocks()
426 return result; in ldm_validate_tocblocks()
446 bool result = false; in ldm_validate_vmdb() local
483 result = true; in ldm_validate_vmdb()
[all …]
Dacorn.c319 int result = 0; in adfspart_check_ICSLinux() local
323 result = 1; in adfspart_check_ICSLinux()
327 return result; in adfspart_check_ICSLinux()
/block/
Dbsg-lib.c68 void bsg_job_done(struct bsg_job *job, int result, in bsg_job_done() argument
76 err = scsi_req(job->req)->result = result; in bsg_job_done()
188 scsi_req(req)->result = ret; in bsg_request_fn()
Dscsi_ioctl.c265 hdr->status = req->result & 0xff; in blk_complete_sghdr_rq()
266 hdr->masked_status = status_byte(req->result); in blk_complete_sghdr_rq()
267 hdr->msg_status = msg_byte(req->result); in blk_complete_sghdr_rq()
268 hdr->host_status = host_byte(req->result); in blk_complete_sghdr_rq()
269 hdr->driver_status = driver_byte(req->result); in blk_complete_sghdr_rq()
510 err = req->result & 0xff; /* only 8 bit SCSI status */ in sg_scsi_ioctl()
548 err = scsi_req(rq)->result ? -EIO : 0; in __blk_send_generic()
Dbsg.c393 dprintk("rq %p bio %p 0x%x\n", rq, bio, req->result); in blk_complete_sgv4_hdr_rq()
397 hdr->device_status = req->result & 0xff; in blk_complete_sgv4_hdr_rq()
398 hdr->transport_status = host_byte(req->result); in blk_complete_sgv4_hdr_rq()
399 hdr->driver_status = driver_byte(req->result); in blk_complete_sgv4_hdr_rq()
433 if (!ret && req->result < 0) in blk_complete_sgv4_hdr_rq()
434 ret = req->result; in blk_complete_sgv4_hdr_rq()