HomeSort by: relevance | last modified time | path
    Searched refs:Interface (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/arch/emips/stand/common/
ace.c 122 static void SysaceDumpRegisters(struct _Sac *Interface)
238 printf("Sysace@%p:\n", Interface);
239 printf("\tTag %x\n", Interface->Tag);
240 SysacePrintRegister(&Control_Names, Interface->Control);
241 printf("\tBUSMODEREG %x\n", Interface->BUSMODEREG);
242 SysacePrintRegister(&STATUS_Names, Interface->STATUS);
243 SysacePrintRegister(&ERRORREG_Names, Interface->ERRORREG);
244 printf("\tCFGLBAREG %x\n", Interface->CFGLBAREG);
245 printf("\tMPULBAREG %x\n", Interface->MPULBAREG);
246 printf("\tVERSIONREG %x\n", Interface->VERSIONREG)
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/
hand.c 27 OUT VOID **Interface
30 // Find the first instance of this Protocol in the system and return it's interface
38 *Interface = NULL;
46 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], ProtocolGuid, Interface);
311 // File the file system interface to the device
448 VOID *Interface;
479 Interface = va_arg(args, VOID *);
485 DEBUG((D_INFO, "LibInstallProtocolInterface: %d %x\n", Protocol, Interface));
486 Status = uefi_call_wrapper(BS->InstallProtocolInterface, 4, Handle, Protocol, EFI_NATIVE_INTERFACE, Interface);
507 Interface = va_arg(args, VOID *)
    [all...]
dpath.c 441 OUT VOID **Interface
457 // It was a direct match, lookup the protocol interface
460 Status =uefi_call_wrapper(BS->HandleProtocol, 3, Device, Protocol, Interface);
465 // If there was an error, do not return an interface
469 *Interface = NULL;
  /src/sys/arch/prep/prep/
residual.c 1237 q = id->Interface >= NELEMS(IDEController_tabel)
1238 ? NULL : IDEController_tabel[id->Interface];
1242 q = id->Interface >= NELEMS(FloppyController_table)
1243 ? NULL : FloppyController_table[id->Interface];
1258 printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface);
1288 printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface);
1318 printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface);
    [all...]
platform.c 217 return dev->DeviceId.Interface;
  /src/usr.sbin/map-mbone/
mapper.c 62 typedef struct interface { struct
63 struct interface *next;
64 u_int32_t addr; /* IP address of the interface in NET order */
66 } Interface;
74 struct interface *interfaces; /* Else, neighbor data */
90 Interface * find_interface(u_int32_t addr, Node *node);
129 Interface *find_interface(u_int32_t addr, Node *node)
131 Interface *ifc;
137 ifc = (Interface *) malloc(sizeof(Interface));
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
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...]
at91sam9x5_isi.dtsi 4 * Image Sensor Interface.
ste-hrefv60plus.dtsi 252 * Drive D19-D23 for the ETM PTM trace interface low,
330 * GBF (GPS, Bluetooth, FM-radio) interface,
341 /* MSP : HDTV INTERFACE GPIO line */
351 * Display Interface 1 uses GPIO 65 for RST (reset).
352 * Display Interface 2 uses GPIO 66 for RST (reset).
integratorap-im-pd1.dts 51 /* Also used for the Smart Card Interface SCI */
imx31.dtsi 336 emi@b8000000 { /* External Memory Interface */
imx35.dtsi 360 emi@80000000 { /* External Memory Interface */
imx7d-flex-concentrator.dts 45 * Human Machine Interface consists of 4 dual red/green LEDs.
  /src/sys/arch/prep/include/
residual.h 187 unsigned char Interface; /* See pnp.h for bit definitions */
321 int SubType, int Interface, int n);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 484 OUT VOID **Interface OPTIONAL,
544 OUT VOID **Interface
684 IN VOID *Interface
701 IN VOID *Interface
709 OUT VOID **Interface
efilib.h 732 OUT VOID **Interface
893 OUT VOID **Interface
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 713 VOID *Interface);
728 VOID *Interface);
735 VOID **Interface);
778 VOID **Interface,
827 VOID **Interface);
  /src/sys/arch/emips/ebus/
ace_ebus.c 613 * Reset the device and the interface
625 /* reset our interface */
633 /* check what our interface does and what the SysACE expects */
1362 struct _Sac *Interface = sc->sc_dr;
1367 CtlWas = Interface->CONTROLREG;
1373 Interface->CONTROLREG = CFGCMD | SAC_CFGRESET;
1376 Interface->CONTROLREG = CFGCMD;
1383 Status = Interface->STATUS;
1403 nBytes, nWords, Interface));
1407 Status = Interface->ERRORREG
    [all...]
  /src/libexec/httpd/lua/
optparse.lua 2 -- Interface based on Pythons optparse.
  /src/sys/arch/prep/pnpbus/
pnpbus.c 359 pna->interface = id->Interface;
  /src/usr.sbin/sysinst/
msg.mi.en 640 Primary Interface: %s
653 Primary Interface: %s
670 Waiting while network interface comes up.
1158 {To use the network interface %s, you must agree to the license in
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
imx8qxp-colibri.dtsi 313 /* Colibri Parallel RGB LCD Interface */
  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 307 -- Interface to the available fields of the z_stream structure.
443 -- and has a similar generic callback interface for the
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 4 { ZLIB Data Compression Interface Unit }
14 interface
  /src/sbin/efi/
devpath3.c 664 33 TIA-102 Project 25 Common Air Interface (CAI) [Jeff Anderson, Telecommunications Industry of America (TIA) TR-8.5 Formulating Group, <cja015&motorola.com>, June 2004]
665 34 Wiegand Interface [Scott_Guthery_2]

Completed in 25 milliseconds

1 2