Home
last modified time | relevance | path

Searched refs:port_iterator (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_vport.c737 struct lpfc_vport *port_iterator; in lpfc_create_vport_work_array() local
745 list_for_each_entry(port_iterator, &phba->port_list, listentry) { in lpfc_create_vport_work_array()
746 if (port_iterator->load_flag & FC_UNLOADING) in lpfc_create_vport_work_array()
748 if (!scsi_host_get(lpfc_shost_from_vport(port_iterator))) { in lpfc_create_vport_work_array()
749 lpfc_printf_vlog(port_iterator, KERN_ERR, in lpfc_create_vport_work_array()
755 vports[index++] = port_iterator; in lpfc_create_vport_work_array()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_vport.c737 struct lpfc_vport *port_iterator; in lpfc_create_vport_work_array() local
745 list_for_each_entry(port_iterator, &phba->port_list, listentry) { in lpfc_create_vport_work_array()
746 if (port_iterator->load_flag & FC_UNLOADING) in lpfc_create_vport_work_array()
748 if (!scsi_host_get(lpfc_shost_from_vport(port_iterator))) { in lpfc_create_vport_work_array()
749 lpfc_printf_vlog(port_iterator, KERN_ERR, in lpfc_create_vport_work_array()
755 vports[index++] = port_iterator; in lpfc_create_vport_work_array()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_vport.c737 struct lpfc_vport *port_iterator; in lpfc_create_vport_work_array() local
745 list_for_each_entry(port_iterator, &phba->port_list, listentry) { in lpfc_create_vport_work_array()
746 if (port_iterator->load_flag & FC_UNLOADING) in lpfc_create_vport_work_array()
748 if (!scsi_host_get(lpfc_shost_from_vport(port_iterator))) { in lpfc_create_vport_work_array()
749 lpfc_printf_vlog(port_iterator, KERN_ERR, in lpfc_create_vport_work_array()
755 vports[index++] = port_iterator; in lpfc_create_vport_work_array()
/dports/misc/cstream/cstream-3.1.1/
H A Dcstream.c432 const char *port_iterator; in open_tcp() local
446 for (port_iterator = strchr(spec, ':'); in open_tcp()
447 port_iterator && *port_iterator; in open_tcp()
448 port_iterator = strchr(port_iterator, ':')) { in open_tcp()
449 port = port_iterator; in open_tcp()
450 port_iterator++; in open_tcp()
/dports/cad/openroad/OpenROAD-2.0/src/sta/tcl/
H A DNetwork.tcl215 set iter [$cell port_iterator]
536 set iter [$cell port_iterator]
H A DSdc.tcl372 set iter [$top_cell port_iterator]
H A DStaTcl.i5530 port_iterator() { return cmdNetwork()->portIterator(self); } in port_iterator() function
/dports/cad/openroad/OpenROAD-2.0/src/sta/network/
H A DConcreteNetwork.cc1166 CellPortBitIterator *port_iterator = portBitIterator(cell(inst)); in makePins() local
1167 while (port_iterator->hasNext()) { in makePins()
1168 Port *port = port_iterator->next(); in makePins()
1171 delete port_iterator; in makePins()