Home
last modified time | relevance | path

Searched refs:conf_write (Results 1 – 9 of 9) sorted by relevance

/linux/scripts/kconfig/
H A Dlkc_proto.h12 int conf_write(const char *name);
H A Dmconf.c739 if (!conf_write(dialog_input_result)) { in conf_save()
894 if (conf_write(filename)) { in handle_exit()
H A Dnconf.c677 res = conf_write(filename); in do_exit()
1439 res = conf_write(dialog_input_result); in conf_save()
H A Dgconf.c379 if (conf_write(NULL)) in on_save_activate()
406 if (conf_write(filename)) in on_save_as1_activate()
H A Dconf.c848 if (!no_conf_write && conf_write(NULL)) { in main()
H A Dconfdata.c804 int conf_write(const char *name) in conf_write() function
H A Dqconf.cc1507 if (conf_write(configname.toLocal8Bit().constData())) { in saveConfig()
1524 if (conf_write(str.toLocal8Bit().constData())) { in saveConfigAs()
/linux/arch/alpha/kernel/
H A Dcore_t2.c235 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() function
315 conf_write(addr, value << ((where & 3) * 8), type1); in t2_write_config()
H A Dcore_mcpcia.c135 conf_write(unsigned long addr, unsigned int value, unsigned char type1, in conf_write() function
235 conf_write(addr, value, type1, hose); in mcpcia_write_config()