Home
last modified time | relevance | path

Searched refs:ctl_cmd_applicable (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/cam/ctl/
H A Dctl.c557 static int ctl_cmd_applicable(uint8_t lun_type,
7482 if (ctl_cmd_applicable( in ctl_report_supported_opcodes()
7487 if (ctl_cmd_applicable(lun->be_lun->lun_type, in ctl_report_supported_opcodes()
7553 if (!ctl_cmd_applicable( in ctl_report_supported_opcodes()
7564 if (!ctl_cmd_applicable(lun->be_lun->lun_type, in ctl_report_supported_opcodes()
7590 if (ctl_cmd_applicable(lun->be_lun->lun_type, entry)) { in ctl_report_supported_opcodes()
11577 if (!ctl_cmd_applicable(lun->be_lun->lun_type, entry)) { in ctl_scsiio_precheck()
11774 ctl_cmd_applicable(uint8_t lun_type, const struct ctl_cmd_entry *entry) in ctl_cmd_applicable() function