Home
last modified time | relevance | path

Searched refs:Abstraction (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c133 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/
DdaShell.c562 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/
DConsole.h31 …struct fileops Abstraction; ///< Pointers to functions implementing this device's ab… member
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/
DdaUtility.inf2 # Standard C library: Console Device Abstraction.
DdaConsole.inf2 # Standard C library: Console Device Abstraction.
DdaShell.inf2 # Standard C library: Shell-Hosted Device Abstraction.
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DIIOutilities.c51 Stream = BASE_CR(pfil->f_ops, ConInstance, Abstraction); in IIO_GetDeviceProto()
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dkfile.h142 …struct fileops Abstraction; ///< Pointers to functions implementing this device's ab… member
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c581 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/
Dporting-guide.rst2358 See also: `Interrupt Controller Abstraction APIs`__.