Searched refs:ctl_lun_map_from_port (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/cam/ctl/ |
| D | ctl_frontend.c | 324 if (ctl_lun_map_from_port(port, l) == in ctl_port_online() 368 if (ctl_lun_map_from_port(port, l) == in ctl_port_offline()
|
| D | ctl_private.h | 484 uint32_t ctl_lun_map_from_port(struct ctl_port *port, uint32_t plun);
|
| D | ctl.c | 3365 plun = ctl_lun_map_from_port(port, j); in ctl_ioctl() 3662 ctl_lun_map_from_port(struct ctl_port *port, uint32_t lun_id) in ctl_lun_map_from_port() function 9127 if (ctl_lun_map_from_port(port, targ_lun_id) != UINT32_MAX) in ctl_report_luns() 9185 lun_id = ctl_lun_map_from_port(port, targ_lun_id); in ctl_report_luns() 13186 targ_lun = ctl_lun_map_from_port(port, io->io_hdr.nexus.targ_lun); 13241 ctl_lun_map_from_port(port, io->io_hdr.nexus.targ_lun); 13272 ctl_lun_map_from_port(port, io->io_hdr.nexus.targ_lun);
|