Searched refs:ctl_get_cmd_entry (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl.c | 554 ctl_get_cmd_entry(struct ctl_scsiio *ctsio, int *sa); 1547 entry = ctl_get_cmd_entry(&io->scsiio, NULL); in ctl_isc_event_handler() 2390 entry = ctl_get_cmd_entry(ctsio, NULL); in ctl_serialize_other_sc_cmd() 11223 entry = ctl_get_cmd_entry(&io->scsiio, NULL); in ctl_try_unblock_io() 11716 ctl_get_cmd_entry(struct ctl_scsiio *ctsio, int *sa) in ctl_get_cmd_entry() function 11739 entry = ctl_get_cmd_entry(ctsio, &sa); in ctl_validate_command() 11806 entry = ctl_get_cmd_entry(ctsio, NULL); in ctl_scsiio() 12314 entry = ctl_get_cmd_entry(&io->scsiio, NULL); 12395 entry = ctl_get_cmd_entry(ctsio, NULL); 13084 (ctl_get_cmd_entry(&io->scsiio, NULL)->flags &
|