Searched refs:ctl_lun_map_from_port (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/cam/ctl/ |
H A D | ctl_frontend.c | 319 if (ctl_lun_map_from_port(port, l) == in ctl_port_online() 363 if (ctl_lun_map_from_port(port, l) == in ctl_port_offline()
|
H A D | ctl_private.h | 439 uint32_t ctl_lun_map_from_port(struct ctl_port *port, uint32_t plun);
|
H A D | ctl.c | 3424 plun = ctl_lun_map_from_port(port, j); in ctl_ioctl() 3721 ctl_lun_map_from_port(struct ctl_port *port, uint32_t lun_id) in ctl_lun_map_from_port() function 9159 if (ctl_lun_map_from_port(port, targ_lun_id) != UINT32_MAX) in ctl_report_luns() 9217 lun_id = ctl_lun_map_from_port(port, targ_lun_id); in ctl_report_luns() 14052 targ_lun = ctl_lun_map_from_port(port, io->io_hdr.nexus.targ_lun); 14122 ctl_lun_map_from_port(port, io->io_hdr.nexus.targ_lun); 14155 ctl_lun_map_from_port(port, io->io_hdr.nexus.targ_lun);
|