| Checks: ' |
| -*, |
| boost-use-to-string, |
| bugprone-argument-comment, |
| bugprone-assert-side-effect, |
| bugprone-bad-signal-to-kill-thread, |
| bugprone-bool-pointer-implicit-conversion, |
| bugprone-branch-clone, |
| bugprone-copy-constructor-init, |
| bugprone-dangling-handle, |
| bugprone-dynamic-static-initializers, |
| bugprone-fold-init-type, |
| bugprone-forward-declaration-namespace, |
| bugprone-forwarding-reference-overload, |
| bugprone-implicit-widening-of-multiplication-result, |
| bugprone-inaccurate-erase, |
| bugprone-incorrect-roundings, |
| bugprone-infinite-loop, |
| bugprone-integer-division, |
| bugprone-lambda-function-name, |
| bugprone-macro-parentheses, |
| bugprone-macro-repeated-side-effects, |
| bugprone-misplaced-operator-in-strlen-in-alloc, |
| bugprone-misplaced-pointer-arithmetic-in-alloc, |
| bugprone-misplaced-widening-cast, |
| bugprone-move-forwarding-reference, |
| bugprone-multiple-statement-macro, |
| bugprone-no-escape, |
| bugprone-not-null-terminated-result, |
| bugprone-parent-virtual-call, |
| bugprone-posix-return, |
| bugprone-redundant-branch-condition, |
| bugprone-reserved-identifier, |
| bugprone-signal-handler, |
| bugprone-signed-char-misuse, |
| bugprone-sizeof-container, |
| bugprone-sizeof-expression, |
| bugprone-spuriously-wake-up-functions, |
| bugprone-string-constructor, |
| bugprone-string-integer-assignment, |
| bugprone-string-literal-with-embedded-nul, |
| bugprone-suspicious-enum-usage, |
| bugprone-suspicious-include, |
| bugprone-suspicious-memset-usage, |
| bugprone-suspicious-missing-comma, |
| bugprone-suspicious-semicolon, |
| bugprone-suspicious-string-compare, |
| bugprone-swapped-arguments, |
| bugprone-terminating-continue, |
| bugprone-throw-keyword-missing, |
| bugprone-too-small-loop-variable, |
| bugprone-undefined-memory-manipulation, |
| bugprone-undelegated-constructor, |
| bugprone-unhandled-exception-at-new, |
| bugprone-unhandled-self-assignment, |
| bugprone-unused-raii, |
| bugprone-unused-return-value, |
| bugprone-use-after-move, |
| bugprone-virtual-near-miss, |
| cert-con36-c, |
| cert-con54-cpp, |
| cert-dcl03-c, |
| cert-dcl16-c, |
| cert-dcl21-cpp, |
| cert-dcl50-cpp, |
| cert-dcl54-cpp, |
| cert-dcl58-cpp, |
| cert-dcl59-cpp, |
| cert-env33-c, |
| cert-err09-cpp, |
| cert-err34-c, |
| cert-err52-cpp, |
| cert-err60-cpp, |
| cert-err61-cpp, |
| cert-fio38-c, |
| cert-flp30-c, |
| cert-mem57-cpp, |
| cert-msc30-c, |
| cert-msc32-c, |
| cert-msc50-cpp, |
| cert-msc51-cpp, |
| cert-oop11-cpp, |
| cert-oop54-cpp, |
| cert-oop57-cpp, |
| cert-oop58-cpp, |
| cert-pos44-c, |
| cert-pos47-c, |
| cert-sig30-c, |
| cert-str34-c, |
| clang-analyzer-apiModeling.StdCLibraryFunctions, |
| clang-analyzer-apiModeling.TrustNonnull, |
| clang-analyzer-apiModeling.google.GTest, |
| clang-analyzer-apiModeling.llvm.CastValue, |
| clang-analyzer-apiModeling.llvm.ReturnValue, |
| clang-analyzer-core.CallAndMessageModeling, |
| clang-analyzer-core.DivideZero, |
| clang-analyzer-core.DynamicTypePropagation, |
| clang-analyzer-core.NonNullParamChecker, |
| clang-analyzer-core.NonnilStringConstants, |
| clang-analyzer-core.NullDereference, |
| clang-analyzer-core.StackAddrEscapeBase, |
| clang-analyzer-core.StackAddressEscape, |
| clang-analyzer-core.UndefinedBinaryOperatorResult, |
| clang-analyzer-core.VLASize, |
| clang-analyzer-core.builtin.BuiltinFunctions, |
| clang-analyzer-core.builtin.NoReturnFunctions, |
| clang-analyzer-core.uninitialized.ArraySubscript, |
| clang-analyzer-core.uninitialized.Assign, |
| clang-analyzer-core.uninitialized.Branch, |
| clang-analyzer-core.uninitialized.CapturedBlockVariable, |
| clang-analyzer-core.uninitialized.UndefReturn, |
| clang-analyzer-cplusplus.InnerPointer, |
| clang-analyzer-cplusplus.Move, |
| clang-analyzer-cplusplus.NewDelete, |
| clang-analyzer-cplusplus.NewDeleteLeaks, |
| clang-analyzer-cplusplus.PlacementNew, |
| clang-analyzer-cplusplus.PureVirtualCall, |
| clang-analyzer-cplusplus.SelfAssignment, |
| clang-analyzer-cplusplus.SmartPtrModeling, |
| clang-analyzer-cplusplus.VirtualCallModeling, |
| clang-analyzer-deadcode.DeadStores, |
| clang-analyzer-fuchsia.HandleChecker, |
| clang-analyzer-nullability.NullPassedToNonnull, |
| clang-analyzer-nullability.NullReturnedFromNonnull, |
| clang-analyzer-nullability.NullabilityBase, |
| clang-analyzer-nullability.NullableDereferenced, |
| clang-analyzer-nullability.NullablePassedToNonnull, |
| clang-analyzer-nullability.NullableReturnedFromNonnull, |
| clang-analyzer-optin.cplusplus.UninitializedObject, |
| clang-analyzer-optin.cplusplus.VirtualCall, |
| clang-analyzer-optin.mpi.MPI-Checker, |
| clang-analyzer-optin.osx.OSObjectCStyleCast, |
| clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker, |
| clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker, |
| clang-analyzer-optin.performance.GCDAntipattern, |
| clang-analyzer-optin.performance.Padding, |
| clang-analyzer-optin.portability.UnixAPI, |
| clang-analyzer-osx.API, |
| clang-analyzer-osx.MIG, |
| clang-analyzer-osx.NSOrCFErrorDerefChecker, |
| clang-analyzer-osx.NumberObjectConversion, |
| clang-analyzer-osx.OSObjectRetainCount, |
| clang-analyzer-osx.ObjCProperty, |
| clang-analyzer-osx.SecKeychainAPI, |
| clang-analyzer-osx.cocoa.AtSync, |
| clang-analyzer-osx.cocoa.AutoreleaseWrite, |
| clang-analyzer-osx.cocoa.ClassRelease, |
| clang-analyzer-osx.cocoa.Dealloc, |
| clang-analyzer-osx.cocoa.IncompatibleMethodTypes, |
| clang-analyzer-osx.cocoa.Loops, |
| clang-analyzer-osx.cocoa.MissingSuperCall, |
| clang-analyzer-osx.cocoa.NSAutoreleasePool, |
| clang-analyzer-osx.cocoa.NSError, |
| clang-analyzer-osx.cocoa.NilArg, |
| clang-analyzer-osx.cocoa.NonNilReturnValue, |
| clang-analyzer-osx.cocoa.ObjCGenerics, |
| clang-analyzer-osx.cocoa.RetainCount, |
| clang-analyzer-osx.cocoa.RetainCountBase, |
| clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak, |
| clang-analyzer-osx.cocoa.SelfInit, |
| clang-analyzer-osx.cocoa.SuperDealloc, |
| clang-analyzer-osx.cocoa.UnusedIvars, |
| clang-analyzer-osx.cocoa.VariadicMethodTypes, |
| clang-analyzer-osx.coreFoundation.CFError, |
| clang-analyzer-osx.coreFoundation.CFNumber, |
| clang-analyzer-osx.coreFoundation.CFRetainRelease, |
| clang-analyzer-osx.coreFoundation.containers.OutOfBounds, |
| clang-analyzer-osx.coreFoundation.containers.PointerSizedValues, |
| clang-analyzer-security.FloatLoopCounter, |
| clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, |
| clang-analyzer-security.insecureAPI.SecuritySyntaxChecker, |
| clang-analyzer-security.insecureAPI.UncheckedReturn, |
| clang-analyzer-security.insecureAPI.bcmp, |
| clang-analyzer-security.insecureAPI.bcopy, |
| clang-analyzer-security.insecureAPI.bzero, |
| clang-analyzer-security.insecureAPI.decodeValueOfObjCType, |
| clang-analyzer-security.insecureAPI.getpw, |
| clang-analyzer-security.insecureAPI.gets, |
| clang-analyzer-security.insecureAPI.mkstemp, |
| clang-analyzer-security.insecureAPI.mktemp, |
| clang-analyzer-security.insecureAPI.rand, |
| clang-analyzer-security.insecureAPI.strcpy, |
| clang-analyzer-security.insecureAPI.vfork, |
| clang-analyzer-unix.API, |
| clang-analyzer-unix.DynamicMemoryModeling, |
| clang-analyzer-unix.Malloc, |
| clang-analyzer-unix.MallocSizeof, |
| clang-analyzer-unix.MismatchedDeallocator, |
| clang-analyzer-unix.Vfork, |
| clang-analyzer-unix.cstring.BadSizeArg, |
| clang-analyzer-unix.cstring.CStringModeling, |
| clang-analyzer-unix.cstring.NullArg, |
| clang-analyzer-valist.CopyToSelf, |
| clang-analyzer-valist.Uninitialized, |
| clang-analyzer-valist.Unterminated, |
| clang-analyzer-valist.ValistBase, |
| clang-analyzer-webkit.NoUncountedMemberChecker, |
| clang-analyzer-webkit.RefCntblBaseVirtualDtor, |
| cppcoreguidelines-avoid-c-arrays, |
| cppcoreguidelines-avoid-goto, |
| cppcoreguidelines-c-copy-assignment-signature, |
| cppcoreguidelines-explicit-virtual-functions, |
| cppcoreguidelines-init-variables, |
| cppcoreguidelines-interfaces-global-init, |
| cppcoreguidelines-macro-usage, |
| cppcoreguidelines-no-malloc, |
| cppcoreguidelines-prefer-member-initializer, |
| cppcoreguidelines-pro-bounds-array-to-pointer-decay, |
| cppcoreguidelines-pro-type-const-cast, |
| cppcoreguidelines-pro-type-cstyle-cast, |
| cppcoreguidelines-pro-type-member-init, |
| cppcoreguidelines-pro-type-reinterpret-cast, |
| cppcoreguidelines-pro-type-static-cast-downcast, |
| cppcoreguidelines-pro-type-union-access, |
| cppcoreguidelines-pro-type-vararg, |
| cppcoreguidelines-slicing, |
| google-explicit-constructor, |
| misc-misplaced-const, |
| misc-redundant-expression, |
| misc-static-assert, |
| misc-throw-by-value-catch-by-reference, |
| misc-unconventional-assign-operator, |
| misc-uniqueptr-reset-release, |
| misc-unused-using-decls, |
| modernize-avoid-bind, |
| modernize-deprecated-headers, |
| modernize-deprecated-ios-base-aliases, |
| modernize-loop-convert, |
| modernize-make-shared, |
| modernize-make-unique, |
| modernize-raw-string-literal, |
| modernize-replace-auto-ptr, |
| modernize-replace-random-shuffle, |
| modernize-return-braced-init-list, |
| modernize-shrink-to-fit, |
| modernize-unary-static-assert, |
| modernize-use-bool-literals, |
| modernize-use-default-member-init, |
| modernize-use-emplace, |
| modernize-use-equals-default, |
| modernize-use-equals-delete, |
| modernize-use-noexcept, |
| modernize-use-nullptr, |
| modernize-use-override, |
| modernize-use-transparent-functors, |
| modernize-use-uncaught-exceptions, |
| modernize-use-using, |
| performance-faster-string-find, |
| performance-for-range-copy, |
| performance-implicit-conversion-in-loop, |
| performance-inefficient-algorithm, |
| performance-inefficient-string-concatenation, |
| performance-inefficient-vector-operation, |
| performance-move-const-arg, |
| performance-move-constructor-init, |
| performance-no-automatic-move, |
| performance-no-int-to-ptr, |
| performance-noexcept-move-constructor, |
| performance-trivially-destructible, |
| performance-type-promotion-in-math-fn, |
| performance-unnecessary-copy-initialization, |
| performance-unnecessary-value-param, |
| readability-avoid-const-params-in-decls, |
| readability-braces-around-statements, |
| readability-const-return-type, |
| readability-container-size-empty, |
| readability-convert-member-functions-to-static, |
| readability-delete-null-pointer, |
| readability-deleted-default, |
| readability-else-after-return, |
| readability-function-size, |
| readability-identifier-naming, |
| readability-implicit-bool-conversion, |
| readability-inconsistent-declaration-parameter-name, |
| readability-isolate-declaration, |
| readability-make-member-function-const, |
| readability-misleading-indentation, |
| readability-misplaced-array-index, |
| readability-named-parameter, |
| readability-non-const-parameter, |
| readability-qualified-auto, |
| readability-redundant-access-specifiers, |
| readability-redundant-control-flow, |
| readability-redundant-declaration, |
| readability-redundant-function-ptr-dereference, |
| readability-redundant-member-init, |
| readability-redundant-preprocessor, |
| readability-redundant-smartptr-get, |
| readability-redundant-string-cstr, |
| readability-redundant-string-init, |
| readability-simplify-boolean-expr, |
| readability-simplify-subscript-expr, |
| readability-static-accessed-through-instance, |
| readability-static-definition-in-anonymous-namespace, |
| readability-string-compare, |
| readability-suspicious-call-argument, |
| readability-uniqueptr-delete-release, |
| readability-uppercase-literal-suffix' |
| |
| WarningsAsErrors: '*' |
| HeaderFilterRegex: '.*' |
| CheckOptions: |
| - { key: readability-identifier-naming.ClassCase, value: CamelCase } |
| - { key: readability-identifier-naming.VariableCase, value: camelBack } |
| - { key: readability-identifier-naming.FunctionCase, value: camelBack } |
| - { key: readability-identifier-naming.ParameterCase, value: camelBack } |
| - { key: readability-identifier-naming.NamespaceCase, value: lower_case } |
| - { key: readability-identifier-naming.StructCase, value: CamelCase } |
| - { key: readability-identifier-naming.StructIgnoredRegexp, value: ((peci_xfer_msg)|(peci_ping_msg)|(peci_get_dib_msg)|(peci_get_temp_msg)|(peci_rd_pkg_cfg_msg)|(peci_wr_pkg_cfg_msg)|(peci_rd_ia_msr_msg)|(peci_wr_ia_msr_msg)|(peci_rd_ia_msrex_msg)|(peci_rd_pci_cfg_msg)|(peci_wr_pci_cfg_msg)|(peci_rd_pci_cfg_local_msg)|(peci_wr_pci_cfg_local_msg)|(peci_rd_end_pt_cfg_msg)|(peci_wr_end_pt_cfg_msg)|(peci_crashdump_disc_msg)|(peci_crashdump_get_frame_msg)) } |
| - { key: bugprone-reserved-identifier.AllowedIdentifiers, value: __PECI_IOCTL_H } |
| - { key: cppcoreguidelines-macro-usage.AllowedRegexp, value: ((__PECI_IOCTL_H)|(PECI_BASE_ADDR)|(PECI_OFFSET_MAX)|(PECI_BUFFER_SIZE)|(PECI_DEV_CC_SUCCESS)|(PECI_DEV_CC_NEED_RETRY)|(PECI_DEV_CC_OUT_OF_RESOURCE)|(PECI_DEV_CC_UNAVAIL_RESOURCE)|(PECI_DEV_CC_INVALID_REQ)|(PECI_DEV_CC_MCA_ERROR)|(PECI_DEV_CC_CATASTROPHIC_MCA_ERROR)|(PECI_DEV_CC_FATAL_MCA_DETECTED)|(PECI_DEV_CC_PARITY_ERROR_ON_GPSB_OR_PMSB)|(PECI_DEV_CC_PARITY_ERROR_ON_GPSB_OR_PMSB_IERR)|(PECI_DEV_CC_PARITY_ERROR_ON_GPSB_OR_PMSB_MCA)|(PECI_DEV_CC_RETRY_CHECK_MASK)|(PECI_DEV_RETRY_INTERVAL_MIN_MSEC)|(PECI_DEV_RETRY_INTERVAL_MAX_MSEC)|(PECI_DEV_RETRY_BIT)|(PECI_GET_DIB_WR_LEN)|(PECI_GET_DIB_RD_LEN)|(PECI_GET_DIB_CMD)|(PECI_GET_TEMP_WR_LEN)|(PECI_GET_TEMP_RD_LEN)|(PECI_GET_TEMP_CMD)|(PECI_RDPKGCFG_WRITE_LEN)|(PECI_RDPKGCFG_READ_LEN_BASE)|(PECI_RDPKGCFG_CMD)|(PECI_MBX_INDEX_CPU_ID)|(PECI_MBX_INDEX_VR_DEBUG)|(PECI_MBX_INDEX_PKG_TEMP_READ)|(PECI_MBX_INDEX_ENERGY_COUNTER)|(PECI_MBX_INDEX_ENERGY_STATUS)|(PECI_MBX_INDEX_WAKE_MODE_BIT)|(PECI_MBX_INDEX_EPI)|(PECI_MBX_INDEX_PKG_RAPL_PERF)|(PECI_MBX_INDEX_PER_CORE_DTS_TEMP)|(PECI_MBX_INDEX_DTS_MARGIN)|(PECI_MBX_INDEX_SKT_PWR_THRTL_DUR)|(PECI_MBX_INDEX_CFG_TDP_CONTROL)|(PECI_MBX_INDEX_CFG_TDP_LEVELS)|(PECI_MBX_INDEX_DDR_DIMM_TEMP)|(PECI_MBX_INDEX_CFG_ICCMAX)|(PECI_MBX_INDEX_TEMP_TARGET)|(PECI_MBX_INDEX_CURR_CFG_LIMIT)|(PECI_MBX_INDEX_DIMM_TEMP_READ)|(PECI_MBX_INDEX_DRAM_IMC_TMP_READ)|(PECI_MBX_INDEX_DDR_CH_THERM_STAT)|(PECI_MBX_INDEX_PKG_POWER_LIMIT1)|(PECI_MBX_INDEX_PKG_POWER_LIMIT2)|(PECI_MBX_INDEX_TDP)|(PECI_MBX_INDEX_TDP_HIGH)|(PECI_MBX_INDEX_TDP_UNITS)|(PECI_MBX_INDEX_RUN_TIME)|(PECI_MBX_INDEX_CONSTRAINED_TIME)|(PECI_MBX_INDEX_TURBO_RATIO)|(PECI_MBX_INDEX_DDR_RAPL_PL1)|(PECI_MBX_INDEX_DDR_PWR_INFO_HIGH)|(PECI_MBX_INDEX_DDR_PWR_INFO_LOW)|(PECI_MBX_INDEX_DDR_RAPL_PL2)|(PECI_MBX_INDEX_DDR_RAPL_STATUS)|(PECI_MBX_INDEX_DDR_HOT_ABSOLUTE)|(PECI_MBX_INDEX_DDR_HOT_RELATIVE)|(PECI_MBX_INDEX_DDR_THROTTLE_TIME)|(PECI_MBX_INDEX_DDR_THERM_STATUS)|(PECI_MBX_INDEX_TIME_AVG_TEMP)|(PECI_MBX_INDEX_TURBO_RATIO_LIMIT)|(PECI_MBX_INDEX_HWP_AUTO_OOB)|(PECI_MBX_INDEX_DDR_WARM_BUDGET)|(PECI_MBX_INDEX_DDR_HOT_BUDGET)|(PECI_MBX_INDEX_PKG_PSYS_PWR_LIM3)|(PECI_MBX_INDEX_PKG_PSYS_PWR_LIM1)|(PECI_MBX_INDEX_PKG_PSYS_PWR_LIM2)|(PECI_MBX_INDEX_PKG_PSYS_PWR_LIM4)|(PECI_MBX_INDEX_PERF_LIMIT_REASON)|(PECI_PKG_ID_CPU_ID)|(PECI_PKG_ID_PLATFORM_ID)|(PECI_PKG_ID_UNCORE_ID)|(PECI_PKG_ID_MAX_THREAD_ID)|(PECI_PKG_ID_MICROCODE_REV)|(PECI_PKG_ID_MACHINE_CHECK_STATUS)|(PECI_WRPKGCFG_WRITE_LEN_BASE)|(PECI_WRPKGCFG_READ_LEN)|(PECI_WRPKGCFG_CMD)|(PECI_MBX_INDEX_DIMM_AMBIENT)|(PECI_MBX_INDEX_DIMM_TEMP)|(PECI_RDIAMSR_WRITE_LEN)|(PECI_RDIAMSR_READ_LEN)|(PECI_RDIAMSR_CMD)|(PECI_WRIAMSR_CMD)|(PECI_RDIAMSREX_WRITE_LEN)|(PECI_RDIAMSREX_READ_LEN)|(PECI_RDIAMSREX_CMD)|(PECI_RDPCICFG_WRITE_LEN)|(PECI_RDPCICFG_READ_LEN)|(PECI_RDPCICFG_READ_LEN_MAX)|(PECI_RDPCICFG_CMD)|(PECI_PCI_BUS0_CPU0)|(PECI_PCI_BUS0_CPU1)|(PECI_PCI_CPUBUSNO_BUS)|(PECI_PCI_CPUBUSNO_DEV)|(PECI_PCI_CPUBUSNO_FUNC)|(PECI_PCI_CPUBUSNO)|(PECI_PCI_CPUBUSNO_1)|(PECI_PCI_CPUBUSNO_VALID)|(PECI_WRPCICFG_CMD)|(PECI_RDPCICFGLOCAL_WRITE_LEN)|(PECI_RDPCICFGLOCAL_READ_LEN_BASE)|(PECI_RDPCICFGLOCAL_CMD)|(PECI_WRPCICFGLOCAL_WRITE_LEN_BASE)|(PECI_WRPCICFGLOCAL_READ_LEN)|(PECI_WRPCICFGLOCAL_CMD)|(PECI_RDENDPTCFG_PCI_WRITE_LEN)|(PECI_RDENDPTCFG_MMIO_D_WRITE_LEN)|(PECI_RDENDPTCFG_MMIO_Q_WRITE_LEN)|(PECI_RDENDPTCFG_READ_LEN_BASE)|(PECI_RDENDPTCFG_CMD)|(PECI_ENDPTCFG_TYPE_LOCAL_PCI)|(PECI_ENDPTCFG_TYPE_PCI)|(PECI_ENDPTCFG_TYPE_MMIO)|(PECI_ENDPTCFG_ADDR_TYPE_PCI)|(PECI_ENDPTCFG_ADDR_TYPE_MMIO_D)|(PECI_ENDPTCFG_ADDR_TYPE_MMIO_Q)|(PECI_WRENDPTCFG_PCI_WRITE_LEN_BASE)|(PECI_WRENDPTCFG_MMIO_D_WRITE_LEN_BASE)|(PECI_WRENDPTCFG_MMIO_Q_WRITE_LEN_BASE)|(PECI_WRENDPTCFG_READ_LEN)|(PECI_WRENDPTCFG_CMD)|(PECI_CRASHDUMP_CORE)|(PECI_CRASHDUMP_TOR)|(PECI_CRASHDUMP_PAYLOAD_SIZE)|(PECI_CRASHDUMP_AGENT_ID)|(PECI_CRASHDUMP_AGENT_PARAM)|(PECI_CRASHDUMP_ENABLED)|(PECI_CRASHDUMP_NUM_AGENTS)|(PECI_CRASHDUMP_AGENT_DATA)|(PECI_CRASHDUMP_DISC_WRITE_LEN)|(PECI_CRASHDUMP_DISC_READ_LEN_BASE)|(PECI_CRASHDUMP_DISC_VERSION)|(PECI_CRASHDUMP_DISC_OPCODE)|(PECI_CRASHDUMP_GET_FRAME_WRITE_LEN)|(PECI_CRASHDUMP_GET_FRAME_READ_LEN_BASE)|(PECI_CRASHDUMP_GET_FRAME_VERSION)|(PECI_CRASHDUMP_GET_FRAME_OPCODE)|(PECI_CRASHDUMP_CMD)|PECI_IOC_BASE) } |