Lines Matching defs:lun_req
1015 struct ctl_lun_req *lun_req;
1021 lun_req = (struct ctl_lun_req *)addr;
1022 switch (lun_req->reqtype) {
1024 retval = ctl_backend_ramdisk_create(softc, lun_req);
1027 retval = ctl_backend_ramdisk_rm(softc, lun_req);
1030 retval = ctl_backend_ramdisk_modify(softc, lun_req);
1033 lun_req->status = CTL_LUN_ERROR;
1034 snprintf(lun_req->error_str, sizeof(lun_req->error_str),
1036 lun_req->reqtype);