Home
last modified time | relevance | path

Searched refs:nextlink (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DNetworkInterfaceIdentifier.h104 UNDI_CONFIG_TABLE *nextlink; ///< A pointer to the next UNDI member
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DInit.c961 UndiData->nextlink = NULL; in InstallConfigTable()
991 while (TmpData->nextlink != NULL) { in InstallConfigTable()
992 TmpData = TmpData->nextlink; in InstallConfigTable()
995 TmpData->nextlink = UndiData; in InstallConfigTable()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ditertoolsmodule.c333 PyObject *nextlink; member
356 tdo->nextlink = NULL; in teedataobject_new()
366 if (tdo->nextlink == NULL) in teedataobject_jumplink()
367 tdo->nextlink = teedataobject_new(tdo->it); in teedataobject_jumplink()
368 Py_XINCREF(tdo->nextlink); in teedataobject_jumplink()
369 return tdo->nextlink; in teedataobject_jumplink()
400 Py_VISIT(tdo->nextlink); in teedataobject_traverse()
409 PyObject *nextlink = ((teedataobject *)obj)->nextlink; in teedataobject_safe_decref() local
410 ((teedataobject *)obj)->nextlink = NULL; in teedataobject_safe_decref()
412 obj = nextlink; in teedataobject_safe_decref()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ditertoolsmodule.c333 PyObject *nextlink; member
356 tdo->nextlink = NULL; in teedataobject_new()
366 if (tdo->nextlink == NULL) in teedataobject_jumplink()
367 tdo->nextlink = teedataobject_new(tdo->it); in teedataobject_jumplink()
368 Py_XINCREF(tdo->nextlink); in teedataobject_jumplink()
369 return tdo->nextlink; in teedataobject_jumplink()
400 Py_VISIT(tdo->nextlink); in teedataobject_traverse()
411 Py_CLEAR(tdo->nextlink); in teedataobject_clear()