Home
last modified time | relevance | path

Searched refs:oldiface (Results 1 – 6 of 6) sorted by relevance

/dports/audio/openal-soft/openal-soft-1.21.1/router/
H A Dalc.cpp472 DriverIface *oldiface = ThreadCtxDriver; in alcMakeContextCurrent() local
473 if(oldiface) oldiface->alcSetThreadContext(nullptr); in alcMakeContextCurrent()
475 if(oldiface) oldiface->alcMakeContextCurrent(nullptr); in alcMakeContextCurrent()
479 DriverIface *oldiface = ThreadCtxDriver; in alcMakeContextCurrent() local
480 if(oldiface && oldiface != &DriverList[idx]) in alcMakeContextCurrent()
481 oldiface->alcSetThreadContext(nullptr); in alcMakeContextCurrent()
483 if(oldiface && oldiface != &DriverList[idx]) in alcMakeContextCurrent()
935 DriverIface *oldiface = ThreadCtxDriver; in alcSetThreadContext() local
936 if(oldiface && !oldiface->alcSetThreadContext(nullptr)) in alcSetThreadContext()
948 if(oldiface != &DriverList[idx]) in alcSetThreadContext()
[all …]
/dports/net/vde2/vde2-2.3.2/src/kvde_switch/
H A Ddatasock.c110 struct extinterface *iface,*oldiface; in runextinterfaces() local
112 for (iface=extifhead;iface != NULL;iface=oldiface) in runextinterfaces()
140 oldiface=iface->next; in runextinterfaces()
/dports/sysutils/webmin/webmin-1.981/net/
H A Dnetplan-lib.pl155 my ($oldiface) = grep { $_->{'fullname'} eq
157 $oldiface || &error("No existing interface named $iface->{'fullname'} found");
158 $boot->[$oldiface->{'index'}] = $iface;
/dports/net/hostapd-devel/hostap-14ab4a816/tests/hwsim/
H A Dfst_module_aux.py322 oldiface = old_iface if old_iface is not None else self.iface
323 s = self.set_session_param(sid + ' old_ifname=' + oldiface)
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/tests/hwsim/
H A Dfst_module_aux.py322 oldiface = old_iface if old_iface is not None else self.iface
323 s = self.set_session_param(sid + ' old_ifname=' + oldiface)
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Difupdown.c1451 char *oldiface = currif->iface; in ifupdown_main() local
1468 currif->iface = oldiface; in ifupdown_main()