Searched refs:result (Results 1 – 6 of 6) sorted by relevance
272 bool result = false; in ldm_validate_privheads() local296 result = ldm_parse_privhead (data, ph[i]); in ldm_validate_privheads()298 if (!result) { in ldm_validate_privheads()332 result = true; in ldm_validate_privheads()336 return result; in ldm_validate_privheads()362 bool result = false; in ldm_validate_tocblocks() local409 result = true; in ldm_validate_tocblocks()412 return result; in ldm_validate_tocblocks()432 bool result = false; in ldm_validate_vmdb() local469 result = true; in ldm_validate_vmdb()[all …]
313 int result = 0; in adfspart_check_ICSLinux() local317 result = 1; in adfspart_check_ICSLinux()321 return result; in adfspart_check_ICSLinux()
85 hdr->device_status = job->result & 0xff; in bsg_transport_complete_rq()86 hdr->transport_status = host_byte(job->result); in bsg_transport_complete_rq()87 hdr->driver_status = driver_byte(job->result); in bsg_transport_complete_rq()93 if (job->result < 0) { in bsg_transport_complete_rq()96 ret = job->result; in bsg_transport_complete_rq()181 void bsg_job_done(struct bsg_job *job, int result, in bsg_job_done() argument186 job->result = result; in bsg_job_done()250 job->result = -ENOMEM; in bsg_prepare_job()
90 struct blkg_rwstat_sample *result) in blkg_rwstat_read() argument95 result->cnt[i] = in blkg_rwstat_read()
255 hdr->status = req->result & 0xff; in blk_complete_sghdr_rq()256 hdr->masked_status = status_byte(req->result); in blk_complete_sghdr_rq()257 hdr->msg_status = msg_byte(req->result); in blk_complete_sghdr_rq()258 hdr->host_status = host_byte(req->result); in blk_complete_sghdr_rq()259 hdr->driver_status = driver_byte(req->result); in blk_complete_sghdr_rq()498 err = req->result & 0xff; /* only 8 bit SCSI status */ in sg_scsi_ioctl()536 err = scsi_req(rq)->result ? -EIO : 0; in __blk_send_generic()
98 hdr->device_status = sreq->result & 0xff; in bsg_scsi_complete_rq()99 hdr->transport_status = host_byte(sreq->result); in bsg_scsi_complete_rq()100 hdr->driver_status = driver_byte(sreq->result); in bsg_scsi_complete_rq()