Searched refs:Abstraction (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/ |
D | daConsole.c | 133 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction); in da_ConSeek() 188 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction); in da_ConWrite() 253 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction); in da_ConRawRead() 337 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction); in da_ConRead() 419 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction); in da_ConStat() 519 filp->f_ops = &Stream->Abstraction; in da_ConOpen() 610 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction); in da_ConClose() 663 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction); in da_ConPoll() 749 Stream->Abstraction.fo_close = &da_ConClose; in __Cons_construct() 750 Stream->Abstraction.fo_read = &da_ConRead; in __Cons_construct() [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/ |
D | daShell.c | 562 filp->f_ops = &Gip->Abstraction; in da_ShellOpen() 814 Stream->Abstraction.fo_close = &da_ShellClose; in __ctor_DevShell() 815 Stream->Abstraction.fo_read = &da_ShellRead; in __ctor_DevShell() 816 Stream->Abstraction.fo_write = &da_ShellWrite; in __ctor_DevShell() 817 Stream->Abstraction.fo_fcntl = &fnullop_fcntl; in __ctor_DevShell() 818 Stream->Abstraction.fo_poll = &da_ShellPoll; in __ctor_DevShell() 819 Stream->Abstraction.fo_flush = &fnullop_flush; in __ctor_DevShell() 820 Stream->Abstraction.fo_stat = &da_ShellStat; in __ctor_DevShell() 821 Stream->Abstraction.fo_ioctl = &da_ShellIoctl; in __ctor_DevShell() 822 Stream->Abstraction.fo_delete = &da_ShellDelete; in __ctor_DevShell() [all …]
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/ |
D | Console.h | 31 …struct fileops Abstraction; ///< Pointers to functions implementing this device's ab… member
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/ |
D | daUtility.inf | 2 # Standard C library: Console Device Abstraction.
|
D | daConsole.inf | 2 # Standard C library: Console Device Abstraction.
|
D | daShell.inf | 2 # Standard C library: Shell-Hosted Device Abstraction.
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/ |
D | IIOutilities.c | 51 Stream = BASE_CR(pfil->f_ops, ConInstance, Abstraction); in IIO_GetDeviceProto()
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
D | kfile.h | 142 …struct fileops Abstraction; ///< Pointers to functions implementing this device's ab… member
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | SysCalls.c | 581 retval = ((GenericInstance *)GenI)->Abstraction.fo_mkdir( path, perms); in mkdir() 942 retval = ((GenericInstance *)GenI)->Abstraction.fo_rename( From, To); in rename()
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | porting-guide.rst | 2358 See also: `Interrupt Controller Abstraction APIs`__.
|