Searched refs:TRUE (Results 1 - 25 of 220) sorted by last modified time

123456789

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCPipeOutCtrl.cpp155 m_Mutes[wIndex] = TRUE;
171 SetGain(0,0,ECHOGAIN_UPDATE,TRUE);
H A DCEchoGals_transport.cpp919 BOOL fAllReady = TRUE;
H A DCEchoGals_mixer.cpp232 return TRUE;
296 fFound = TRUE;
1901 if ( TRUE == GetDspCommObject()->IsTransportActive() )
1957 m_BusOutLineLevels[0].SetGain(ECHOGAIN_UPDATE,TRUE);
1958 m_PipeOutCtrl.SetGain(0,0,ECHOGAIN_UPDATE,TRUE);
2040 m_PipeOutCtrl.SetGain(wBusOut,wBusOut,ECHOGAIN_UPDATE,TRUE);
H A DCEchoGals.h441 BOOL fCheckHardware = TRUE,
451 BOOL fFreeDuck = TRUE
H A DCEchoGals.cpp232 m_fMixerDisabled = TRUE;
309 fMidiReceived = TRUE;
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp180 open_params.bIsCyclic = TRUE;
182 open_params.Pipe.bIsInput = stream->use == ECHO_USE_RECORD ? TRUE : FALSE;
271 i * stream->blksize, stream->blksize, 0, TRUE, dwNumFreeEntries);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp222 if (checkAndLogFailure(AcpiInitializeTables(NULL, 0, TRUE),
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c4264 txq->ift_closed = TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacutils.h255 #define ACPI_IMPLICIT_CONVERSION TRUE
H A Dactypes.h555 #ifdef TRUE
556 #undef TRUE macro
558 #define TRUE (1 == 1) macro
883 * Note that a set bit (1) indicates the property is TRUE
H A Dacpixf.h236 * interpreter strictly follows the ACPI specification. Setting to TRUE
252 * is TRUE, meaning that all NonSerialized methods are scanned once at
257 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_AutoSerializeMethods, TRUE);
260 * Create the predefined _OSI method in the namespace? Default is TRUE
264 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_CreateOsiMethod, TRUE);
268 * TRUE to use the defaults, if an FADT contains incorrect widths/lengths.
270 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_UseDefaultRegisterWidths, TRUE);
274 * checksum/duplication in early stage before install. Set this to TRUE to
280 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_EnableTableValidation, TRUE);
318 * Default is TRUE, favo
[all...]
H A Dacparser.h226 #define ACPI_POSSIBLE_METHOD_CALL TRUE
H A Dacglobal.h259 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_Shutdown, TRUE);
260 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_EarlyInitialization, TRUE);
425 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_CstyleDisassembly, TRUE);
427 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_DmOpt_Verbose, TRUE);
429 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_DoDisassemblerOptimizations, TRUE);
H A Dacapps.h248 #define ACPI_GET_ONLY_AML_TABLES TRUE
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutstrsuppt.c430 * RETURN: TRUE if a "0x" prefix was found at the start of the string
445 return (TRUE); /* String is past leading 0x */
497 return (TRUE);
H A Dutstring.c328 FoundBadChar = TRUE;
H A Dutobject.c477 * RETURN: TRUE if object is valid, FALSE otherwise
507 return (TRUE);
H A Dutnonansi.c282 * RETURN: TRUE if the operation would overflow the destination buffer.
304 return (TRUE);
320 return (TRUE);
341 return (TRUE);
H A Dutmisc.c167 * RETURN: TRUE if the Id is a match for a PCI/PCI-Express Root Bridge
188 return (TRUE);
202 * RETURN: TRUE if table contains executable AML; FALSE otherwise
223 return (TRUE);
537 Status = AcpiNsHandleToPathname (ObjHandle, &Buffer, TRUE);
H A Dutinit.c332 AcpiGbl_AcpiHardwarePresent = TRUE;
341 AcpiGbl_SystemAwakeAndRunning = TRUE;
428 AcpiGbl_Shutdown = TRUE;
H A Dutdecode.c782 * RETURN: TRUE if valid object type, FALSE otherwise
800 return (TRUE);
H A Dutascii.c164 * RETURN: TRUE if signature is has 4 valid ACPI characters
187 return (TRUE);
198 * RETURN: TRUE if the character is valid, FALSE otherwise
223 return (TRUE);
229 return (TRUE);
H A Dutaddress.c305 * Warn - TRUE if warning on overlap desired
365 Pathname = AcpiNsGetNormalizedPathname (RangeInfo->RegionNode, TRUE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbxfload.c232 AcpiGbl_NamespaceInitialized = TRUE;
H A Dtbxface.c339 AcpiGbl_EnableTableValidation = TRUE;

Completed in 294 milliseconds

123456789