Searched refs:ireq (Results 26 - 26 of 26) sorted by relevance

12

/freebsd-13-stable/sys/cam/ctl/
H A Dctl.c1824 struct ctl_lun_req ireq; local
1839 bzero(&ireq, sizeof(ireq));
1840 ireq.reqtype = CTL_LUNREQ_MODIFY;
1841 ireq.reqdata.modify.lun_id = lun->lun;
1842 lun->backend->ioctl(NULL, CTL_LUN_REQ, (caddr_t)&ireq, 0,
1844 if (ireq.status != CTL_LUN_OK) {
1846 __func__, ireq.status, ireq.error_str);

Completed in 193 milliseconds

12