/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | checklist.c | 149 keypad(dialog, TRUE); in dialog_checklist() 173 keypad(list, TRUE); in dialog_checklist() 228 scrollok(list, TRUE); in dialog_checklist() 234 print_item(list, 0, TRUE); in dialog_checklist() 255 scrollok(list, TRUE); in dialog_checklist() 261 print_item(list, max_choice - 1, TRUE); in dialog_checklist() 280 print_item(list, choice, TRUE); in dialog_checklist()
|
A D | menubox.c | 174 scrollok(win, TRUE); in do_scroll() 212 keypad(dialog, TRUE); in dialog_menu() 236 keypad(menu, TRUE); in dialog_menu() 337 scrollok(menu, TRUE); in dialog_menu() 362 print_item(scroll + choice, choice, TRUE); in dialog_menu()
|
A D | textbox.c | 107 keypad(dialog, TRUE); in dialog_textbox() 116 keypad(box, TRUE); in dialog_textbox() 132 print_button(dialog, gettext(" Exit "), height - 2, width / 2 - 4, TRUE); in dialog_textbox()
|
A D | yesno.c | 60 keypad(dialog, TRUE); in dialog_yesno()
|
A D | util.c | 333 keypad(stdscr, TRUE); in init_dialog() 566 nodelay(win, TRUE); in on_key_esc() 574 keypad(win, TRUE); in on_key_esc()
|
A D | inputbox.c | 71 keypad(dialog, TRUE); in dialog_inputbox()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | gconf.c | 38 static gboolean show_name = TRUE; 39 static gboolean show_range = TRUE; 40 static gboolean show_value = TRUE; 232 gtk_tree_view_set_rules_hint(view, TRUE); in init_left_tree() 275 gtk_tree_view_set_rules_hint(view, TRUE); in init_right_tree() 454 return TRUE; in on_window1_delete_event() 956 return TRUE; in on_treeview2_key_press_event() 1079 row[COL_BTNVIS] = GINT_TO_POINTER(TRUE); in fill_row() 1108 row[COL_BTNRAD] = GINT_TO_POINTER(TRUE); in fill_row() 1152 row[COL_EDIT] = GINT_TO_POINTER(TRUE); in fill_row() [all …]
|
A D | qconf.cc | 221 setRenameEnabled(i, TRUE); in updateMenu() 277 setOpen(TRUE); in init() 347 setRootIsDecorated(TRUE); in ConfigList() 509 item->setOpen(TRUE); in setValue() 541 item->setOpen(TRUE); in changeValue() 821 setSelected(item, TRUE); in focusInEvent() 1365 optGroup->setExclusive(TRUE); in ConfigMainWindow() 1517 backAction->setEnabled(TRUE); in changeMenu() 1604 configList->setAllOpen(TRUE); in showSingleView() 1615 configList->setAllOpen(TRUE); in showSplitView() [all …]
|
A D | nconf.gui.c | 290 keypad(win, TRUE); in btn_dialog() 399 keypad(form_win, TRUE); in dialog_inputbox() 584 keypad(win, TRUE); in show_scroll_win()
|
A D | nconf.c | 979 keypad(menu_window, TRUE); in show_menu() 1090 keypad((menu_win(curses_menu)), TRUE); in conf() 1468 keypad(main_window, TRUE); in setup_windows() 1506 keypad(stdscr, TRUE); in main()
|
/xen-4.10.0-shim-comet/xen/include/efi/ |
A D | efidef.h | 27 #ifndef TRUE 28 #define TRUE ((BOOLEAN) 1) macro
|
/xen-4.10.0-shim-comet/xen/include/acpi/ |
A D | actypes.h | 270 #ifdef TRUE 271 #undef TRUE 273 #define TRUE (1 == 1) macro
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | xentop.c | 634 return -compare(tot_net_bytes(domain1, TRUE), in compare_net_rx() 635 tot_net_bytes(domain2, TRUE)); in compare_net_rx() 641 print("%*llu", fields[FIELD_NET_RX-1].default_width, tot_net_bytes(domain, TRUE)/1024); in print_net_rx() 836 length = INT_FIELD_WIDTH((tot_net_bytes(domain, TRUE)/1024) + 1); in adjust_field_widths() 1253 keypad(stdscr, TRUE); in main()
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/ |
A D | efibind.h | 110 #define BREAKPOINT() while (TRUE); // Make it hang on Bios[Dbg]32
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | io_apic.c | 288 vector = __ioapic_read_entry(apic, pin, TRUE).vector; in __io_apic_eoi() 299 entry = __ioapic_read_entry(apic, pin, TRUE); in __io_apic_eoi() 306 __ioapic_write_entry(apic, pin, TRUE, entry); in __io_apic_eoi() 312 __ioapic_write_entry(apic, pin, TRUE, entry); in __io_apic_eoi() 314 __ioapic_write_entry(apic, pin, TRUE, entry); in __io_apic_eoi() 320 __ioapic_write_entry(apic, pin, TRUE, entry); in __io_apic_eoi() 515 entry = __ioapic_read_entry(apic, pin, TRUE); in clear_IO_APIC_pin() 521 __ioapic_write_entry(apic, pin, TRUE, entry); in clear_IO_APIC_pin() 531 __ioapic_write_entry(apic, pin, TRUE, entry); in clear_IO_APIC_pin() 533 entry = __ioapic_read_entry(apic, pin, TRUE); in clear_IO_APIC_pin()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/ |
A D | efibind.h | 130 #define BREAKPOINT() while (TRUE); // Make it hang on Bios[Dbg]32
|
/xen-4.10.0-shim-comet/xen/drivers/acpi/tables/ |
A D | tbfadt.c | 255 acpi_gbl_reduced_hardware = TRUE; in acpi_tb_create_local_fadt()
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | utils.c | 284 __ioapic_read_entry(apic, i, TRUE); in vtd_dump_iommu_info()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | kexec.c | 382 kexecing = TRUE; in kexec_crash() 398 kexecing = TRUE; in kexec_reboot()
|