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

123

/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddbus-listen-preq.py13 WPAS_DBUS_INTERFACES_INTERFACE = "fi.w1.wpa_supplicant1.Interface"
51 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
58 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-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor.h69 #error No MAD Interface selected!
/freebsd-11-stable/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::__anon9483::__anon9485
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-11-stable/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv6111 --mixedform 'Static IPv6 Network Interface Configuration' 0 0 0 \
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/p2p/
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_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_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_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_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_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-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp1 //===- ExternalASTMerger.cpp - Merging External AST Interface ---*- C++ -*-===//
325 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) {
326 assert(Interface->hasExternalLexicalStorage());
328 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse,
337 Forward.MapImported(SourceInterface, Interface);
344 bool ExternalASTMerger::CanComplete(DeclContext *Interface) {
345 assert(Interface->hasExternalLexicalStorage() ||
346 Interface->hasExternalVisibleStorage());
348 ForEachMatchingDC(Interface,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/
H A DPassSupport.h125 template <typename Interface, bool Default = false>
128 : RegisterAGBase(RPB.getPassName(), &Interface::ID, RPB.getTypeInfo(),
132 : RegisterAGBase(Name, &Interface::ID) {}
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h1 //===--- ExternalASTMerger.h - Merging External AST Interface ---*- C++ -*-===//
156 void CompleteType(ObjCInterfaceDecl *Interface) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp120 case TypeRecordKind::Interface:
121 return PDB_UdtType::Interface;
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1114 /// Enumeration of EFI Interface Types
1132 @param[in] InterfaceType Indicates whether Interface is supplied in native form.
1133 @param[in] Interface A pointer to the protocol interface.
1149 IN VOID *Interface
1209 @param[in] Interface A pointer to the interface.
1224 IN VOID *Interface
1250 @param[out] Interface Supplies the address where a pointer to the corresponding Protocol
1251 Interface is returned.
1257 @retval EFI_INVALID_PARAMETER Interface is NULL.
1265 OUT VOID **Interface
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp1 //===- CodeCompleteConsumer.cpp - Code Completion Interface ---------------===//
399 const ObjCInterfaceDecl *Interface = Cat->getClassInterface(); local
400 if (!Interface) {
407 OS << Interface->getName() << '(' << Cat->getName() << ')';
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh3 # User Interface Events.
115 /* User Interface Events.
220 /* Interface into events functions.
/freebsd-11-stable/stand/efi/include/
H A Defiapi.h469 IN VOID *Interface
486 IN VOID *Interface
494 OUT VOID **Interface
571 OUT VOID **Interface,
625 VOID **Interface

Completed in 281 milliseconds

123