Searched refs:FALSE (Results 126 - 150 of 182) sorted by relevance

12345678

/linux-master/arch/parisc/math-emu/
H A Ddfadd.c47 register boolean inexact = FALSE;
197 /* inexact = FALSE */
249 /* inexact = FALSE */
413 /* inexact = FALSE */
H A Dsfsub.c47 register boolean inexact = FALSE, underflowtrap;
198 /* inexact = FALSE */
248 /* inexact = FALSE */
411 /* inexact = FALSE */
H A Dsfadd.c48 register boolean inexact = FALSE;
408 /* inexact = FALSE; */
H A Ddecode_exc.c213 else inexact = FALSE;
/linux-master/drivers/acpi/acpica/
H A Dexconvrt.c312 supress_zeros = FALSE;
H A Drsaddr.c264 * RETURN: TRUE if the resource_type field is OK, FALSE otherwise
286 return (FALSE);
H A Ddspkginit.c64 u8 module_level_code = FALSE;
H A Dtbutils.c327 NULL, FALSE, TRUE,
H A Dexfldio.c279 * RETURN: TRUE if value overflows the field, FALSE otherwise
298 return (FALSE);
316 return (FALSE);
H A Devxface.c849 FALSE, address, context);
974 (void)acpi_ev_add_gpe_reference(gpe_event_info, FALSE);
H A Devgpe.c600 gpe_event_info->disable_for_dispatch = FALSE;
H A Drscalc.c795 name_found = FALSE;
H A Dnsutils.c139 info->fully_qualified = FALSE;
H A Dnsxfname.c155 ACPI_FULL_PATHNAME ? FALSE :
H A Ddsobject.c126 obj_desc->reference.resolved = FALSE;
H A Dexoparg2.c470 u8 logical_result = FALSE;
536 * Default is FALSE (zero)
/linux-master/drivers/acpi/
H A Dosi.c80 acpi_gbl_create_osi_method = FALSE;
161 * Linux-2.6.23 onward we respond FALSE.
164 * complain on the console when it sees it, and return FALSE. To get Linux
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c735 ahc_intr_enable(ahc, FALSE);
800 error = ahc_reset(ahc, /*reinit*/FALSE);
1072 enable = FALSE;
1073 pcheck = FALSE;
1074 fast = FALSE;
1075 large = FALSE;
1382 have_autoterm = FALSE;
H A Daic79xx_core.c1003 ahd_run_tqinfifo(ahd, /*paused*/FALSE);
2443 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/FALSE);
2700 silent = FALSE;
2712 if (silent == FALSE) {
2723 if (silent == FALSE) {
2800 if (silent == FALSE)
2815 if (silent == FALSE)
2958 if (SCB_IS_SILENT(scb) == FALSE) {
3101 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, EXTENDED_PPR, FALSE)
3154 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, EXTENDED_WDTR, FALSE)
[all...]
H A Daic7xxx.h60 #ifndef FALSE
61 #define FALSE 0 macro
H A Daic79xx_osm_pci.c113 ahd_intr_enable(ahd, FALSE);
H A Daic7xxx_osm_pci.c152 ahc_intr_enable(ahc, FALSE);
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead507d.c359 NVDEF(NV507D, HEAD_SET_PIXEL_CLOCK, ADJ1000DIV1001, FALSE) |
360 NVDEF(NV507D, HEAD_SET_PIXEL_CLOCK, NOT_DRIVER, FALSE),
/linux-master/scripts/kconfig/lxdialog/
H A Dutil.c517 * keypad(FALSE) turn off ncurses support for escape sequences - and that's
527 keypad(win, FALSE);
533 nodelay(win, FALSE);
/linux-master/drivers/net/fddi/skfp/
H A Dsmt.c174 smc->mib.m[MAC0].fddiMACUNDA_Flag = FALSE ;
400 smc->mib.m[MAC0].fddiMACUNDA_Flag = FALSE ;
402 * Make sure the fddiMACUNDA_Flag = FALSE is
603 TRUE : FALSE ;
654 smc->mib.m[MAC0].fddiMACDA_Flag = FALSE ;
1915 smc->mib.fddiSMTRemoteDisconnectFlag = FALSE ;

Completed in 244 milliseconds

12345678