Searched refs:conf_write (Results 1 – 10 of 10) sorted by relevance
| /linux/scripts/kconfig/ |
| A D | lkc_proto.h | 12 int conf_write(const char *name);
|
| A D | mconf.c | 738 if (!conf_write(dialog_input_result)) { in conf_save() 893 if (conf_write(filename)) { in handle_exit()
|
| A D | nconf.c | 674 res = conf_write(filename); in do_exit() 1436 res = conf_write(dialog_input_result); in conf_save()
|
| A D | conf.c | 845 if (!no_conf_write && conf_write(NULL)) { in main()
|
| A D | gconf.c | 489 if (conf_write(NULL)) in on_save_activate() 503 if (conf_write(fn)) in store_filename()
|
| A D | confdata.c | 795 int conf_write(const char *name) in conf_write() function
|
| A D | qconf.cc | 1552 if (conf_write(configname)) { in saveConfig() 1574 if (conf_write(name)) { in saveConfigAs()
|
| /linux/arch/alpha/kernel/ |
| A D | core_t2.c | 235 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()
|
| A D | core_mcpcia.c | 135 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()
|
| A D | core_cia.c | 161 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() function 240 conf_write(addr, value << ((where & 3) * 8), type1); in cia_write_config()
|
Completed in 25 milliseconds