/linux/scripts/kconfig/ |
H A D | mconf.c | 478 const char *prompt = menu_get_prompt(menu); in build_conf() local 600 const char *prompt = menu_get_prompt(menu); in conf_choice() local 661 const char *prompt = menu_get_prompt(menu); in conf_string() local 756 const char *prompt = menu_get_prompt(menu); in conf() local
|
H A D | nconf.c | 775 const char *prompt = menu_get_prompt(menu); in build_conf() local 932 static void show_menu(const char *prompt, const char *instructions, in show_menu() 1231 const char *prompt = menu_get_prompt(menu); in conf_choice() local 1350 const char *prompt = menu_get_prompt(menu); in conf_string() local
|
H A D | conf.c | 521 const char *prompt; in conf() local
|
H A D | menu.c | 178 struct property *menu_add_prompt(enum prop_type type, const char *prompt, in menu_add_prompt()
|
H A D | nconf.gui.c | 319 const char *title, const char *prompt, in dialog_inputbox()
|
H A D | expr.h | 241 struct property *prompt; member
|
H A D | gconf.c | 334 const char *prompt = menu_get_prompt(menu); in text_insert_help() local
|
/linux/kernel/debug/kdb/ |
H A D | kdb_io.c | 207 static void kdb_position_cursor(char *prompt, char *buffer, char *cp) in kdb_position_cursor() 452 char *kdb_getstr(char *buffer, size_t bufsize, const char *prompt) in kdb_getstr()
|
/linux/scripts/kconfig/lxdialog/ |
H A D | yesno.c | 29 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
H A D | inputbox.c | 31 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
H A D | checklist.c | 104 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
|
H A D | menubox.c | 163 int dialog_menu(const char *title, const char *prompt, in dialog_menu()
|
H A D | util.c | 342 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap()
|
/linux/drivers/net/wireless/marvell/libertas_tf/ |
H A D | deb_defs.h | 89 static inline void lbtf_deb_hex(unsigned int grp, const char *prompt, u8 *buf, int len) in lbtf_deb_hex() 101 #define lbtf_deb_hex(grp, prompt, buf, len) do {} while (0) argument
|
/linux/drivers/net/wireless/marvell/libertas/ |
H A D | defs.h | 84 static inline void lbs_deb_hex(unsigned int grp, const char *prompt, in lbs_deb_hex() 106 #define lbs_deb_hex(grp,prompt,buf,len) do {} while (0) argument
|
/linux/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_core.c | 82 void pcan_dump_mem(const char *prompt, const void *p, int l) in pcan_dump_mem()
|