/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | gconf.c | 423 return FALSE; in on_window1_delete_event() 447 return FALSE; in on_window1_delete_event() 449 return FALSE; in on_window1_delete_event() 457 return FALSE; in on_window1_delete_event() 901 return FALSE; in on_treeview2_button_press_event() 904 return FALSE; in on_treeview2_button_press_event() 932 return FALSE; in on_treeview2_button_press_event() 949 return FALSE; in on_treeview2_key_press_event() 976 return FALSE; in on_treeview2_key_press_event() 1032 return FALSE; in on_treeview1_button_press_event() [all …]
|
A D | qconf.cc | 1200 searchButton->setAutoDefault(FALSE); in ConfigSearchWindow() 1327 backAction->setEnabled(FALSE); in ConfigMainWindow() 1515 backAction->setEnabled(FALSE); in changeMenu() 1584 backAction->setEnabled(FALSE); in goBack() 1633 configList->setAllOpen(FALSE); in showFullView()
|
A D | nconf.c | 1517 notimeout(stdscr, FALSE); in main() 1540 if (has_key(KEY_F(1)) == FALSE) { in main()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | menubox.c | 176 scrollok(win, FALSE); in do_scroll() 312 print_item(scroll + choice, choice, FALSE); in dialog_menu() 319 print_item(scroll, 0, FALSE); in dialog_menu() 324 print_item(scroll+choice, choice, FALSE); in dialog_menu() 332 max_choice - 1, FALSE); in dialog_menu() 341 print_item(scroll, 0, FALSE); in dialog_menu() 353 max_choice - 1, FALSE); in dialog_menu()
|
A D | checklist.c | 227 print_item(list, 0, FALSE); in dialog_checklist() 230 scrollok(list, FALSE); in dialog_checklist() 254 FALSE); in dialog_checklist() 257 scrollok(list, FALSE); in dialog_checklist() 276 print_item(list, choice, FALSE); in dialog_checklist()
|
A D | util.c | 567 keypad(win, FALSE); in on_key_esc() 573 nodelay(win, FALSE); in on_key_esc()
|
/xen-4.10.0-shim-comet/xen/include/acpi/ |
A D | actypes.h | 265 #ifdef FALSE 266 #undef FALSE 268 #define FALSE (1 == 0) macro
|
A D | acconfig.h | 90 #define ACPI_CHECKSUM_ABORT FALSE
|
/xen-4.10.0-shim-comet/xen/include/efi/ |
A D | efidef.h | 29 #define FALSE ((BOOLEAN) 0) 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]) 41 # otherwise shell commands ACTION-IF-FALSE are run. The environment 174 dnl # Execute ACTION-IF-TRUE / ACTION-IF-FALSE.
|
/xen-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | xentop.c | 620 return -compare(tot_net_bytes(domain1, FALSE), in compare_net_tx() 621 tot_net_bytes(domain2, FALSE)); in compare_net_tx() 627 print("%*llu", fields[FIELD_NET_TX-1].default_width, tot_net_bytes(domain, FALSE)/1024); in print_net_tx() 832 length = INT_FIELD_WIDTH((tot_net_bytes(domain, FALSE)/1024) + 1); in adjust_field_widths()
|
/xen-4.10.0-shim-comet/xen/drivers/acpi/tables/ |
A D | tbfadt.c | 253 acpi_gbl_reduced_hardware = FALSE; in acpi_tb_create_local_fadt()
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | tcg.h | 48 #define FALSE 0x00 macro 729 #define TPM_AUTH_SESSION_INIT { .AuthHandle = 0, .fContinueAuthSession = FALSE }
|
A D | tpm2_types.h | 15 #ifndef FALSE 16 #define FALSE 0 macro
|
A D | tpm.c | 214 if(status != TPM_SUCCESS || auth->fContinueAuthSession == FALSE) {\ 352 auth->fContinueAuthSession = FALSE; in TPM_OSAP()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | kexec.c | 36 bool_t kexecing = FALSE;
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | io_apic.c | 503 entry = __ioapic_read_entry(apic, pin, FALSE); in clear_IO_APIC_pin() 513 __ioapic_write_entry(apic, pin, FALSE, entry); in clear_IO_APIC_pin()
|