Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 25 of 195) sorted by relevance

12345678

/Linux-v4.19/drivers/net/fddi/skfp/
Drmt.c128 smc->mib.m[MAC0].fddiMACMA_UnitdataAvailable = FALSE ; in rmt_init()
129 smc->r.sm_ma_avail = FALSE ; in rmt_init()
188 smc->mib.m[MAC0].fddiMACMA_UnitdataAvailable = FALSE ; in rmt_fsm()
189 smc->r.loop_avail = FALSE ; in rmt_fsm()
190 smc->r.sm_ma_avail = FALSE ; in rmt_fsm()
216 smc->r.sm_ma_avail = FALSE ; in rmt_fsm()
229 smc->r.bn_flag = FALSE ; in rmt_fsm()
239 smc->r.no_flag = FALSE ; in rmt_fsm()
247 smc->mib.m[MAC0].fddiMACMA_UnitdataAvailable = FALSE ; in rmt_fsm()
259 smc->mib.m[MAC0].fddiMACMA_UnitdataAvailable = FALSE ; in rmt_fsm()
[all …]
Dsrf.c80 static u_char fail_safe = FALSE ; in smt_init_evc()
226 *evc->evc_cond_state = FALSE ; in smt_srf_event()
236 *evc->evc_multiple = FALSE ; in smt_srf_event()
339 evc->evc_rep_required = FALSE ; in clear_all_rep()
341 *evc->evc_cond_state = FALSE ; in clear_all_rep()
343 smc->srf.any_report = FALSE ; in clear_all_rep()
351 smc->srf.any_report = FALSE ; in clear_reported()
354 if (*evc->evc_cond_state == FALSE) in clear_reported()
355 evc->evc_rep_required = FALSE ; in clear_reported()
360 evc->evc_rep_required = FALSE ; in clear_reported()
[all …]
Dcfm.c126 phy->wc_flag = FALSE ; in selection_criteria()
132 phy->wc_flag = FALSE ; in selection_criteria()
135 phy->wc_flag = FALSE ; in selection_criteria()
138 phy->wc_flag = FALSE ; in selection_criteria()
244 cond = FALSE ; in cfm()
293 smc->r.rm_loop = FALSE ; in cfm_fsm()
294 smc->r.rm_join = FALSE ; in cfm_fsm()
329 smc->r.rm_join = FALSE ; in cfm_fsm()
334 smc->r.rm_loop = FALSE ; in cfm_fsm()
394 smc->r.rm_join = FALSE ; in cfm_fsm()
[all …]
/Linux-v4.19/drivers/acpi/acpica/
Devglock.c57 acpi_gbl_global_lock_present = FALSE; in acpi_ev_init_global_lock_handler()
70 acpi_gbl_global_lock_pending = FALSE; in acpi_ev_init_global_lock_handler()
93 acpi_gbl_global_lock_present = FALSE; in acpi_ev_remove_global_lock_handler()
140 acpi_gbl_global_lock_pending = FALSE; in acpi_ev_global_lock_handler()
174 u8 acquired = FALSE; in acpi_ev_acquire_global_lock()
248 acpi_gbl_global_lock_pending = FALSE; in acpi_ev_acquire_global_lock()
268 u8 pending = FALSE; in acpi_ev_release_global_lock()
302 acpi_gbl_global_lock_acquired = FALSE; in acpi_ev_release_global_lock()
Dutinit.c135 acpi_gbl_all_gpes_initialized = FALSE; in acpi_ut_init_globals()
159 acpi_gbl_global_lock_acquired = FALSE; in acpi_ut_init_globals()
161 acpi_gbl_global_lock_present = FALSE; in acpi_ut_init_globals()
166 acpi_gbl_cm_single_step = FALSE; in acpi_ut_init_globals()
167 acpi_gbl_shutdown = FALSE; in acpi_ut_init_globals()
178 acpi_gbl_events_initialized = FALSE; in acpi_ut_init_globals()
204 acpi_gbl_display_final_mem_stats = FALSE; in acpi_ut_init_globals()
205 acpi_gbl_disable_mem_tracking = FALSE; in acpi_ut_init_globals()
Ddbxface.c152 acpi_gbl_abort_method = FALSE; in acpi_db_single_step()
169 acpi_gbl_step_to_next_call = FALSE; in acpi_db_single_step()
180 acpi_gbl_step_to_next_call = FALSE; in acpi_db_single_step()
324 acpi_gbl_step_to_next_call = FALSE; in acpi_db_single_step()
335 acpi_gbl_cm_single_step = FALSE; in acpi_db_single_step()
375 acpi_gbl_db_output_to_file = FALSE; in acpi_initialize_debugger()
381 acpi_gbl_db_opt_no_ini_methods = FALSE; in acpi_initialize_debugger()
397 acpi_gbl_db_terminate_loop = FALSE; in acpi_initialize_debugger()
416 acpi_gbl_db_threads_terminated = FALSE; in acpi_initialize_debugger()
Dexoparg6.c96 return (FALSE); in acpi_ex_do_match()
109 return (FALSE); in acpi_ex_do_match()
123 return (FALSE); in acpi_ex_do_match()
136 return (FALSE); in acpi_ex_do_match()
150 return (FALSE); in acpi_ex_do_match()
158 return (FALSE); in acpi_ex_do_match()
Dextrace.c46 return (FALSE); in acpi_ex_interpreter_trace_enabled()
66 return (FALSE); in acpi_ex_interpreter_trace_enabled()
71 return (FALSE); in acpi_ex_interpreter_trace_enabled()
171 u8 enabled = FALSE; in acpi_ex_start_trace_method()
239 ACPI_TRACE_POINT(ACPI_TRACE_AML_METHOD, FALSE, in acpi_ex_stop_trace_method()
315 ACPI_TRACE_POINT(ACPI_TRACE_AML_OPCODE, FALSE, in acpi_ex_stop_trace_opcode()
Dacglobal.h134 ACPI_INIT_GLOBAL(u8, acpi_gbl_namespace_initialized, FALSE);
214 ACPI_INIT_GLOBAL(u8, acpi_gbl_capture_comments, FALSE);
277 ACPI_INIT_GLOBAL(u8, acpi_gbl_no_resource_disassembly, FALSE);
278 ACPI_INIT_GLOBAL(u8, acpi_gbl_ignore_noop_operator, FALSE);
280 ACPI_INIT_GLOBAL(u8, acpi_gbl_force_aml_disassembly, FALSE);
282 ACPI_INIT_GLOBAL(u8, acpi_gbl_dm_emit_external_opcodes, FALSE);
295 ACPI_INIT_GLOBAL(u8, acpi_gbl_abort_method, FALSE);
332 ACPI_INIT_GLOBAL(u8, acpi_gbl_disasm_flag, FALSE);
379 ACPI_INIT_GLOBAL(u8, acpi_gbl_debug_asl_conversion, FALSE);
387 ACPI_INIT_GLOBAL(u8, acpi_gbl_debug_timeout, FALSE);
Dutnonansi.c136 return (FALSE); in acpi_ut_safe_strcpy()
147 return (FALSE); in acpi_ut_safe_strcat()
164 return (FALSE); in acpi_ut_safe_strncat()
/Linux-v4.19/arch/parisc/math-emu/
Dfcnvfu.c67 register boolean inexact = FALSE; in sgl_to_sgl_fcnvfu()
147 inexact = FALSE; in sgl_to_sgl_fcnvfu()
159 inexact = FALSE; in sgl_to_sgl_fcnvfu()
188 register boolean inexact = FALSE; in sgl_to_dbl_fcnvfu()
268 inexact = FALSE; in sgl_to_dbl_fcnvfu()
281 inexact = FALSE; in sgl_to_dbl_fcnvfu()
306 register boolean inexact = FALSE; in dbl_to_sgl_fcnvfu()
393 inexact = FALSE; in dbl_to_sgl_fcnvfu()
405 inexact = FALSE; in dbl_to_sgl_fcnvfu()
429 register boolean inexact = FALSE; in dbl_to_dbl_fcnvfu()
[all …]
Dsfmpy.c58 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in sgl_fmpy()
317 is_tiny = FALSE; in sgl_fmpy()
325 is_tiny = FALSE; in sgl_fmpy()
334 is_tiny = FALSE; in sgl_fmpy()
Dfcnvff.c149 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_to_sgl_fcnvff()
150 register boolean lsb_odd = FALSE; in dbl_to_sgl_fcnvff()
151 boolean is_tiny = FALSE; in dbl_to_sgl_fcnvff()
Dsfdiv.c55 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in sgl_fdiv()
330 is_tiny = FALSE; in sgl_fdiv()
338 is_tiny = FALSE; in sgl_fdiv()
347 is_tiny = FALSE; in sgl_fdiv()
Ddfmpy.c59 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_fmpy()
331 is_tiny = FALSE; in dbl_fmpy()
339 is_tiny = FALSE; in dbl_fmpy()
348 is_tiny = FALSE; in dbl_fmpy()
Ddfdiv.c56 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_fdiv()
336 is_tiny = FALSE; in dbl_fdiv()
344 is_tiny = FALSE; in dbl_fdiv()
353 is_tiny = FALSE; in dbl_fdiv()
/Linux-v4.19/drivers/isdn/mISDN/
Ddsp_ecdis.h43 #define FALSE 0 macro
44 #define TRUE (!FALSE)
61 det->tone_present = FALSE; in echo_can_disable_detector_init()
100 det->tone_present = FALSE; in echo_can_disable_detector_update()
103 det->tone_present = FALSE; in echo_can_disable_detector_update()
/Linux-v4.19/scripts/kconfig/
Dgconf.c41 static gboolean resizeable = FALSE;
151 gtk_widget_set_sensitive(back_btn, FALSE); in init_main_window()
240 renderer, FALSE); in init_left_tree()
249 renderer, FALSE); in init_left_tree()
283 renderer, FALSE); in init_right_tree()
290 renderer, FALSE); in init_right_tree()
299 renderer, FALSE); in init_right_tree()
423 return FALSE; in on_window1_delete_event()
447 return FALSE; in on_window1_delete_event()
449 return FALSE; in on_window1_delete_event()
[all …]
/Linux-v4.19/tools/power/acpi/tools/acpidump/
Dacpidump.h28 EXTERN u8 INIT_GLOBAL(gbl_summary_mode, FALSE);
29 EXTERN u8 INIT_GLOBAL(gbl_verbose_mode, FALSE);
30 EXTERN u8 INIT_GLOBAL(gbl_binary_mode, FALSE);
32 EXTERN u8 INIT_GLOBAL(gbl_do_not_dump_xsdt, FALSE);
/Linux-v4.19/drivers/media/dvb-frontends/
Dstv0900_sw.c41 int no_signal = FALSE; in stv0900_check_signal_presence()
136 lock = FALSE; in stv0900_search_carr_sw_loop()
181 } while ((lock == FALSE) in stv0900_search_carr_sw_loop()
182 && (no_signal == FALSE) in stv0900_search_carr_sw_loop()
195 int lock = FALSE, in stv0900_sw_algo()
215 zigzag = FALSE; in stv0900_sw_algo()
238 zigzag = FALSE; in stv0900_sw_algo()
277 lock = FALSE; in stv0900_sw_algo()
297 } while ((lock == FALSE) in stv0900_sw_algo()
299 && (no_signal == FALSE)); in stv0900_sw_algo()
[all …]
/Linux-v4.19/include/acpi/
Dacpixf.h104 ACPI_INIT_GLOBAL(u8, acpi_gbl_enable_interpreter_slack, FALSE);
141 ACPI_INIT_GLOBAL(u8, acpi_gbl_enable_aml_debug_object, FALSE);
149 ACPI_INIT_GLOBAL(u8, acpi_gbl_copy_dsdt_locally, FALSE);
157 ACPI_INIT_GLOBAL(u8, acpi_gbl_do_not_use_xsdt, FALSE);
164 ACPI_INIT_GLOBAL(u8, acpi_gbl_group_module_level_code, FALSE);
182 ACPI_INIT_GLOBAL(u8, acpi_gbl_use32_bit_fadt_addresses, FALSE);
199 ACPI_INIT_GLOBAL(u8, acpi_gbl_truncate_io_addresses, FALSE);
205 ACPI_INIT_GLOBAL(u8, acpi_gbl_disable_auto_repair, FALSE);
211 ACPI_INIT_GLOBAL(u8, acpi_gbl_disable_ssdt_table_install, FALSE);
229 ACPI_INIT_GLOBAL(u8, acpi_gbl_reduced_hardware, FALSE);
[all …]
/Linux-v4.19/arch/alpha/kernel/
Dsmc37c669.c940 #ifndef FALSE
941 #define FALSE 0 macro
1142 SMC37c669_config_mode( FALSE ); in SMC37c669_detect()
1174 SMC37c669_config_mode( FALSE ); in SMC37c669_detect()
1228 unsigned int ret_val = FALSE; in SMC37c669_enable_device()
1418 SMC37c669_config_mode( FALSE ); in SMC37c669_enable_device()
1456 unsigned int ret_val = FALSE; in SMC37c669_disable_device()
1622 SMC37c669_config_mode( FALSE ); in SMC37c669_disable_device()
1701 return FALSE; in SMC37c669_configure_device()
1738 unsigned int dev_ok = FALSE; in SMC37c669_is_device_enabled()
[all …]
/Linux-v4.19/drivers/video/fbdev/riva/
Dnv_driver.c74 present = (NV_RD32(PRAMDAC, 0x0608) & (1 << 28)) ? TRUE : FALSE; in riva_is_connected()
133 par->SecondCRTC = FALSE; in riva_is_second()
142 par->SecondCRTC = FALSE; in riva_is_second()
148 par->SecondCRTC = FALSE; in riva_is_second()
150 par->SecondCRTC = FALSE; in riva_is_second()
419 par->riva.flatPanel = (par->FlatPanel > 0) ? TRUE : FALSE; in riva_common_setup()
/Linux-v4.19/drivers/scsi/
Dscsi.h36 #ifndef FALSE
37 #define FALSE 0 macro
Dgdth_proc.c44 found = FALSE; in gdth_set_asc_info()
110 gdth_write_through = FALSE; in gdth_set_asc_info()
231 flag = FALSE; in gdth_show_info()
233 buf = gdth_ioctl_alloc(ha, GDTH_SCRATCH, FALSE, &paddr); in gdth_show_info()
333 flag = FALSE; in gdth_show_info()
335 buf = gdth_ioctl_alloc(ha, GDTH_SCRATCH, FALSE, &paddr); in gdth_show_info()
343 is_mirr = FALSE; in gdth_show_info()
418 flag = FALSE; in gdth_show_info()
420 buf = gdth_ioctl_alloc(ha, GDTH_SCRATCH, FALSE, &paddr); in gdth_show_info()
478 flag = FALSE; in gdth_show_info()
[all …]

12345678