Lines Matching defs:lun_req
2179 struct ctl_lun_req *lun_req;
2181 lun_req = (struct ctl_lun_req *)addr;
2183 switch (lun_req->reqtype) {
2185 error = ctl_be_block_create(softc, lun_req);
2188 error = ctl_be_block_rm(softc, lun_req);
2191 error = ctl_be_block_modify(softc, lun_req);
2194 lun_req->status = CTL_LUN_ERROR;
2195 snprintf(lun_req->error_str, sizeof(lun_req->error_str),
2197 lun_req->reqtype);