taglinefilesource code
item413arch/ppc/mm/init.cstruct item *next;
item423arch/ppc/mm/init.cstatic struct item _free_pages;
item430arch/ppc/mm/init.cMMU_free_item(struct item *hdr, struct item *elem)
item432arch/ppc/mm/init.cif (hdr->next == (struct item *)NULL)
item434arch/ppc/mm/init.celem->next = (struct item *)NULL;
item442arch/ppc/mm/init.cstruct item *
item443arch/ppc/mm/init.cMMU_get_item(struct item *hdr)
item445arch/ppc/mm/init.cstruct item *item;
item446arch/ppc/mm/init.cif ((item = hdr->next) != (struct item *)NULL)
item448arch/ppc/mm/init.citem = hdr->next;
item449arch/ppc/mm/init.chdr->next = item->next;
item451arch/ppc/mm/init.creturn (item);
item473arch/ppc/mm/init.c_free_pages.next = (struct item *)NULL;
item476arch/ppc/mm/init.cMMU_free_item(&_free_pages, (struct item *)p);
item68scripts/tkgen.cgenerate_if(struct kconfig * item,
item101scripts/tkgen.cif(   (item->flags & GLOBAL_WRITTEN) == 0
item102scripts/tkgen.c&& (item->optionname != NULL) )
item104scripts/tkgen.cprintf("\tglobal %s\n", item->optionname);
item105scripts/tkgen.citem->flags |= GLOBAL_WRITTEN;
item166scripts/tkgen.cswitch(item->tok)
item169scripts/tkgen.cprintf("} then { set %s %s } \n",  item->optionname, item->value);
item200scripts/tkgen.cprintf("set %s [expr $%s&15];", item->optionname, item->optionname);
item205scripts/tkgen.cprintf("set %s [expr $%s|16];", item->optionname, item->optionname);
item212scripts/tkgen.cif( item->tok == tok_dep_tristate )
item214scripts/tkgen.cprintf("if { $%s == 2 } then {", item->depend.str);
item232scripts/tkgen.cprintf("set %s [expr $%s&15];", item->optionname, item->optionname);
item242scripts/tkgen.cprintf("set %s [expr $%s|16];", item->optionname, item->optionname);
item260scripts/tkgen.cgenerate_if_for_outfile(struct kconfig * item,
item345scripts/tkgen.cswitch(item->tok)
item348scripts/tkgen.cprintf("} then {write_variable $cfg $autocfg %s %s $notmod }\n", item->optionname, item->value);
item351scripts/tkgen.cprintf("} then {write_comment $cfg $autocfg \"%s\"}\n", item->label);
item355scripts/tkgen.citem->optionname, item->optionname, item->depend.str);
item361scripts/tkgen.citem->optionname, item->optionname);