/xen/xen/tools/kconfig/lxdialog/ |
A D | checklist.c | 136 keypad(dialog, TRUE); in dialog_checklist() 160 keypad(list, TRUE); in dialog_checklist() 215 scrollok(list, TRUE); in dialog_checklist() 221 print_item(list, 0, TRUE); in dialog_checklist() 242 scrollok(list, TRUE); in dialog_checklist() 248 print_item(list, max_choice - 1, TRUE); in dialog_checklist() 267 print_item(list, choice, TRUE); in dialog_checklist()
|
A D | menubox.c | 161 scrollok(win, TRUE); in do_scroll() 199 keypad(dialog, TRUE); in dialog_menu() 223 keypad(menu, TRUE); in dialog_menu() 324 scrollok(menu, TRUE); in dialog_menu() 349 print_item(scroll + choice, choice, TRUE); in dialog_menu()
|
A D | textbox.c | 94 keypad(dialog, TRUE); in dialog_textbox() 103 keypad(box, TRUE); in dialog_textbox() 119 print_button(dialog, " Exit ", height - 2, width / 2 - 4, TRUE); in dialog_textbox()
|
A D | yesno.c | 47 keypad(dialog, TRUE); in dialog_yesno()
|
A D | util.c | 320 keypad(stdscr, TRUE); in init_dialog() 553 nodelay(win, TRUE); in on_key_esc() 561 keypad(win, TRUE); in on_key_esc()
|
A D | inputbox.c | 58 keypad(dialog, TRUE); in dialog_inputbox()
|
/xen/xen/tools/kconfig/ |
A D | gconf.c | 35 static gboolean show_name = TRUE; 36 static gboolean show_range = TRUE; 37 static gboolean show_value = TRUE; 230 gtk_tree_view_set_rules_hint(view, TRUE); in init_left_tree() 273 gtk_tree_view_set_rules_hint(view, TRUE); in init_right_tree() 452 return TRUE; in on_window1_delete_event() 955 return TRUE; in on_treeview2_key_press_event() 1078 row[COL_BTNVIS] = GINT_TO_POINTER(TRUE); in fill_row() 1107 row[COL_BTNRAD] = GINT_TO_POINTER(TRUE); in fill_row() 1151 row[COL_EDIT] = GINT_TO_POINTER(TRUE); in fill_row() [all …]
|
A D | nconf.gui.c | 290 keypad(win, TRUE); in btn_dialog() 406 keypad(form_win, TRUE); in dialog_inputbox() 592 keypad(win, TRUE); in show_scroll_win()
|
A D | nconf.c | 981 keypad(menu_window, TRUE); in show_menu() 1092 keypad((menu_win(curses_menu)), TRUE); in conf() 1466 keypad(main_window, TRUE); in setup_windows() 1500 keypad(stdscr, TRUE); in main()
|
/xen/xen/include/efi/ |
A D | efidef.h | 27 #ifndef TRUE 28 #define TRUE ((BOOLEAN) 1) macro
|
/xen/xen/include/acpi/ |
A D | actypes.h | 270 #ifdef TRUE 271 #undef TRUE 273 #define TRUE (1 == 1) macro
|
/xen/m4/ |
A D | ax_compare_version.m4 | 9 # AX_COMPARE_VERSION(VERSION_A, OP, VERSION_B, [ACTION-IF-TRUE], [ACTION-IF-FALSE]) 40 # When the condition is true, shell commands ACTION-IF-TRUE are run, 174 dnl # Execute ACTION-IF-TRUE / ACTION-IF-FALSE.
|
/xen/xen/include/asm-arm/arm64/ |
A D | efibind.h | 110 #define BREAKPOINT() while (TRUE); // Make it hang on Bios[Dbg]32
|
/xen/tools/xenstat/xentop/ |
A D | xentop.c | 630 return -compare(tot_net_bytes(domain1, TRUE), in compare_net_rx() 631 tot_net_bytes(domain2, TRUE)); in compare_net_rx() 637 print("%*llu", fields[FIELD_NET_RX-1].default_width, tot_net_bytes(domain, TRUE)/1024); in print_net_rx() 908 length = INT_FIELD_WIDTH((tot_net_bytes(domain, TRUE)/1024) + 1); in adjust_field_widths() 1304 keypad(stdscr, TRUE); in main()
|
/xen/xen/include/asm-x86/x86_64/ |
A D | efibind.h | 130 #define BREAKPOINT() while (TRUE); // Make it hang on Bios[Dbg]32
|
/xen/xen/drivers/acpi/tables/ |
A D | tbfadt.c | 255 acpi_gbl_reduced_hardware = TRUE; in acpi_tb_create_local_fadt()
|
/xen/xen/arch/x86/ |
A D | io_apic.c | 290 vector = __ioapic_read_entry(apic, pin, TRUE).vector; in __io_apic_eoi() 301 entry = __ioapic_read_entry(apic, pin, TRUE); in __io_apic_eoi() 308 __ioapic_write_entry(apic, pin, TRUE, entry); in __io_apic_eoi() 314 __ioapic_write_entry(apic, pin, TRUE, entry); in __io_apic_eoi() 316 __ioapic_write_entry(apic, pin, TRUE, entry); in __io_apic_eoi() 322 __ioapic_write_entry(apic, pin, TRUE, entry); in __io_apic_eoi()
|
/xen/stubdom/vtpmmgr/ |
A D | tpm2_types.h | 12 #ifndef TRUE 13 #define TRUE 1 macro
|
A D | tcg.h | 47 #define TRUE 0x01 macro
|
A D | tpm.c | 310 auth->fContinueAuthSession = TRUE; in TPM_OIAP()
|
/xen/xen/drivers/passthrough/vtd/ |
A D | utils.c | 284 __ioapic_read_entry(apic, i, TRUE); in vtd_dump_iommu_info()
|
/xen/xen/common/ |
A D | kexec.c | 383 kexecing = TRUE; in kexec_crash() 399 kexecing = TRUE; in kexec_reboot()
|