Searched refs:ctl_get_cmd_entry (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/cam/ctl/ |
| H A D | ctl.c | 556 ctl_get_cmd_entry(struct ctl_scsiio *ctsio, int *sa); 1474 entry = ctl_get_cmd_entry(&io->scsiio, NULL); in ctl_isc_event_handler() 2317 entry = ctl_get_cmd_entry(ctsio, NULL); in ctl_serialize_other_sc_cmd() 11133 entry = ctl_get_cmd_entry(&io->scsiio, NULL); in ctl_try_unblock_io() 11624 ctl_get_cmd_entry(struct ctl_scsiio *ctsio, int *sa) in ctl_get_cmd_entry() function 11647 entry = ctl_get_cmd_entry(ctsio, &sa); in ctl_validate_command() 11714 entry = ctl_get_cmd_entry(ctsio, NULL); in ctl_scsiio() 12222 entry = ctl_get_cmd_entry(&io->scsiio, NULL); 12303 entry = ctl_get_cmd_entry(ctsio, NULL); 13010 (ctl_get_cmd_entry(&io->scsiio, NULL)->flags &
|