Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 25 of 271) sorted by relevance

1234567891011

/openbmc/qemu/block/
H A Dcrypto.h24 #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/linux/drivers/firmware/broadcom/
Dbcm47xx_sprom.c
/openbmc/linux/tools/include/linux/
Dbtf_ids.h
/openbmc/openbmc/poky/scripts/
H A Dgen-lockedsig-cache28 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 Dmtest2make.py68 def emit_prolog(suites, prefix): argument
84 def emit_suite_deps(name, suite, prefix): argument
93 def emit_suite(name, suite, prefix): argument
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp201 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/linux/tools/testing/selftests/kvm/riscv/
Dget-reg-list.c
/openbmc/qemu/tests/unit/
H A Dtest-resv-mem.c19 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/pyphosphor/obmc/utils/
H A Dmisc.py18 def org_dot_openbmc_match_strings(sep='.', prefix=''): argument
27 def org_dot_openbmc_match(name, sep='.', prefix=''): argument
/openbmc/sdbusplus/src/
H A Dexception.cpp33 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/linux/drivers/s390/net/
Dsmsgiucv.c
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_printer.cpp52 std::string prefix; in operator ()() local
64 std::string prefix; in operator ()() local
83 std::string prefix; in operator ()() local
/openbmc/qemu/qobject/
H A Dblock-qdict.c55 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/linux/drivers/usb/gadget/function/
Df_mass_storage.h
/openbmc/sdbusplus/test/exception/
H A Dsdbus_error.cpp31 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/linux/arch/x86/entry/syscalls/
DMakefile
/openbmc/linux/tools/perf/trace/beauty/
Dstatx.c
Dseccomp.c
/openbmc/linux/drivers/net/ethernet/sfc/
Def100_rx.c
/openbmc/phosphor-hwmon/
H A Denv.hpp58 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/linux/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
Dget-reg-list.c
/openbmc/linux/net/netfilter/
Dnf_log_syslog.c
/openbmc/bmcweb/test/http/
H A Dhttp2_connection_test.cpp161 for (const auto prefix : expectedPrefix) in TEST() local
175 for (const auto& prefix : expectedPrefix) in TEST() local
/openbmc/sdeventplus/src/sdeventplus/
H A Dexception.cpp8 SdEventError::SdEventError(int r, const char* prefix) : in SdEventError()

1234567891011