Searched refs:FALSE (Results 51 - 75 of 182) sorted by relevance

12345678

/linux-master/scripts/kconfig/lxdialog/
H A Dchecklist.c213 print_item(list, 0, FALSE);
216 scrollok(list, FALSE);
240 FALSE);
243 scrollok(list, FALSE);
262 print_item(list, choice, FALSE);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dr535.c121 args->flags |= NVDEF(NVOS04, FLAGS, VPR, FALSE);
122 args->flags |= NVDEF(NVOS04, FLAGS, CHANNEL_SKIP_MAP_REFCOUNTING, FALSE);
125 args->flags |= NVDEF(NVOS04, FLAGS, PRIVILEGED_CHANNEL, FALSE);
128 args->flags |= NVDEF(NVOS04, FLAGS, DELAY_CHANNEL_SCHEDULING, FALSE);
129 args->flags |= NVDEF(NVOS04, FLAGS, CHANNEL_DENY_PHYSICAL_MODE_CE, FALSE);
132 args->flags |= NVDEF(NVOS04, FLAGS, CHANNEL_USERD_INDEX_FIXED, FALSE);
136 args->flags |= NVDEF(NVOS04, FLAGS, CHANNEL_DENY_AUTH_LEVEL_PRIV, FALSE);
137 args->flags |= NVDEF(NVOS04, FLAGS, CHANNEL_SKIP_SCRUBBER, FALSE);
138 args->flags |= NVDEF(NVOS04, FLAGS, CHANNEL_CLIENT_MAP_FIFO, FALSE);
139 args->flags |= NVDEF(NVOS04, FLAGS, SET_EVICT_LAST_CE_PREFETCH_CHANNEL, FALSE);
[all...]
/linux-master/drivers/acpi/acpica/
H A Ddbinput.c335 * RETURN: TRUE if command matched, FALSE otherwise
352 return (FALSE);
363 return (FALSE);
735 [command_index].name, FALSE);
842 acpi_gbl_cm_single_step = FALSE;
1251 acpi_gbl_method_executing = FALSE;
1252 acpi_gbl_step_to_next_call = FALSE;
H A Dutmisc.c39 return (FALSE);
49 * RETURN: TRUE if table contains executable AML; FALSE otherwise
70 return (FALSE);
H A Dutstrsuppt.c256 return (FALSE); /* Not a hex string */
300 return (FALSE); /* Not an octal string */
H A Devmisc.c49 return (FALSE);
244 acpi_gbl_events_initialized = FALSE;
H A Dexmisc.c195 * logical_result - TRUE/FALSE result of the operation
213 u8 local_result = FALSE;
253 * logical_result - TRUE/FALSE result of the operation
283 u8 local_result = FALSE;
403 goto cleanup; /* FALSE */
416 goto cleanup; /* FALSE */
H A Devgpeblk.c344 gpe_block->initialized = FALSE;
368 acpi_gbl_all_gpes_initialized = FALSE;
374 walk_info.execute_by_owner_id = FALSE;
470 status = acpi_ev_add_gpe_reference(gpe_event_info, FALSE);
H A Dacapps.h95 #define ACPI_GET_ALL_TABLES FALSE
H A Dutxfinit.c121 acpi_gbl_early_initialization = FALSE;
H A Dtbfadt.c316 NULL, FALSE, TRUE, &acpi_gbl_dsdt_index);
322 NULL, FALSE, TRUE,
329 NULL, FALSE, TRUE,
377 acpi_gbl_reduced_hardware = FALSE;
521 * No override: if acpi_gbl_use32_bit_fadt_addresses is FALSE, and:
H A Dnsnames.c36 name_buffer = acpi_ns_get_normalized_pathname(node, FALSE);
65 size = acpi_ns_build_normalized_path(node, NULL, 0, FALSE);
237 do_no_trailing = FALSE;
H A Devhandler.c110 * RETURN: TRUE if default handler is installed, FALSE otherwise
144 return (FALSE);
264 acpi_ev_detach_region(obj_desc, FALSE);
268 status = acpi_ev_attach_region(handler_obj, obj_desc, FALSE);
H A Dtbdata.c53 return (FALSE);
62 FALSE : TRUE);
227 u8 mapped_table = FALSE;
889 u8 is_loaded = FALSE;
907 * is_loaded - TRUE if table is loaded, FALSE otherwise
911 * DESCRIPTION: Sets the table loaded flag to either TRUE or FALSE.
1070 acpi_tb_set_table_loaded_flag(table_index, FALSE);
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcrc907d.c32 NVDEF(NV907D, HEAD_SET_CRC_CONTROL, EXPECT_BUFFER_COLLAPSE, FALSE) |
33 NVDEF(NV907D, HEAD_SET_CRC_CONTROL, TIMESTAMP_MODE, FALSE) |
/linux-master/tools/power/acpi/tools/acpidump/
H A Dapdump.c24 * RETURN: TRUE if the header appears to be valid. FALSE otherwise
41 return (FALSE);
49 return (FALSE);
62 * RETURN: TRUE if the checksum appears to be valid. FALSE otherwise.
/linux-master/arch/parisc/math-emu/
H A Dfrnd.c42 register boolean inexact = FALSE;
147 register boolean inexact = FALSE;
H A Dfcnvfx.c53 register boolean inexact = FALSE;
150 register boolean inexact = FALSE;
271 register boolean inexact = FALSE;
382 register boolean inexact = FALSE;
H A Dsfsqrt.c47 register boolean guardbit = FALSE, even_exponent;
/linux-master/drivers/net/fddi/skfp/h/
H A Dtargetos.h59 #define FALSE 0 macro
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bo9039.c71 NVDEF(NV9039, LAUNCH_DMA, SRC_INLINE, FALSE) |
H A Dnouveau_boa0b5.c71 NVDEF(NVA0B5, LAUNCH_DMA, REMAP_ENABLE, FALSE) |
/linux-master/drivers/scsi/aic7xxx/
H A Daic7770_osm.c119 ahc_intr_enable(ahc, FALSE);
/linux-master/drivers/net/fddi/skfp/
H A Dpcmplc.c208 phy->timer0_exp = FALSE ; /* clear timer event flag */
254 FALSE ;
364 phy->pc_lem_fail = FALSE ;
378 phy->wc_flag = FALSE ; /* set by SMT */
715 phy->cf_loop = FALSE ;
716 phy->cf_join = FALSE ;
753 phy->cf_loop = FALSE ;
754 phy->cf_join = FALSE ;
756 phy->ls_flag = FALSE ;
974 phy->tr_flag = FALSE ;
[all...]
/linux-master/drivers/scsi/
H A Dnsp32.c366 int mode = FALSE;
471 return FALSE;
483 return FALSE;
779 status = FALSE;
787 status = FALSE;
837 return FALSE;
840 return FALSE;
871 return FALSE;
878 return FALSE;
891 return FALSE;
[all...]

Completed in 237 milliseconds

12345678