/openbmc/qemu/block/ |
H A D | crypto.h | 24 #define BLOCK_CRYPTO_OPT_DEF_KEY_SECRET(prefix, helpstr) \ argument 33 #define BLOCK_CRYPTO_OPT_DEF_QCOW_KEY_SECRET(prefix) \ argument 51 #define BLOCK_CRYPTO_OPT_DEF_LUKS_KEY_SECRET(prefix) \ argument 55 #define BLOCK_CRYPTO_OPT_DEF_LUKS_CIPHER_ALG(prefix) \ argument 62 #define BLOCK_CRYPTO_OPT_DEF_LUKS_CIPHER_MODE(prefix) \ argument 69 #define BLOCK_CRYPTO_OPT_DEF_LUKS_IVGEN_ALG(prefix) \ argument 76 #define BLOCK_CRYPTO_OPT_DEF_LUKS_IVGEN_HASH_ALG(prefix) \ argument 83 #define BLOCK_CRYPTO_OPT_DEF_LUKS_HASH_ALG(prefix) \ argument 90 #define BLOCK_CRYPTO_OPT_DEF_LUKS_ITER_TIME(prefix) \ argument 97 #define BLOCK_CRYPTO_OPT_DEF_LUKS_STATE(prefix) \ argument [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | gen-lockedsig-cache | 28 def map_sha_to_files(dir_, prefix, sha_map): argument 43 def build_sha_cache(prefix): argument 83 prefix = s[:2] variable
|
/openbmc/qemu/scripts/ |
H A D | mtest2make.py | 68 def emit_prolog(suites, prefix): argument 84 def emit_suite_deps(name, suite, prefix): argument 93 def emit_suite(name, suite, prefix): argument
|
/openbmc/pyphosphor/obmc/utils/ |
H A D | misc.py | 18 def org_dot_openbmc_match_strings(sep='.', prefix=''): argument 27 def org_dot_openbmc_match(name, sep='.', prefix=''): argument
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | redfish_aggregator.hpp | 201 std::string_view prefix) in addPrefixToStringItem() 283 inline void addPrefixToItem(nlohmann::json& item, std::string_view prefix) in addPrefixToItem() 300 std::string_view prefix) in addAggregatedHeaders() 329 std::string_view prefix) in addPrefixToHeadersInResp() 361 inline void addPrefixes(nlohmann::json& json, std::string_view prefix) in addPrefixes() 475 std::string prefix; in addSatelliteConfig() local 781 const std::string& prefix, in forwardRequest() 946 std::string_view prefix, in processResponse() 996 const std::string& prefix, in processCollectionResponse() 1128 const std::string& prefix, in processContainsSubordinateResponse() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-resv-mem.c | 19 static void print_ranges(const char *prefix, GList *ranges) in print_ranges() 38 static void compare_ranges(const char *prefix, GList *ranges, in compare_ranges() 80 run_range_inverse_array(const char *prefix, GList **in, GList **expected, in run_range_inverse_array() 195 static void print_resv_region_list(const char *prefix, GList *list, in print_resv_region_list()
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | filter_expr_printer.cpp | 52 std::string prefix; in operator ()() local 64 std::string prefix; in operator ()() local 83 std::string prefix; in operator ()() local
|
/openbmc/sdbusplus/src/ |
H A D | exception.cpp | 33 SdBusError::SdBusError(int error_in, const char* prefix, in SdBusError() 38 SdBusError::SdBusError(int error_in, std::string&& prefix, in SdBusError() 55 SdBusError::SdBusError(sd_bus_error* error_in, const char* prefix, in SdBusError() 109 void SdBusError::populateMessage(std::string&& prefix) in populateMessage()
|
/openbmc/sdbusplus/test/exception/ |
H A D | sdbus_error.cpp | 31 const std::string prefix = "BasicErrno"; in TEST() local 75 const std::string prefix = "Move"; in TEST() local 140 const std::string prefix = "BasicError"; in TEST() local
|
/openbmc/phosphor-hwmon/ |
H A D | env.hpp | 58 inline std::string getEnv(const char* prefix, const SensorSet::key_type& sensor, in getEnv() 80 inline std::string getEnv(const char* prefix, const std::string& type, in getEnv()
|
/openbmc/qemu/qobject/ |
H A D | block-qdict.c | 55 static void qdict_flatten_qlist(QList *qlist, QDict *target, const char *prefix) in qdict_flatten_qlist() 94 static void qdict_flatten_qdict(QDict *qdict, QDict *target, const char *prefix) in qdict_flatten_qdict() 228 char indexstr[32], prefix[32]; in qdict_array_split() local 285 static void qdict_split_flat_key(const char *key, char **prefix, in qdict_split_flat_key() 431 char *prefix = NULL; in qdict_crumple() local 611 char *prefix = g_strdup_printf("%s%u.", subqdict, i); in qdict_array_entries() local
|
/openbmc/sdeventplus/src/sdeventplus/ |
H A D | exception.cpp | 8 SdEventError::SdEventError(int r, const char* prefix) : in SdEventError()
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffscfg.h | 33 const YCHAR *prefix; member
|
/openbmc/bmcweb/test/http/ |
H A D | http2_connection_test.cpp | 171 for (const auto prefix : expectedPrefix) in TEST() local 186 for (const auto& prefix : expectedPrefix) in TEST() local
|
/openbmc/sdeventplus/test/ |
H A D | exception.cpp | 16 const char* const prefix = "construct_test"; in TEST() local
|
/openbmc/qemu/disas/ |
H A D | objdump.c | 11 const char *prefix) in print_insn_objdump()
|
/openbmc/qemu/util/ |
H A D | path.c | 17 void init_paths(const char *prefix) in init_paths()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | ip_utils.hpp | 58 uint8_t prefix = 0; in ipv4VerifyIpAndGetBitcount() local
|
/openbmc/qemu/tests/functional/ |
H A D | test_ppc64_tuxrun.py | 22 def ppc64_common_tuxrun(self, kernel_asset, rootfs_asset, prefix): argument
|
/openbmc/openbmc/poky/meta/lib/patchtest/ |
H A D | repo.py | 18 prefix = 'patchtest' variable in PatchTestRepo
|
/openbmc/qemu/include/hw/ |
H A D | boards.h | 579 #define _MACHINE_VER_TYPE_NAME2(prefix, major, minor) \ argument 582 #define _MACHINE_VER_TYPE_NAME3(prefix, major, minor, micro) \ argument 585 #define _MACHINE_VER_TYPE_NAME4(prefix, major, minor, _unused_, tag) \ argument 588 #define _MACHINE_VER_TYPE_NAME5(prefix, major, minor, micro, _unused_, tag) \ argument 591 #define MACHINE_VER_TYPE_NAME(prefix, ...) \ argument 616 #define _MACHINE_VER_SYM2(sym, prefix, major, minor) \ argument 619 #define _MACHINE_VER_SYM3(sym, prefix, major, minor, micro) \ argument 622 #define _MACHINE_VER_SYM4(sym, prefix, major, minor, _unused_, tag) \ argument 625 #define _MACHINE_VER_SYM5(sym, prefix, major, minor, micro, _unused_, tag) \ argument 628 #define MACHINE_VER_SYM(sym, prefix, ...) \ argument
|
/openbmc/u-boot/scripts/dtc/ |
H A D | srcpos.c | 269 void srcpos_verror(struct srcpos *pos, const char *prefix, in srcpos_verror() 283 void srcpos_error(struct srcpos *pos, const char *prefix, in srcpos_error()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | data_proc.tcl | 253 proc convert_array_keys {source_arr target_arr {convert_commands}\
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_variable.c | 93 static const char *prefix(const char *str, const char *prefix) in prefix()
|
/openbmc/phosphor-host-ipmid/ |
H A D | transporthandler.cpp | 265 typename AddrFamily<family>::addr address, uint8_t prefix) in createIfAddr() 327 std::optional<uint8_t> prefix) in reconfigureIfAddr4() 420 uint8_t idx, stdplus::In6Addr address, uint8_t prefix) in reconfigureIfAddr6() 466 uint8_t prefix{}; in getLanIPv6Address() local 972 uint8_t prefix; in setLanInt() local 1045 uint8_t prefix; in setLanInt() local 1225 uint8_t prefix = AddrFamily<AF_INET>::defaultPrefix; in getLan() local
|