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

  /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...]
  /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/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...]

Completed in 14 milliseconds