HomeSort by relevance Sort by last modified time
    Searched refs:Abstraction (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
Console.h 2 Declarations and macros for the console abstraction.
21 /* The members Cookie through Abstraction, inclusive, are the same type and order
31 struct fileops Abstraction; ///< Pointers to functions implementing this device's abstraction.
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c 133 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction);
188 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction);
253 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction);
337 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction);
419 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction);
463 This function completes the device abstraction and returns an error value
519 filp->f_ops = &Stream->Abstraction;
610 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction);
663 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction);
749 Stream->Abstraction.fo_close = &da_ConClose;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 562 filp->f_ops = &Gip->Abstraction;
814 Stream->Abstraction.fo_close = &da_ShellClose;
815 Stream->Abstraction.fo_read = &da_ShellRead;
816 Stream->Abstraction.fo_write = &da_ShellWrite;
817 Stream->Abstraction.fo_fcntl = &fnullop_fcntl;
818 Stream->Abstraction.fo_poll = &da_ShellPoll;
819 Stream->Abstraction.fo_flush = &fnullop_flush;
820 Stream->Abstraction.fo_stat = &da_ShellStat;
821 Stream->Abstraction.fo_ioctl = &da_ShellIoctl;
822 Stream->Abstraction.fo_delete = &da_ShellDelete;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIOutilities.c 51 Stream = BASE_CR(pfil->f_ops, ConInstance, Abstraction);
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
kfile.h 142 struct fileops Abstraction; ///< Pointers to functions implementing this device's abstraction.
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 581 retval = ((GenericInstance *)GenI)->Abstraction.fo_mkdir( path, perms);
942 retval = ((GenericInstance *)GenI)->Abstraction.fo_rename( From, To);
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs     [all...]

Completed in 230 milliseconds