Searched refs:FALSE (Results 1 – 18 of 18) sorted by relevance
/xen/xen/tools/kconfig/ |
A D | gconf.c | 421 return FALSE; in on_window1_delete_event() 445 return FALSE; in on_window1_delete_event() 447 return FALSE; in on_window1_delete_event() 455 return FALSE; in on_window1_delete_event() 900 return FALSE; in on_treeview2_button_press_event() 903 return FALSE; in on_treeview2_button_press_event() 931 return FALSE; in on_treeview2_button_press_event() 948 return FALSE; in on_treeview2_key_press_event() 975 return FALSE; in on_treeview2_key_press_event() 1031 return FALSE; in on_treeview1_button_press_event() [all …]
|
A D | nconf.c | 1511 notimeout(stdscr, FALSE); in main() 1534 if (has_key(KEY_F(1)) == FALSE) { in main()
|
/xen/m4/ |
A D | fetcher.m4 | 3 AC_PATH_PROG([FALSE],[false], [/bin/false]) 11 FETCHER="$FALSE"
|
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/xen/tools/kconfig/lxdialog/ |
A D | menubox.c | 163 scrollok(win, FALSE); in do_scroll() 299 print_item(scroll + choice, choice, FALSE); in dialog_menu() 306 print_item(scroll, 0, FALSE); in dialog_menu() 311 print_item(scroll+choice, choice, FALSE); in dialog_menu() 319 max_choice - 1, FALSE); in dialog_menu() 328 print_item(scroll, 0, FALSE); in dialog_menu() 340 max_choice - 1, FALSE); in dialog_menu()
|
A D | checklist.c | 214 print_item(list, 0, FALSE); in dialog_checklist() 217 scrollok(list, FALSE); in dialog_checklist() 241 FALSE); in dialog_checklist() 244 scrollok(list, FALSE); in dialog_checklist() 263 print_item(list, choice, FALSE); in dialog_checklist()
|
A D | util.c | 554 keypad(win, FALSE); in on_key_esc() 560 nodelay(win, FALSE); in on_key_esc()
|
/xen/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/xen/include/efi/ |
A D | efidef.h | 29 #define FALSE ((BOOLEAN) 0) macro
|
/xen/tools/xenstat/xentop/ |
A D | xentop.c | 616 return -compare(tot_net_bytes(domain1, FALSE), in compare_net_tx() 617 tot_net_bytes(domain2, FALSE)); in compare_net_tx() 623 print("%*llu", fields[FIELD_NET_TX-1].default_width, tot_net_bytes(domain, FALSE)/1024); in print_net_tx() 904 length = INT_FIELD_WIDTH((tot_net_bytes(domain, FALSE)/1024) + 1); in adjust_field_widths()
|
/xen/xen/drivers/acpi/tables/ |
A D | tbfadt.c | 253 acpi_gbl_reduced_hardware = FALSE; in acpi_tb_create_local_fadt()
|
/xen/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/stubdom/ |
A D | configure | 2373 case $FALSE in 2375 ac_cv_path_FALSE="$FALSE" # Let the user override the test with a path. 2397 FALSE=$ac_cv_path_FALSE 2398 if test -n "$FALSE"; then 2399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FALSE" >&5 2400 $as_echo "$FALSE" >&6; } 2460 FETCHER="$FALSE"
|
/xen/xen/common/ |
A D | kexec.c | 37 bool_t kexecing = FALSE;
|
/xen/tools/ |
A D | configure | 8510 case $FALSE in 8512 ac_cv_path_FALSE="$FALSE" # Let the user override the test with a path. 8534 FALSE=$ac_cv_path_FALSE 8535 if test -n "$FALSE"; then 8536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FALSE" >&5 8537 $as_echo "$FALSE" >&6; } 8597 FETCHER="$FALSE"
|
Completed in 52 milliseconds