| /freebsd-12.1/sys/dev/ce/ |
| H A D | tau32-ddk.h | 289 typedef void(TAU32_CALLBACK_TYPE *TAU32_FifoTrigger)(TAU32_UserContext *pContext, int Interface, un… 411 int Interface; member 487 …ALL_TYPE TAU32_UpdateIdleCodes(TAU32_Controller *pControllerObject, int Interface, unsigned __int3… 489 …LL_TYPE TAU32_FifoPutCasAppend(TAU32_Controller *pControllerObject, int Interface, unsigned __int8… 490 …ALL_TYPE TAU32_FifoPutCasAhead(TAU32_Controller *pControllerObject, int Interface, unsigned __int8… 491 …U32_CALL_TYPE TAU32_FifoGetCas(TAU32_Controller *pControllerObject, int Interface, unsigned __int8… 492 …LL_TYPE TAU32_FifoPutFasAppend(TAU32_Controller *pControllerObject, int Interface, unsigned __int8… 493 …ALL_TYPE TAU32_FifoPutFasAhead(TAU32_Controller *pControllerObject, int Interface, unsigned __int8… 494 …U32_CALL_TYPE TAU32_FifoGetFas(TAU32_Controller *pControllerObject, int Interface, unsigned __int8… 495 …CALL_TYPE TAU32_SetFifoTrigger(TAU32_Controller *pControllerObject, int Interface, unsigned FifoId…
|
| H A D | ceddk.c | 489 req->Io.InterfaceConfig.Interface = TAU32_E1_A; in ce_init_board() 503 req->Io.InterfaceConfig.Interface = TAU32_E1_B; in ce_init_board() 973 req->Io.InterfaceConfig.Interface = TAU32_E1_A; in ce_set_baud() 1000 req->Io.InterfaceConfig.Interface = c->num ? TAU32_E1_B : TAU32_E1_A; in ce_set_lloop() 1027 req->Io.InterfaceConfig.Interface = c->num ? TAU32_E1_B : TAU32_E1_A; in ce_set_rloop() 1054 req->Io.InterfaceConfig.Interface = c->num ? TAU32_E1_B : TAU32_E1_A; in ce_set_higain() 1233 req->Io.InterfaceConfig.Interface = TAU32_E1_B; in ce_set_unfram() 1243 req->Io.InterfaceConfig.Interface = TAU32_E1_A; in ce_set_unfram() 1254 req->Io.InterfaceConfig.Interface = TAU32_E1_ALL; in ce_set_unfram() 1331 req->Io.InterfaceConfig.Interface = c->num ? TAU32_E1_B : TAU32_E1_A; in ce_set_scrambler() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 240 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType() argument 241 assert(Interface->hasExternalLexicalStorage()); in CompleteType() 243 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() 252 Forward.MapImported(SourceInterface, Interface); in CompleteType() 259 bool ExternalASTMerger::CanComplete(DeclContext *Interface) { in CanComplete() argument 260 assert(Interface->hasExternalLexicalStorage() || in CanComplete() 261 Interface->hasExternalVisibleStorage()); in CanComplete() 263 ForEachMatchingDC(Interface, in CanComplete()
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/examples/ |
| H A D | wpas-dbus-new.py | 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 D | dbus-listen-preq.py | 51 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE) 58 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
|
| H A D | wpas-dbus-new-wps.py | 46 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE) 73 wps = dbus.Interface(if_obj, WPAS_DBUS_WPS_INTERFACE)
|
| H A D | wpas-dbus-new-signals.py | 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-12.1/lib/libbluetooth/ |
| H A D | protocols | 16 hid-control 17 HID-Control # Human Interface Device (control) 17 hid-interrupt 19 HID-Interrupt # Human Interface Device (interrupt)
|
| /freebsd-12.1/contrib/gcclibs/libgomp/ |
| H A D | libgomp.texi | 190 @item @emph{Interface}: @tab @code{logical function omp_get_dynamic()} 248 @item @emph{Interface}: @tab @code{integer function omp_get_nested()} 358 @item @emph{Interface}: @tab @code{logical function omp_in_parallel()} 382 @item @emph{Interface}: @tab @code{subroutine omp_set_dynamic(set)} 411 @item @emph{Interface}: @tab @code{subroutine omp_set_dynamic(set)} 466 @item @emph{Interface}: @tab @code{subroutine omp_init_lock(lock)} 495 @item @emph{Interface}: @tab @code{subroutine omp_set_lock(lock)} 525 @item @emph{Interface}: @tab @code{subroutine omp_test_lock(lock)} 556 @item @emph{Interface}: @tab @code{subroutine omp_unset_lock(lock)} 583 @item @emph{Interface}: @tab @code{subroutine omp_destroy_lock(lock)} [all …]
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/examples/p2p/ |
| H A D | p2p_flush.py | 76 self.wpas = dbus.Interface(self.wpas_object, 93 self.p2p_interface = dbus.Interface(self.interface_object,
|
| H A D | p2p_listen.py | 77 self.wpas = dbus.Interface(self.wpas_object, 94 self.p2p_interface = dbus.Interface(self.interface_object,
|
| H A D | p2p_disconnect.py | 76 self.wpas = dbus.Interface(self.wpas_object, 93 self.p2p_interface = dbus.Interface(self.interface_object,
|
| H A D | p2p_stop_find.py | 78 self.wpas = dbus.Interface(self.wpas_object, 95 self.p2p_interface = dbus.Interface(self.interface_object,
|
| H A D | p2p_find.py | 80 self.wpas = dbus.Interface(self.wpas_object, 97 self.p2p_interface = dbus.Interface(self.interface_object,
|
| H A D | p2p_invite.py | 91 self.wpas = dbus.Interface(self.wpas_object, 108 self.p2p_interface = dbus.Interface(self.interface_object,
|
| H A D | p2p_group_add.py | 94 self.wpas = dbus.Interface(self.wpas_object, 111 self.p2p_interface = dbus.Interface(self.interface_object,
|
| H A D | p2p_connect.py | 104 self.wpas = dbus.Interface( 130 self.p2p_interface = dbus.Interface(
|
| /freebsd-12.1/contrib/llvm/include/llvm/ |
| H A D | PassSupport.h | 126 template <typename Interface, bool Default = false> 129 : RegisterAGBase(RPB.getPassName(), &Interface::ID, RPB.getTypeInfo(), in RegisterAnalysisGroup() 133 : RegisterAGBase(Name, &Interface::ID) {} in RegisterAnalysisGroup()
|
| /freebsd-12.1/stand/efi/include/ |
| H A D | efiapi.h | 465 IN VOID *Interface 482 IN VOID *Interface 490 OUT VOID **Interface 567 OUT VOID **Interface, 621 VOID **Interface
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | README.refclocks | 23 IRIG_BANCOMM 16 /* Bancomm GPS/IRIG Interface */ 28 GPS_VME 21 /* TrueTime GPS-VME Interface */
|
| /freebsd-12.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 1149 IN VOID *Interface 1224 IN VOID *Interface 1265 OUT VOID **Interface 1307 OUT VOID **Interface, OPTIONAL 1575 OUT VOID **Interface
|
| /freebsd-12.1/contrib/ofed/opensm/include/vendor/ |
| H A D | osm_vendor.h | 69 #error No MAD Interface selected!
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeUDT.cpp | 121 case TypeRecordKind::Interface: in getUdtKind() 122 return PDB_UdtType::Interface; in getUdtKind()
|
| /freebsd-12.1/usr.sbin/bsdinstall/scripts/ |
| H A D | netconfig_ipv6 | 111 --mixedform 'Static IPv6 Network Interface Configuration' 0 0 0 \
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | pcap-dll.rc | 22 VALUE "FileDescription", "System-Independent Interface for User-Level Packet Capture"
|