Searched refs:ctl_get_cmd_entry (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/cam/ctl/ |
| HD | 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() 11220 entry = ctl_get_cmd_entry(&io->scsiio, NULL); in ctl_try_unblock_io() 11713 ctl_get_cmd_entry(struct ctl_scsiio *ctsio, int *sa) in ctl_get_cmd_entry() function 11736 entry = ctl_get_cmd_entry(ctsio, &sa); in ctl_validate_command() 11803 entry = ctl_get_cmd_entry(ctsio, NULL); in ctl_scsiio() 12311 entry = ctl_get_cmd_entry(&io->scsiio, NULL); 12392 entry = ctl_get_cmd_entry(ctsio, NULL); 13081 (ctl_get_cmd_entry(&io->scsiio, NULL)->flags &
|