Home
last modified time | relevance | path

Searched refs:BOOL (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_h323_types.c205 {FNAME("mc") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
206 {FNAME("undefinedNode") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
234 {FNAME("conferenceCalling") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
235 {FNAME("threePartyService") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
239 {FNAME("q932Full") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
240 {FNAME("q951Full") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
241 {FNAME("q952Full") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
242 {FNAME("q953Full") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
243 {FNAME("q955Full") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
244 {FNAME("q956Full") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/
H A Dfreediameter_1.5.0.bb40 -DBUILD_DBG_MONITOR:BOOL=ON \
41 -DBUILD_TEST_APP:BOOL=ON \
42 -DBUILD_TESTING:BOOL=ON \
43 -DBUILD_APP_RADGW:BOOL=ON \
44 -DBUILD_APP_REDIRECT:BOOL=ON \
45 -DBUILD_TEST_ACCT:BOOL=ON \
46 -DBUILD_TEST_NETEMUL:BOOL=ON \
47 -DBUILD_TEST_RT_ANY:BOOL=ON \
52 -DCMAKE_SKIP_RPATH:BOOL=ON \
59 # -DBUILD_APP_ACCT:BOOL=ON This needs POSTGRESQL support
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0017-Platform-CS1000-Remove-unused-BL1-files.patch133 - $<$<BOOL:${PLATFORM_IS_FVP}>:PLATFORM_IS_FVP>
211 - $<$<BOOL:${CRYPTO_HW_ACCELERATOR}>:${CMAKE_SOURCE_DIR}/platform/ext/accelerator/interface>
216 - $<$<BOOL:${PLATFORM_DEFAULT_UART_STDOUT}>:${CMAKE_SOURCE_DIR}/platform/ext/common/uart_std…
217 - $<$<BOOL:${PLATFORM_DEFAULT_NV_COUNTERS}>:${CMAKE_SOURCE_DIR}/platform/ext/common/template…
218 - $<$<OR:$<BOOL:${PLATFORM_DEFAULT_NV_COUNTERS}>,$<BOOL:${PLATFORM_DEFAULT_OTP}>>:${CMAKE_SO…
219 - $<$<BOOL:${PLATFORM_DEFAULT_OTP}>:${CMAKE_SOURCE_DIR}/platform/ext/common/template/otp_fla…
231 - $<$<BOOL:${SYMMETRIC_INITIAL_ATTESTATION}>:SYMMETRIC_INITIAL_ATTESTATION>
232 - $<$<BOOL:${PLATFORM_DEFAULT_NV_COUNTERS}>:PLATFORM_DEFAULT_NV_COUNTERS>
233 - $<$<BOOL:${MCUBOOT_HW_KEY}>:MCUBOOT_HW_KEY>
235 - $<$<BOOL:${PLATFORM_DEFAULT_NV_COUNTERS}>:PLATFORM_DEFAULT_NV_COUNTERS>
[all …]
H A D0019-Platform-CS1000-Fix-compiler-switch-in-BL1.patch14 $<$<BOOL:${BL1}>:BL1>
40 $<$<NOT:$<BOOL:${PLATFORM_DEFAULT_OTP}>>:${PLATFORM_DIR}/ext/accelerator/cc312/otp_cc312.c>
47 $<$<BOOL:${CRYPTO_HW_ACCELERATOR_OTP_PROVISIONING}>:CRYPTO_HW_ACCELERATOR_OTP_PROVISIONING>
/openbmc/qemu/qga/vss-win32/
H A Dprovider.cpp48 static void LockModule(BOOL lock) in LockModule()
161 BOOL bForceDelete, LONG *plDeletedSnapshots,
167 VSS_PWSZ pwszVolumeName, BOOL *pbSupportedByThisProvider);
169 VSS_PWSZ pwszVolumeName, BOOL *pbSnapshotsPresent,
189 STDMETHODIMP OnUnload(BOOL bForceUnload);
284 BOOL bForceDelete, LONG *plDeletedSnapshots, VSS_ID *pNondeletedSnapshotID) in DeleteSnapshots()
299 VSS_PWSZ pwszVolumeName, BOOL *pbSupportedByThisProvider) in IsVolumeSupported()
316 BOOL *pbSnapshotsPresent, LONG *plSnapshotCompatibility) in IsVolumeSnapshotted()
423 STDMETHODIMP CQGAVssProvider::OnUnload(BOOL bForceUnload) in OnUnload()
441 STDMETHODIMP LockServer(BOOL lock) { return E_NOTIMPL; } in LockServer()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libfido2/
H A Dlibfido2_1.15.0.bb17 PACKAGECONFIG[manpages] = "-DBUILD_MANPAGES:BOOL=ON,-DBUILD_MANPAGES:BOOL=OFF"
19 EXTRA_OECMAKE = "-DUDEV_RULES_DIR=${nonarch_base_libdir}/udev/rules.d -DBUILD_EXAMPLES:BOOL=OFF"
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.c360 static BOOL
443 BOOL status; in StartAsyncMesgPoll()
496 BOOL status; in SendTimedI2cRequest()
592 BOOL status; in SendTimedEmpMessageResponse()
700 BOOL status; in SendTimedEmpMessageResponse_Ex()
841 BOOL status; in SendTimedLanMessageResponse()
949 BOOL status; in SendTimedLanMessageResponse_Ex()
1092 BOOL status; in SendTimedImbpRequest()
1180 BOOL status; in SendAsyncImbpRequest()
1257 BOOL status; in GetAsyncImbpMessage()
[all …]
H A Dimbapi.h62 typedef int BOOL; typedef
67 typedef BOOL near *PBOOL;
68 typedef BOOL far *LPBOOL;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/
H A D0001-CMakeLists.txt-fix-googletest-related-options.patch46 set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
50 + set(INSTALL_GTEST OFF CACHE BOOL "" FORCE)
51 + set(install_gmock OFF CACHE BOOL "" FORCE)
52 + set(BUILD_GMOCK ON CACHE BOOL "" FORCE)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uriparser/
H A Duriparser_0.9.8.bb14 EXTRA_OECMAKE += "-DURIPARSER_BUILD_DOCS:BOOL=OFF -DURIPARSER_BUILD_TESTS:BOOL=OFF"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/highway/highway/
H A D0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch52 @@ -72,7 +99,7 @@ set(HWY_CMAKE_ARM7 OFF CACHE BOOL "Set c
54 set(HWY_CMAKE_SSE2 OFF CACHE BOOL "Set SSE2 as baseline for 32-bit x86?")
58 set(HWY_CMAKE_RVV ON CACHE BOOL "Set copts for RISCV with RVV?")
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py938 stmt.type = BOOL
1420 if expr.type != BOOL and expr.type != TRISTATE:
1941 if self.type == BOOL or self.type == TRISTATE:
1996 (self.type == BOOL or
2107 if self.type != BOOL and self.type != TRISTATE:
2111 if rev_dep == "m" and self.type == BOOL:
2130 if self.type != BOOL and self.type != TRISTATE:
2134 if rev_dep == "m" and self.type == BOOL:
2153 if self.type != BOOL and self.type != TRISTATE:
2157 if rev_dep == "m" and self.type == BOOL:
[all …]
/openbmc/linux/Documentation/networking/
H A Dmpls-sysctl.rst30 ip_ttl_propagate - BOOL
50 conf/<interface>/input - BOOL
H A Dioam6-sysctl.rst11 ioam6_enabled - BOOL
H A Dseg6-sysctl.rst11 seg6_enabled - BOOL
/openbmc/qemu/
H A Dos-win32.c31 static BOOL WINAPI qemu_ctrl_handler(DWORD type) in qemu_ctrl_handler()
/openbmc/qemu/include/chardev/
H A Dchar-win.h36 BOOL fpipe;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcbor/
H A Dlibcbor_0.11.0.bb14 EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS:BOOL=ON"
/openbmc/qemu/qga/
H A Dcommands-windows-ssh.c116 BOOL ret = GetProfilesDirectory(profilesDir, &maxSize); in get_ssh_folder()
355 BOOL created = CreateDirectory(userInfo->sshDirectory, &sAttr); in create_ssh_directory()
630 BOOL success = create_ssh_directory(userInfo, errp); in qmp_guest_ssh_add_authorized_keys()
H A Dchannel-win32.c100 BOOL success; in ga_channel_check()
229 BOOL ret; in ga_channel_write()
H A Dvss-win32.c57 BOOL wow64 = false; in vss_check_os_version()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/
H A D0001-Fixed-compilation-warnings.patch16 @@ -438,7 +438,7 @@ static BOOL xf_Pointer_New(rdpContext* context, rdpPointer* pointer)
/openbmc/linux/drivers/hwmon/
H A Dgl518sm.c237 show(BOOL, fan_auto1, fan_auto1);
251 show(BOOL, beep_enable, beep_enable);
328 set_bits(BOOL, fan_auto1, fan_auto1, GL518_REG_MISC, 0x08, 3);
337 set_bits(BOOL, beep_enable, beep_enable, GL518_REG_CONF, 0x04, 2);
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/files/
H A D04-fix-FTBFS-clang.patch16 BOOL bRc;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A Ddownload.patch26 +set(OPENCV_ALLOW_DOWNLOADS ON CACHE BOOL "Allow downloads")

123