Home
last modified time | relevance | path

Searched defs:ctl_lun_req (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_ioctl.h458 struct ctl_lun_req { struct
460 char backend[CTL_BE_NAME_LEN];
461 ctl_lunreq_type reqtype;
462 union ctl_lunreq_data reqdata;
463 void * args;
464 nvlist_t * args_nvl;
466 size_t args_len;
467 void * result;
468 nvlist_t * result_nvl;
469 size_t result_len;
[all …]