HomeSort by relevance Sort by last modified time
    Searched defs:Link (Results 1 - 25 of 480) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/runtime/
vm.c 79 LIST_ENTRY *Link;
89 Link = ListHead;
91 NextLink = Link->Flink;
94 Link->Flink == ListHead ? DebugDisposition : 0,
95 (VOID **)&Link->Flink
99 Link->Blink == ListHead ? DebugDisposition : 0,
100 (VOID **)&Link->Blink
103 Link = NextLink;
104 } while (Link != ListHead);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
ArmShellCmdRunAxf.h 31 LIST_ENTRY Link; // This attribute must be the first entry of this
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciDriverOverride.h 33 LIST_ENTRY Link;
39 CR (a, PCI_DRIVER_OVERRIDE_LIST, Link, DRIVER_OVERRIDE_SIGNATURE)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciDriverOverride.h 26 LIST_ENTRY Link;
32 CR (a, PCI_DRIVER_OVERRIDE_LIST, Link, DRIVER_OVERRIDE_SIGNATURE)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.h 24 LIST_ENTRY Link;
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.h 25 LIST_ENTRY Link;
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.h 19 LIST_ENTRY Link;
ShellProtocol.h 23 LIST_ENTRY Link;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
link.go 37 "cmd/link/internal/sym"
50 // Link holds the context for writing object code from a compiler
52 type Link struct {
66 linkShared bool // link against installed Go shared libraries
87 // variable on the stack. Architectures that use a link register save its value
90 func (ctxt *Link) FixedFrameSize() int64 {
103 func (ctxt *Link) Logf(format string, args ...interface{}) {
108 func addImports(ctxt *Link, l *sym.Library, pn string) {
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
link.go 11 // A Link represents logical data link information.
17 // logical network interfaces share the same logical data link.
18 type Link struct {
23 MTU int // maximum transmission unit, basically link MTU but may differ between IP address families
27 func (ll *Link) fetch(s uintptr) {
57 // link name. The zero value of af or name means a wildcard.
58 func Links(af int, name string) ([]Link, error) {
71 func links(eps []endpoint, name string) ([]Link, error) {
72 var lls []Link
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
link.go 37 "cmd/link/internal/sym"
50 // Link holds the context for writing object code from a compiler
52 type Link struct {
66 linkShared bool // link against installed Go shared libraries
87 // variable on the stack. Architectures that use a link register save its value
90 func (ctxt *Link) FixedFrameSize() int64 {
103 func (ctxt *Link) Logf(format string, args ...interface{}) {
108 func addImports(ctxt *Link, l *sym.Library, pn string) {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
link.go 11 // A Link represents logical data link information.
17 // logical network interfaces share the same logical data link.
18 type Link struct {
23 MTU int // maximum transmission unit, basically link MTU but may differ between IP address families
27 func (ll *Link) fetch(s uintptr) {
57 // link name. The zero value of af or name means a wildcard.
58 func Links(af int, name string) ([]Link, error) {
71 func links(eps []endpoint, name string) ([]Link, error) {
72 var lls []Link
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Notify.c 32 LIST_ENTRY *Link;
36 for (Link=ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) {
37 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE);
64 LIST_ENTRY *Link;
76 for(Link = ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Notify.c 30 LIST_ENTRY *Link;
33 for (Link=ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) {
34 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE);
59 LIST_ENTRY *Link;
69 for(Link = ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) {
    [all...]
  /external/clang/test/CodeGen/
pointer-signext.c 20 LIST_ENTRY Link;
25 LIST_ENTRY *Link;
28 Link = (LIST_ENTRY *) param;
30 Entry = CR (Link, MEMORY_MAP, Link);
  /external/pdfium/core/fpdftext/
cpdf_linkextract.h 34 struct Link {
42 std::vector<Link> m_LinkArray;
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15470.dir/
a.go 20 type Link interface {
  /prebuilts/go/linux-x86/test/fixedbugs/issue15470.dir/
a.go 20 type Link interface {
  /development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java 32 public class Link extends Activity {
37 setContentView(R.layout.link);
63 "<a href=\"http://www.google.com\">link</a> " +
68 // link without using HTML at all. Again, for a fixed string
  /development/scripts/
architecture.py 13 LINK = 'ld'
19 LINK: ['-melf_i386']
40 def Link(self, args):
41 """Generates a link command, appending the given args."""
42 return [symbol.ToolPath(LINK)] + self.options.get(LINK, []) + args
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
LinuxLoader.h 68 LIST_ENTRY Link; // This attribute must be the first entry of this structure (to avoid pointer computation)
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsInternal.h 92 LIST_ENTRY Link; // This attribute must be the first entry of this structure (to avoid pointer computation)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk/
PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk.c 65 LIST_ENTRY *Link;
72 for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextNode (&mCallbackListHead, Link)) {
73 CallbackEntry = CR (Link, SMM_RSC_HANDLER_CALLBACK_ENTRY, Node, SMM_RSC_HANDLER_CALLBACK_ENTRY_SIGNATURE);
112 LIST_ENTRY *Link;
119 for (Link = GetFirstNode (&mCallbackListHead); !IsNull (&mCallbackListHead, Link); Link = GetNextNode (&mCallbackListHead, Link)) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
Event.c 150 EFI_LIST_ENTRY *Link;
156 Link = ListHead;
158 NextLink = Link->ForwardLink;
161 Link->ForwardLink == ListHead ? DebugDisposition : 0,
162 (VOID **) &Link->ForwardLink
166 Link->BackLink == ListHead ? DebugDisposition : 0,
167 (VOID **) &Link->BackLink
170 Link = NextLink;
171 } while (Link != ListHead);
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/ThunkProtocolList/
ThunkProtocolList.c 32 LIST_ENTRY Link;
88 InsertTailList (&mThunkList, &Private->Link);
107 LIST_ENTRY *Link;
115 for (Link = mThunkList.ForwardLink; Link != &mThunkList; Link = Link->ForwardLink) {
116 Private = CR (Link, EMU_IO_THUNK_PROTOCOL_DATA, Link, EMU_IO_THUNK_PROTOCOL_DATA_SIGNATURE);
125 Link = Link->ForwardLink;
    [all...]

Completed in 3869 milliseconds

1 2 3 4 5 6 7 8 91011>>