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

  /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/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/acpica/dist/include/platform/
acefiex.h 605 VOID *Interface);
620 VOID *Interface);
627 VOID **Interface);
670 VOID **Interface,
719 VOID **Interface);
  /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/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/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]
  /src/sys/rump/include/rump/
rump_syscalls.h 14 #error Interface not supported inside kernel
  /src/common/dist/zlib/os400/
zlib.inc 1 * ZLIB.INC - Interface to the general purpose compression library

Completed in 27 milliseconds