| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | asloptions.c | 231 BadCommandLine = TRUE; in AslCommandLine() 339 AslGbl_DebugFlag = TRUE; in AslDoOptions() 358 AslGbl_DebugFlag = TRUE; in AslDoOptions() 454 AcpiGbl_DisasmFlag = TRUE; in AslDoOptions() 490 AslGbl_IgnoreErrors = TRUE; in AslDoOptions() 512 AslGbl_CompileGeneric = TRUE; in AslDoOptions() 607 AslGbl_ListingFlag = TRUE; in AslDoOptions() 622 AslGbl_MapfileFlag = TRUE; in AslDoOptions() 665 AslGbl_ParseOnlyFlag = TRUE; in AslDoOptions() 859 AslGbl_DoTemplates = TRUE; in AslDoOptions() [all …]
|
| H A D | aslglobal.h | 295 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_DoCompile, TRUE); 296 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_DoSignon, TRUE); 298 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_PreprocessFlag, TRUE); 300 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_UseDefaultAmlFilename, TRUE); 318 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_FoldConstants, TRUE); 319 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_VerboseErrors, TRUE); 323 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_IntegerOptimizationFlag, TRUE); 324 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_ReferenceOptimizationFlag, TRUE); 325 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_DisplayRemarks, TRUE); 326 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_DisplayWarnings, TRUE); [all …]
|
| H A D | aslanalyze.c | 191 return (TRUE); in AnIsInternalMethod() 388 return (TRUE); in AnLastStatementIsReturn() 440 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE); in AnCheckMethodReturnValue() 511 return (TRUE); in AnIsResultUsed() 532 return (TRUE); in AnIsResultUsed() 549 return (TRUE); in AnIsResultUsed() 746 return (TRUE); /* Found a match */ in ApFindNameInDeviceTree() 844 return (TRUE); in ApFindNameInScope()
|
| H A D | aslxrefout.c | 371 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in OtXrefWalkPart1() 438 NextOp->Asl.Node, TRUE); in OtXrefWalkPart1() 453 NextOp->Asl.Node, TRUE); in OtXrefWalkPart1() 485 ParentPath = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE); in OtXrefWalkPart1() 612 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in OtXrefWalkPart2() 700 CallerOp->Asl.Node, TRUE); in OtXrefAnalysisWalkPart2() 778 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in OtXrefWalkPart3() 879 CallerOp->Asl.Node, TRUE); in OtXrefAnalysisWalkPart3()
|
| H A D | cvdisasm.c | 237 return (TRUE); in CvListIsSingleton() 322 CommentExists = TRUE; in CvPrintOneCommentType() 442 return (TRUE); in CvFileHasSwitched() 486 FNode->IncludeWritten = TRUE; in CvPrintInclude()
|
| H A D | aslstartup.c | 171 static BOOLEAN AslToFile = TRUE; 232 AslGbl_CommentState.CaptureComments = TRUE; in AslInitializeGlobals() 359 AcpiGbl_DmOpt_Disasm = TRUE; in AslDoDisassembly() 570 AcpiGbl_DisasmFlag = TRUE; in AslDoOneFile()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | db_disasm.c | 658 { "", TRUE, NONE, 0, 0 } 1061 addrp->is_reg = TRUE; 1277 prefix = TRUE; in db_disasm() 1284 short_addr = TRUE; in db_disasm() 1312 repne = TRUE; in db_disasm() 1315 rep = TRUE; in db_disasm() 1323 prefix = TRUE; in db_disasm() 1495 if (rep == TRUE) { in db_disasm() 1525 if (rep == TRUE) in db_disasm() 1527 if (repne == TRUE) in db_disasm() [all …]
|
| H A D | uio_machdep.c | 93 &ma[offset >> PAGE_SHIFT], &vaddr, 1, TRUE); in uiomove_fromphys() 117 &vaddr, 1, TRUE); in uiomove_fromphys() 130 TRUE); in uiomove_fromphys()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | db_disasm.c | 559 { "", TRUE, NONE, 0, 0 }, 560 { "", TRUE, NONE, 0, 0 }, 561 { "", TRUE, NONE, 0, 0 }, 564 { "", TRUE, NONE, 0, 0 } 575 { "", TRUE, NONE, 0, 0 } 953 addrp->is_reg = TRUE; 964 addrp->defss = TRUE; 1182 short_addr = TRUE; in db_disasm() 1195 prefix = TRUE; in db_disasm() 1229 rep = TRUE; in db_disasm() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu.c | 90 {DMU_BSWAP_UINT64, TRUE, TRUE, FALSE, "object array" }, 97 {DMU_BSWAP_UINT64, TRUE, FALSE, TRUE, "ZIL intent log" }, 98 {DMU_BSWAP_DNODE, TRUE, FALSE, TRUE, "DMU dnode" }, 99 {DMU_BSWAP_OBJSET, TRUE, TRUE, FALSE, "DMU objset" }, 100 {DMU_BSWAP_UINT64, TRUE, TRUE, FALSE, "DSL directory" }, 103 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "DSL props" }, 104 {DMU_BSWAP_UINT64, TRUE, TRUE, FALSE, "DSL dataset" }, 106 {DMU_BSWAP_OLDACL, TRUE, FALSE, TRUE, "ZFS V0 ACL" }, 121 {DMU_BSWAP_ACL, TRUE, FALSE, TRUE, "ZFS ACL" }, 122 {DMU_BSWAP_UINT8, TRUE, FALSE, TRUE, "ZFS SYSACL" }, [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/components/disassembler/ |
| H A D | dmcstyle.c | 328 return (TRUE); in AcpiDmCheckForSymbolicOpcode() 343 return (TRUE); in AcpiDmCheckForSymbolicOpcode() 388 return (TRUE); in AcpiDmCheckForSymbolicOpcode() 603 return (TRUE); in AcpiDmCheckForSymbolicOpcode() 609 return (TRUE); in AcpiDmCheckForSymbolicOpcode() 625 return (TRUE); in AcpiDmCheckForSymbolicOpcode() 656 return (TRUE); in AcpiDmCheckForSymbolicOpcode() 681 return (TRUE); in AcpiDmCheckForSymbolicOpcode() 690 return (TRUE); in AcpiDmCheckForSymbolicOpcode() 1062 return (TRUE); in AcpiDmIsValidTarget() [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/components/executer/ |
| H A D | exmisc.c | 390 LocalResult = TRUE; in AcpiExDoLogicalNumericOp() 398 LocalResult = TRUE; in AcpiExDoLogicalNumericOp() 521 LocalResult = TRUE; in AcpiExDoLogicalOp() 529 LocalResult = TRUE; in AcpiExDoLogicalOp() 537 LocalResult = TRUE; in AcpiExDoLogicalOp() 577 LocalResult = TRUE; in AcpiExDoLogicalOp() 585 LocalResult = TRUE; in AcpiExDoLogicalOp() 597 LocalResult = TRUE; in AcpiExDoLogicalOp() 609 LocalResult = TRUE; in AcpiExDoLogicalOp() 617 LocalResult = TRUE; in AcpiExDoLogicalOp()
|
| H A D | extrace.c | 211 return (TRUE); in AcpiExInterpreterTraceEnabled() 227 return (TRUE); in AcpiExInterpreterTraceEnabled() 346 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiExStartTraceMethod() 371 ACPI_TRACE_POINT (ACPI_TRACE_AML_METHOD, TRUE, in AcpiExStartTraceMethod() 412 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiExStopTraceMethod() 472 ACPI_TRACE_POINT (ACPI_TRACE_AML_OPCODE, TRUE, in AcpiExStartTraceOpcode()
|
| H A D | exnames.c | 438 HasPrefix = TRUE; in AcpiExGetNameString() 455 HasPrefix = TRUE; in AcpiExGetNameString() 484 HasPrefix = TRUE; in AcpiExGetNameString() 514 HasPrefix = TRUE; in AcpiExGetNameString()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-xdr.c | 170 return (TRUE); in xdrmem_control() 198 return (TRUE); in xdrmem_enc_bytes() 229 return (TRUE); in xdrmem_dec_bytes() 242 return (TRUE); in xdrmem_enc_uint32() 255 return (TRUE); in xdrmem_dec_uint32() 289 return (TRUE); in xdrmem_dec_char() 319 return (TRUE); in xdrmem_dec_ushort() 363 return (TRUE); in xdrmem_dec_ulonglong() 385 return (TRUE); in xdr_enc_array() 415 alloc = TRUE; in xdr_dec_array() [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | utascii.c | 187 return (TRUE); in AcpiUtValidNameseg() 223 return (TRUE); in AcpiUtValidNameChar() 229 return (TRUE); in AcpiUtValidNameChar()
|
| H A D | utnonansi.c | 304 return (TRUE); in AcpiUtSafeStrcpy() 320 return (TRUE); in AcpiUtSafeStrcat() 341 return (TRUE); in AcpiUtSafeStrncat()
|
| /f-stack/freebsd/contrib/dev/acpica/components/events/ |
| H A D | evglock.c | 225 AcpiGbl_GlobalLockPresent = TRUE; in AcpiEvInitGlobalLockHandler() 380 AcpiGbl_GlobalLockAcquired = TRUE; in AcpiEvAcquireGlobalLock() 393 AcpiGbl_GlobalLockAcquired = TRUE; in AcpiEvAcquireGlobalLock() 404 AcpiGbl_GlobalLockPending = TRUE; in AcpiEvAcquireGlobalLock()
|
| /f-stack/freebsd/contrib/dev/acpica/components/debugger/ |
| H A D | dbxface.c | 212 AcpiGbl_MethodExecuting = TRUE; in AcpiDbStartCommand() 277 AcpiGbl_CmSingleStep = TRUE; in AcpiDbSignalBreakPoint() 406 AcpiGbl_CmSingleStep = TRUE; in AcpiDbSingleStep() 418 AcpiGbl_CmSingleStep = TRUE; in AcpiDbSingleStep() 641 AcpiGbl_DbThreadsTerminated = TRUE; in AcpiInitializeDebugger() 675 AcpiGbl_DbTerminateLoop = TRUE; in ACPI_EXPORT_SYMBOL()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fman_kg.c | 59 ar = build_ar_bind_scheme(hwport_id, TRUE); in clear_pe_all_scheme() 82 ar = build_ar_bind_cls_plan(hwport_id, TRUE); in clear_pe_all_cls_plan() 433 ecc_attr->valid = TRUE; in fman_kg_get_capture() 435 (bool)((tmp & KG_FMKG_SERC_CET) ? TRUE : FALSE); in fman_kg_get_capture() 734 tmp_reg = build_ar_scheme(scheme_id, hwport_id, FALSE, TRUE); in fman_kg_delete_scheme() 750 tmp_reg = build_ar_scheme(scheme_id, hwport_id, TRUE, FALSE); in fman_kg_get_scheme_counter() 772 tmp_reg = build_ar_scheme(scheme_id, hwport_id, TRUE, FALSE); in fman_kg_set_scheme_counter() 783 tmp_reg = build_ar_scheme(scheme_id, hwport_id, TRUE, TRUE); in fman_kg_set_scheme_counter() 838 tmp_reg = build_ar_cls_plan(grp_id, entries_mask, hwport_id, TRUE); in fman_kg_write_cls_plan() 855 tmp_reg = build_ar_bind_scheme(hwport_id, TRUE); in fman_kg_write_bind_schemes() [all …]
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 33 var TRUE = true, 372 opts.show === TRUE ? { ready: TRUE } : { event: opts.show }; 1861 suppress: TRUE, 1863 text: TRUE, 1876 mouse: TRUE, 1877 scroll: TRUE, 1878 resize: TRUE, 1891 effect: TRUE, 1900 effect: TRUE, 1912 def: TRUE [all …]
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | uio_machdep.c | 91 &ma[offset >> PAGE_SHIFT], &vaddr, 1, TRUE); in uiomove_fromphys() 115 &vaddr, 1, TRUE); in uiomove_fromphys() 129 TRUE); in uiomove_fromphys()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/rpc/ |
| H A D | xdr.h | 62 xptr->xc_is_last_record = TRUE; in xdr_control() 65 return (TRUE); in xdr_control()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/rpc/ |
| H A D | xdr.h | 54 xptr->xc_is_last_record = TRUE; in xdrmem_control() 56 return (TRUE); in xdrmem_control()
|
| /f-stack/freebsd/contrib/ncsw/inc/flib/ |
| H A D | fsl_fman_dtsec.h | 215 #define DEFAULT_HALFDUP_EXCESS_DEFER TRUE 221 #define DEFAULT_RX_SHORT_FRM TRUE 223 #define DEFAULT_TX_PAD_CRC TRUE 229 #define DEFAULT_PTP_TSU_EN TRUE 230 #define DEFAULT_PTP_EXCEPTION_EN TRUE 237 #define DEFAULT_RX_FLOW TRUE 238 #define DEFAULT_TX_FLOW TRUE
|