/netbsd-src/sys/arch/emips/stand/common/ |
H A D | ace.c | 122 static void SysaceDumpRegisters(struct _Sac *Interface) in SysaceDumpRegisters() argument 238 printf("Sysace@%p:\n", Interface); in SysaceDumpRegisters() 239 printf("\tTag %x\n", Interface->Tag); in SysaceDumpRegisters() 240 SysacePrintRegister(&Control_Names, Interface->Control); in SysaceDumpRegisters() 241 printf("\tBUSMODEREG %x\n", Interface->BUSMODEREG); in SysaceDumpRegisters() 242 SysacePrintRegister(&STATUS_Names, Interface->STATUS); in SysaceDumpRegisters() 243 SysacePrintRegister(&ERRORREG_Names, Interface->ERRORREG); in SysaceDumpRegisters() 244 printf("\tCFGLBAREG %x\n", Interface->CFGLBAREG); in SysaceDumpRegisters() 245 printf("\tMPULBAREG %x\n", Interface->MPULBAREG); in SysaceDumpRegisters() 246 printf("\tVERSIONREG %x\n", Interface->VERSIONREG); in SysaceDumpRegisters() [all …]
|
/netbsd-src/sys/arch/prep/prep/ |
H A D | residual.c | 1237 q = id->Interface >= NELEMS(IDEController_tabel) in mass_subr() 1238 ? NULL : IDEController_tabel[id->Interface]; in mass_subr() 1242 q = id->Interface >= NELEMS(FloppyController_table) in mass_subr() 1243 ? NULL : FloppyController_table[id->Interface]; in mass_subr() 1258 printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface); in mass_subr() 1288 printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface); in nic_subr() 1318 printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface); in display_subr() 1337 q = id->Interface >= NELEMS(AudioController_table) in mm_subr() 1338 ? NULL : AudioController_table[id->Interface]; in mm_subr() 1349 printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface); in mm_subr() [all …]
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | TSP.idl | 5 Interface declarations for the TSS Service Provider 27 //ITCPAAttrib Interface 33 helpstring("ITCPAAttrib Interface"), 61 //ITCPAAuth Interface 67 helpstring("ITCPAAuth Interface"), 87 helpstring("ITCPAPcrs Interface"), 107 //ITCPAKey Interface 112 helpstring("ITCPAKey Interface"), 146 helpstring("ITCPAMigration Interface"), 168 //ITCPAEncData Interface [all …]
|
/netbsd-src/sys/arch/arm/marvell/ |
H A D | files.marvell | 45 # PCI Express Interface 48 # PCI Interface 60 # Gigabit Ethernet Controller Interface 66 # ARMADA XP Gigabit Ethernet Controller Interface 69 # USB 2.0 Interface 78 # TWSI Two-Wire Serial Interface 81 # UART Interface 87 # General Purpose I/O Port Interface 92 # Secure Digital Input/Output (SDIO) Interface 108 # SPI Serial Peripheral Interface
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | hand.c | 27 OUT VOID **Interface in LibLocateProtocol() argument 38 *Interface = NULL; in LibLocateProtocol() 46 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], ProtocolGuid, Interface); in LibLocateProtocol() 448 VOID *Interface; in LibInstallProtocolInterfaces() local 479 Interface = va_arg(args, VOID *); in LibInstallProtocolInterfaces() 485 DEBUG((D_INFO, "LibInstallProtocolInterface: %d %x\n", Protocol, Interface)); in LibInstallProtocolInterfaces() 486 …i_call_wrapper(BS->InstallProtocolInterface, 4, Handle, Protocol, EFI_NATIVE_INTERFACE, Interface); in LibInstallProtocolInterfaces() 507 Interface = va_arg(args, VOID *); in LibInstallProtocolInterfaces() 508 uefi_call_wrapper(BS->UninstallProtocolInterface, 3, *Handle, Protocol, Interface); in LibInstallProtocolInterfaces() 536 VOID *Interface; in LibUninstallProtocolInterfaces() local [all …]
|
/netbsd-src/sys/dev/marvell/ |
H A D | files.discovery | 29 # PCI Interface 34 # PCI Express Interface 59 # Gigabit Ethernet Controller Interface 66 # USB 2.0 Interface 75 # Two-Wire Serial Interface 80 # UART Interface 89 # Secure Digital Input/Output (SDIO) Interface 95 # SPI Serial Peripheral Interface
|
/netbsd-src/usr.sbin/map-mbone/ |
H A D | mapper.c | 66 } Interface; typedef 90 Interface * find_interface(u_int32_t addr, Node *node); 129 Interface *find_interface(u_int32_t addr, Node *node) in find_interface() 131 Interface *ifc; in find_interface() 137 ifc = (Interface *) malloc(sizeof(Interface)); in find_interface() 149 Interface *ifc; in find_neighbor() 312 Interface *ifc; in accept_neighbors() 336 Interface *ifc_i, *next_ifc_i; in accept_neighbors() 352 Interface *ifc_n = find_interface(ifc_i->addr, node); in accept_neighbors() 447 Interface *ifc; in accept_neighbors2() [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/doc/ |
H A D | gmp.info | 100 Node: C++ Class Interface235710 101 Node: C++ Interface General236661 102 Node: C++ Interface Integers239730 103 Node: C++ Interface Rationals243963 104 Node: C++ Interface Floats247987 105 Node: C++ Interface Random Numbers254004 106 Node: C++ Interface Limitations256404 167 Node: C++ Interface Internals374703
|
H A D | gmp.info-2 | 1367 * C++ Interface Internals:: 1614 File: gmp.info, Node: Raw Output Internals, Next: C++ Interface Internals, Prev: Float Internals… 1644 File: gmp.info, Node: C++ Interface Internals, Prev: Raw Output Internals, Up: Internals 1646 16.5 C++ Interface Internals 2537 * Application Binary Interface: ABI and ISA. (line 6) 2600 * C++ interface: C++ Class Interface. (line 6) 2601 * C++ interface internals: C++ Interface Internals. 2765 * gmpxx.h: C++ Interface General. 3193 * abs: C++ Interface Integers. 3195 * abs <1>: C++ Interface Rationals. [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
H A D | cast_.d | 32 Interface* pi = **cast(Interface***) p; in _d_toObject() 56 Interface* pi = **cast(Interface***) p; in _d_interface_cast()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | cast_.d | 46 Interface* pi = **cast(Interface***) p; in _d_toObject() 70 Interface* pi = **cast(Interface***) p; in _d_interface_cast()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | libgomp.texi | 78 Programming Interface (API) for multi-platform shared-memory parallel 81 Interface (API) for offloading of code to accelerator devices in C/C++ 114 * OpenACC Profiling Interface:: 145 the @uref{https://www.openmp.org, OpenMP Application Program Interface} manual, 229 @item @emph{Interface}: @tab @code{integer function omp_get_active_level()} 257 @item @emph{Interface}: @tab @code{integer function omp_get_ancestor_thread_num(level)} 286 @item @emph{Interface}: @tab @code{logical function omp_get_cancellation()} 311 @item @emph{Interface}: @tab @code{integer function omp_get_default_device()} 343 @item @emph{Interface}: @tab @code{logical function omp_get_dynamic()} 369 @item @emph{Interface}: @tab @code{integer function omp_level()} [all …]
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | aspeed-bmc-facebook-minipack.dts | 128 * to PIM (Port Interface Module) #1 (1-based). 141 * to PIM (Port Interface Module) #2 (1-based). 154 * to PIM (Port Interface Module) #3 (1-based). 167 * to PIM (Port Interface Module) #4 (1-based). 180 * to PIM (Port Interface Module) #5 (1-based). 193 * to PIM (Port Interface Module) #6 (1-based). 206 * to PIM (Port Interface Module) #7 (1-based). 219 * to PIM (Port Interface Module) #8 (1-based). 805 * (Port Interface Module) #1 (1-based). 871 * (Port Interface Module) #2 (1-based). [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | libgomp.texi | 78 Programming Interface (API) for multi-platform shared-memory parallel 81 Interface (API) for offloading of code to accelerator devices in C/C++ 115 * OpenACC Profiling Interface:: 146 @uref{https://www.openmp.org, OpenMP Application Program Interface} manuals. 438 @item @emph{Interface}: @tab @code{integer function omp_get_active_level()} 466 @item @emph{Interface}: @tab @code{integer function omp_get_ancestor_thread_num(level)} 495 @item @emph{Interface}: @tab @code{logical function omp_get_cancellation()} 520 @item @emph{Interface}: @tab @code{integer function omp_get_default_device()} 548 @item @emph{Interface}: @tab @code{integer function omp_get_device_num()} 580 @item @emph{Interface}: @tab @code{logical function omp_get_dynamic()} [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
H A D | xgettext-glade-2 | 12 <GTK-Interface/> 26 <GTK-Interface> 59 </GTK-Interface>
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 325 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType() argument 326 assert(Interface->hasExternalLexicalStorage()); in CompleteType() 328 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() 337 Forward.MapImported(SourceInterface, Interface); in CompleteType() 344 bool ExternalASTMerger::CanComplete(DeclContext *Interface) { in CanComplete() argument 345 assert(Interface->hasExternalLexicalStorage() || in CanComplete() 346 Interface->hasExternalVisibleStorage()); in CanComplete() 348 ForEachMatchingDC(Interface, in CanComplete()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | LICENSE.TXT | 1 LLVM System Interface Library 3 The LLVM System Interface Library is licensed under the Illinois Open Source
|
/netbsd-src/external/bsd/wpa/dist/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-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)
|
/netbsd-src/sys/arch/evbsh3/conf/ |
H A D | files.t_sh7706lan | 15 # Serial Peripheral Interface for MMC/SD card 20 # MMC SPI Interface for MMC/SD card
|
/netbsd-src/sys/arch/evbarm/conf/ |
H A D | OPENBLOCKS_AX3 | 161 # On-chip Gigabit Ethernet Controller Interface (backward compatible mode) 165 # On-chip Gigabit Ethernet Controller Interface (counter mode) 173 # On-chip USB 2.0 Interface 176 # Serial Peripheral Interface (SPI) 180 # On-chip Two-Wire Serial Interface (TWSI) 189 # On-chip UART Interface 194 # On-chip PCI Express Interface
|
H A D | ARMADAXP | 168 # On-chip UART Interface 175 # On-chip Two-Wire Serial Interface (TWSI) 179 # Serial Peripheral Interface (SPI) 196 # On-chip USB 2.0 Interface 241 # On-chip Gigabit Ethernet Controller Interface (backward compatible mode) 245 # On-chip Gigabit Ethernet Controller Interface (counter mode) 254 # On-chip PCI Express Interface
|
H A D | MV2120 | 141 # On-chip PCI Express Interface 144 # On-chip PCI Interface 162 # On-chip Gigabit Ethernet Controller Interface 166 # On-chip USB 2.0 Interface 172 # On-chip Two-Wire Serial Interface (TWSI) 176 # On-chip UART Interface 182 # On-chip General Purpose I/O Port Interface
|
H A D | MARVELL_NAS | 127 # On-chip PCI Express Interface 130 # On-chip PCI Interface 145 # On-chip Gigabit Ethernet Controller Interface 149 # On-chip USB 2.0 Interface 155 # On-chip Two-Wire Serial Interface (TWSI) 159 # On-chip UART Interface 165 # On-chip General Purpose I/O Port Interface
|