Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/cam/ctl/
HDctl_ioctl.h456 struct ctl_lun_req { struct
458 char backend[CTL_BE_NAME_LEN];
459 ctl_lunreq_type reqtype;
460 union ctl_lunreq_data reqdata;
461 void * args;
462 nvlist_t * args_nvl;
464 size_t args_len;
465 void * result;
466 nvlist_t * result_nvl;
467 size_t result_len;
[all …]