Home
last modified time | relevance | path

Searched refs:ext_ports (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/jack/
H A Djack_common.c100 priv->ext_ports = in create_channel_map()
105 while(priv->ext_ports[priv->num_ports]) in create_channel_map()
150 priv->ports[i].ext_name = priv->ext_ports[i]; in create_channel_map()
245 if(priv->ext_ports) in destroy_channel_map()
246 free(priv->ext_ports); in destroy_channel_map()
H A Djack_common.h49 const char ** ext_ports; member
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dext_port.c943 ExtPort ** ext_ports, in ext_ports_free() argument
948 g_warn_if_fail (!ext_ports[i]); in ext_ports_free()
950 ext_port_free, ext_ports[i]); in ext_ports_free()
/dports/devel/py-os-win/os-win-5.5.0/os_win/utils/network/
H A Dnetworkutils.py226 ext_ports = self._conn.Msvm_ExternalEthernetPort()
227 for ext_port in ext_ports: