Searched refs:Interface (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.2-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-test.py11 WPAS_DBUS_INTERFACES_INTERFACE = "fi.epitest.hostap.WPASupplicant.Interface"
34 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
50 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
59 net = dbus.Interface(net_obj, WPAS_DBUS_BSSID_INTERFACE)
H A Ddbus-listen-preq.py12 WPAS_DBUS_INTERFACES_INTERFACE = "fi.w1.wpa_supplicant1.Interface"
47 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
54 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
H A Dwpas-dbus-new-wps.py13 WPAS_DBUS_INTERFACES_INTERFACE = "fi.w1.wpa_supplicant1.Interface"
14 WPAS_DBUS_WPS_INTERFACE = "fi.w1.wpa_supplicant1.Interface.WPS"
46 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
73 wps = dbus.Interface(if_obj, WPAS_DBUS_WPS_INTERFACE)
H A Dwpas-dbus-new.py13 WPAS_DBUS_INTERFACES_INTERFACE = "fi.w1.wpa_supplicant1.Interface"
42 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE)
106 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
140 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
H A Dwpas-dbus-new-getall.py22 wpas = dbus.Interface(wpas_obj, "fi.w1.wpa_supplicant1")
25 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface",
28 print "GetAll(fi.w1.wpa_supplicant1.Interface, %s):" % (path)
31 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface.WPS",
34 print "GetAll(fi.w1.wpa_supplicant1.Interface.WPS, %s):" % (path)
37 res = if_obj.Get("fi.w1.wpa_supplicant1.Interface", 'BSSs',
47 res = if_obj.Get("fi.w1.wpa_supplicant1.Interface", 'Networks',
H A Dwpas-dbus-new-signals.py13 WPAS_DBUS_INTERFACES_INTERFACE = "fi.w1.wpa_supplicant1.Interface"
49 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE)
136 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
150 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
/freebsd-10.2-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor.h69 #error No MAD Interface selected!
/freebsd-10.2-release/sys/dev/ce/
H A Dtau32-ddk.h289 typedef void(TAU32_CALLBACK_TYPE *TAU32_FifoTrigger)(TAU32_UserContext *pContext, int Interface, unsigned FifoId, unsigned Level);
411 int Interface; member in struct:tag_TAU32_UserRequest::__anon8200::__anon8202
487 BOOLEAN TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_UpdateIdleCodes(TAU32_Controller *pControllerObject, int Interface, unsigned __int32 TimeslotMask, unsigned __int8 IdleCode);
489 int TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_FifoPutCasAppend(TAU32_Controller *pControllerObject, int Interface, unsigned __int8 *pBuffer, unsigned Length);
490 int TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_FifoPutCasAhead(TAU32_Controller *pControllerObject, int Interface, unsigned __int8 *pBuffer, unsigned Length);
491 int TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_FifoGetCas(TAU32_Controller *pControllerObject, int Interface, unsigned __int8 *pBuffer, unsigned Length);
492 int TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_FifoPutFasAppend(TAU32_Controller *pControllerObject, int Interface, unsigned __int8 *pBuffer, unsigned Length);
493 int TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_FifoPutFasAhead(TAU32_Controller *pControllerObject, int Interface, unsigned __int8 *pBuffer, unsigned Length);
494 int TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_FifoGetFas(TAU32_Controller *pControllerObject, int Interface, unsigned __int8 *pBuffer, unsigned Length);
495 BOOLEAN TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_SetFifoTrigger(TAU32_Controller *pControllerObject, int Interface, unsigne
[all...]
H A Dceddk.c489 req->Io.InterfaceConfig.Interface = TAU32_E1_A;
503 req->Io.InterfaceConfig.Interface = TAU32_E1_B;
973 req->Io.InterfaceConfig.Interface = TAU32_E1_A;
1000 req->Io.InterfaceConfig.Interface = c->num ? TAU32_E1_B : TAU32_E1_A;
1027 req->Io.InterfaceConfig.Interface = c->num ? TAU32_E1_B : TAU32_E1_A;
1054 req->Io.InterfaceConfig.Interface = c->num ? TAU32_E1_B : TAU32_E1_A;
1233 req->Io.InterfaceConfig.Interface = TAU32_E1_B;
1243 req->Io.InterfaceConfig.Interface = TAU32_E1_A;
1254 req->Io.InterfaceConfig.Interface = TAU32_E1_ALL;
1331 req->Io.InterfaceConfig.Interface
[all...]
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py65 self.wpas_dbus_interface + ".Interface"
76 self.wpas = dbus.Interface(self.wpas_object,
85 error = 'Error:\n Interface ' + self.interface_name \
93 self.p2p_interface = dbus.Interface(self.interface_object,
134 # Interface Name
143 # Interface name is required and was not given
H A Dp2p_find.py69 self.wpas_dbus_interface + ".Interface"
80 self.wpas = dbus.Interface(self.wpas_object,
89 error = 'Error:\n Interface ' + self.interface_name \
97 self.p2p_interface = dbus.Interface(self.interface_object,
145 # Interface Name
162 # Interface name is required and was not given
H A Dp2p_flush.py65 self.wpas_dbus_interface + ".Interface"
76 self.wpas = dbus.Interface(self.wpas_object,
85 error = 'Error:\n Interface ' + self.interface_name \
93 self.p2p_interface = dbus.Interface(self.interface_object,
134 # Interface Name
143 # Interface name is required and was not given
H A Dp2p_listen.py66 self.wpas_dbus_interface + ".Interface"
77 self.wpas = dbus.Interface(self.wpas_object,
86 error = 'Error:\n Interface ' + self.interface_name \
94 self.p2p_interface = dbus.Interface(self.interface_object,
135 # Interface Name
152 # Interface name is required and was not given
H A Dp2p_stop_find.py67 self.wpas_dbus_interface + ".Interface"
78 self.wpas = dbus.Interface(self.wpas_object,
87 error = 'Error:\n Interface ' + self.interface_name \
95 self.p2p_interface = dbus.Interface(self.interface_object,
139 # Interface Name
148 # Interface name is required and was not given
H A Dp2p_group_add.py83 self.wpas_dbus_interface + ".Interface"
94 self.wpas = dbus.Interface(self.wpas_object,
103 error = 'Error:\n Interface ' + self.interface_name \
111 self.p2p_interface = dbus.Interface(self.interface_object,
181 # Interface Name
206 # Interface name is required and was not given
H A Dp2p_invite.py80 self.wpas_dbus_interface + ".Interface"
91 self.wpas = dbus.Interface(self.wpas_object,
100 error = 'Error:\n Interface ' + self.interface_name \
108 self.p2p_interface = dbus.Interface(self.interface_object,
163 # Interface Name
177 # Interface name is required and was not given
H A Dp2p_connect.py94 self.wpas_dbus_interface + ".Interface"
104 self.wpas = dbus.Interface(
127 # Get Interface and objects
130 self.p2p_interface = dbus.Interface(
248 # Interface Name
/freebsd-10.2-release/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv6111 --mixedform 'Static IPv6 Network Interface Configuration' 0 0 0 \
/freebsd-10.2-release/contrib/llvm/include/llvm/
H A DPassSupport.h243 template<typename Interface, bool Default = false>
247 &Interface::ID, RPB.getTypeInfo(),
252 : RegisterAGBase(Name, &Interface::ID) {
/freebsd-10.2-release/sys/boot/efi/include/
H A Defiapi.h469 IN VOID *Interface
486 IN VOID *Interface
494 OUT VOID **Interface
570 OUT VOID **Interface,
624 VOID **Interface
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp1 //===--- CodeCompleteConsumer.cpp - Code Completion Interface ---*- C++ -*-===//
312 const ObjCInterfaceDecl *Interface = Cat->getClassInterface(); local
313 if (!Interface) {
320 OS << Interface->getName() << '(' << Cat->getName() << ')';
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgdb-events.sh3 # User Interface Events.
115 /* User Interface Events.
220 /* Interface into events functions.
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.h1 //===----- CGObjCRuntime.h - Interface to ObjC Runtimes ---------*- C++ -*-===//
259 const ObjCInterfaceDecl *Interface,
H A DCGObjCMac.cpp1 //===------- CGObjCMac.cpp - Interface to Apple Objective-C Runtime -------===//
1265 const ObjCInterfaceDecl *Interface,
1562 const ObjCInterfaceDecl *Interface,
1709 /* *** CGObjCMac Public Interface *** */
2939 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); local
2941 Interface->FindCategoryDeclaration(OCD->getIdentifier());
2944 llvm::raw_svector_ostream(ExtName) << Interface->getName() << '_'
2961 Values[1] = GetClassName(Interface->getIdentifier());
2962 LazySymbols.insert(Interface->getIdentifier());
3059 ObjCInterfaceDecl *Interface local
4276 EmitIvarOffset(CodeGen::CodeGenFunction &CGF, const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar) argument
5981 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); local
6492 EmitIvarOffset( CodeGen::CodeGenFunction &CGF, const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp916 Interface = dyn_cast<ObjCInterfaceDecl>(Container)) {
917 for (ObjCInterfaceDecl::protocol_iterator P = Interface->protocol_begin(),
918 PEnd = Interface->protocol_end();
923 Cat = Interface->known_categories_begin(),
924 CatEnd = Interface->known_categories_end();
930 if (const ObjCInterfaceDecl *Super = Interface->getSuperClass())

Completed in 210 milliseconds

12