Searched refs:TRUE (Results 126 - 150 of 220) sorted by relevance

123456789

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DWAVInputSource.cpp86 m_bIsValid = TRUE;
120 m_bIsValid = TRUE;
H A DStdLibFileIO.cpp130 m_bReadOnly = TRUE; // ReadOnly
147 m_bReadOnly = TRUE;
H A DMACLib.cpp73 pAPEInfo = new CAPEInfo(&nErrorCode, APELink.GetImageFilename(), new CAPETag(pFilename, TRUE));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddspkginit.c225 ModuleLevelCode = TRUE;
588 * To disable these errors, set this global to TRUE:
642 Element->Reference.Resolved = TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devrgnini.c482 * RETURN: TRUE if device is a PCI/PCI-Express Root Bridge
513 return (TRUE);
531 return (TRUE);
H A Devxfgpe.c212 AcpiGbl_AllGpesInitialized = TRUE;
270 Status = AcpiEvAddGpeReference (GpeEventInfo, TRUE);
407 GpeEventInfo->DisableForDispatch = TRUE;
1076 * DESCRIPTION: Check the status bits of all enabled GPEs and return TRUE if any
H A Devgpeinit.c367 WalkInfo.ExecuteByOwnerId = TRUE;
420 * per-OwnerId evaluation if ExecuteByOwnerId is TRUE in the
429 * If WalkInfo->ExecuteByOwnerId is TRUE, we only execute examine GPE methods
H A Devmisc.c174 * RETURN: TRUE if notifies allowed on this object
195 return (TRUE);
H A Devgpeblk.c658 *IsPollingNeeded = TRUE;
673 GpeBlock->Initialized = TRUE;
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDspCommObject.h657 BOOL m_bHasASIC; // Set TRUE if card has an ASIC
658 BOOL m_bASICLoaded; // Set TRUE when ASIC loaded
662 BOOL m_bBadBoard; // Set TRUE if DSP won't load
716 virtual BOOL LoadASIC() { return TRUE; }
1104 return( ( GetFlags() & DSP_FLAG_PROFESSIONAL_SPDIF ) ? TRUE : FALSE );
1124 return( ( GetFlags() & DSP_FLAG_SPDIF_NONAUDIO ) ? TRUE : FALSE );
1146 BOOL fImmediate = TRUE
1168 BOOL fImmediate = TRUE
H A DCLayla24.cpp202 SetProfessionalSpdif( TRUE );
/haiku/src/bin/unzip/
H A Dprocess.c590 maybe_exe = TRUE; /* find unzip, not unzip.zip; etc. */
668 G.no_ecrec = TRUE; /* assume we found wrong file: e.g., */
700 too_weird_to_continue = TRUE;
712 too_weird_to_continue = TRUE;
918 found = TRUE;
948 found = TRUE;
978 found = TRUE;
1149 G.pInfo->vollabel = TRUE;
1343 have_new_type_eb = TRUE;
1487 have_new_type_eb = TRUE;
[all...]
H A Dcrypt.c403 GLOBAL(pInfo->encrypted) = TRUE;
413 GLOBAL(nopwd) = TRUE; /* inhibit password prompting! */
447 GLOBAL(nopwd) = TRUE; /* inhibit any further PW prompt! */
H A Dcryptf.c406 GLOBAL(pInfo->encrypted) = TRUE;
416 GLOBAL(nopwd) = TRUE; /* inhibit password prompting! */
450 GLOBAL(nopwd) = TRUE; /* inhibit any further PW prompt! */
/haiku/src/add-ons/kernel/generic/mpu401/
H A Dmpu401.c87 mpu_device.V2 = TRUE;
139 if (mpu_device->V2 == TRUE)
392 return TRUE; //B_INVOKE_SCHEDULER
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbdata.c181 * RETURN: TRUE if both tables are identical.
213 FALSE : TRUE);
411 MappedTable = TRUE;
1158 * IsLoaded - TRUE if table is loaded, FALSE otherwise
1162 * DESCRIPTION: Sets the table loaded flag to either TRUE or FALSE.
1286 Status = AcpiTbInstallStandardTable (Address, Flags, Table, TRUE,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dxattrs.c381 duplicated = TRUE;
426 notfound = TRUE;
433 notfound = TRUE;
439 user_efs = TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacparser.h226 #define ACPI_POSSIBLE_METHOD_CALL TRUE
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwsleep.c456 AcpiGbl_SystemAwakeAndRunning = TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnseval.c249 Info->FullPathname = AcpiNsGetNormalizedPathname (Info->Node, TRUE);
H A Dnssearch.c223 ScopeName = AcpiNsGetNormalizedPathname (ParentNode, TRUE);
H A Dnsinit.c386 AcpiGbl_TruncateIoAddresses = TRUE;
854 char *ScopeName = AcpiNsGetNormalizedPathname (DeviceNode, TRUE);
H A Dnsutils.c201 Status = AcpiNsHandleToPathname (Node, &Buffer, TRUE);
316 Info->FullyQualified = TRUE;
/haiku/headers/os/support/
H A DSupportDefs.h250 #ifndef TRUE
251 # define TRUE 1 macro
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexoparg2.c697 LogicalResult = TRUE; /* TRUE = Acquire timed out */
708 LogicalResult = TRUE; /* TRUE, Wait timed out */
725 * Set return value to according to LogicalResult. logical TRUE (all ones)

Completed in 111 milliseconds

123456789