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

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

Completed in 174 milliseconds