Searched refs:ctl_get_cmd_entry (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/cam/ctl/ |
| H A D | ctl.c | 557 ctl_get_cmd_entry(struct ctl_scsiio *ctsio, int *sa); 1474 entry = ctl_get_cmd_entry(&io->scsiio, NULL); in ctl_isc_event_handler() 2329 entry = ctl_get_cmd_entry(ctsio, NULL); in ctl_serialize_other_sc_cmd() 11003 ooa_entry = ctl_get_cmd_entry(&ooa_io->scsiio, NULL); in ctl_check_for_blockage() 11153 entry = ctl_get_cmd_entry(&io->scsiio, NULL); in ctl_try_unblock_io() 11650 ctl_get_cmd_entry(struct ctl_scsiio *ctsio, int *sa) in ctl_get_cmd_entry() function 11673 entry = ctl_get_cmd_entry(ctsio, &sa); in ctl_validate_command() 11739 entry = ctl_get_cmd_entry(ctsio, NULL); in ctl_scsiio() 12251 entry = ctl_get_cmd_entry(&io->scsiio, NULL); 12333 entry = ctl_get_cmd_entry(ctsio, NULL); [all …]
|