taglinefilesource code
item417arch/ppc/mm/init.cstruct item *next;
item427arch/ppc/mm/init.cstatic struct item _free_pages;
item434arch/ppc/mm/init.cMMU_free_item(struct item *hdr, struct item *elem)
item436arch/ppc/mm/init.cif (hdr->next == (struct item *)NULL)
item438arch/ppc/mm/init.celem->next = (struct item *)NULL;
item446arch/ppc/mm/init.cstruct item *
item447arch/ppc/mm/init.cMMU_get_item(struct item *hdr)
item449arch/ppc/mm/init.cstruct item *item;
item450arch/ppc/mm/init.cif ((item = hdr->next) != (struct item *)NULL)
item452arch/ppc/mm/init.citem = hdr->next;
item453arch/ppc/mm/init.chdr->next = item->next;
item455arch/ppc/mm/init.creturn (item);
item477arch/ppc/mm/init.c_free_pages.next = (struct item *)NULL;
item480arch/ppc/mm/init.cMMU_free_item(&_free_pages, (struct item *)p);
item65scripts/tkgen.cgenerate_if(struct kconfig * item,
item98scripts/tkgen.cif(   (item->flags & GLOBAL_WRITTEN) == 0
item99scripts/tkgen.c&& (item->optionname != NULL) )
item101scripts/tkgen.cprintf("\tglobal %s\n", item->optionname);
item102scripts/tkgen.citem->flags |= GLOBAL_WRITTEN;
item163scripts/tkgen.cswitch(item->tok)
item166scripts/tkgen.cprintf("} then { set %s %s } \n",  item->optionname, item->value);
item197scripts/tkgen.cprintf("set %s [expr $%s&15];", item->optionname, item->optionname);
item202scripts/tkgen.cprintf("set %s [expr $%s|16];", item->optionname, item->optionname);
item209scripts/tkgen.cif( item->tok == tok_dep_tristate )
item211scripts/tkgen.cprintf("if { $%s == 2 } then {", item->depend.str);
item229scripts/tkgen.cprintf("set %s [expr $%s&15];", item->optionname, item->optionname);
item239scripts/tkgen.cprintf("set %s [expr $%s|16];", item->optionname, item->optionname);
item257scripts/tkgen.cgenerate_if_for_outfile(struct kconfig * item,
item342scripts/tkgen.cswitch(item->tok)
item345scripts/tkgen.cprintf("} then {write_variable $cfg $autocfg %s %s $notmod }\n", item->optionname, item->value);
item348scripts/tkgen.cprintf("} then {write_comment $cfg $autocfg \"%s\"}\n", item->label);
item352scripts/tkgen.citem->optionname, item->optionname, item->depend.str);
item358scripts/tkgen.citem->optionname, item->optionname);