Home
last modified time | relevance | path

Searched refs:dictionary (Results 1 – 25 of 115) sorted by relevance

12345

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng/
H A DModify-configure.in-and-etc-Makefile.am.patch51 - dictionary dictionary.ascend dictionary.compat dictionary.merit \
52 - dictionary.sip
56 +pkgdata_DATA = dictionary dictionary.ascend dictionary.compat \
57 + dictionary.merit dictionary.sip
59 EXTRA_DIST = issue port-id-map dictionary dictionary.ascend \
60 dictionary.compat dictionary.merit servers radiusclient.conf.in \
61 @@ -25,6 +27,7 @@ EXTRA_DIST = issue port-id-map dictionary dictionary.ascend \
75 # dictionary of allowed attributes and values
77 -dictionary @pkgsysconfdir@/dictionary
78 +dictionary @pkgdatadir@/dictionary
/openbmc/libbej/src/
H A Dbej_dictionary.c27 static bool bejValidatePropertyOffset(const uint8_t* dictionary, in bejValidatePropertyOffset() argument
50 (const struct BejDictionaryHeader*)dictionary; in bejValidatePropertyOffset()
79 int bejDictGetProperty(const uint8_t* dictionary, in bejDictGetProperty() argument
85 (const struct BejDictionaryHeader*)dictionary; in bejDictGetProperty()
87 if (!bejValidatePropertyOffset(dictionary, propertyOffset)) in bejDictGetProperty()
107 const char* bejDictGetPropertyName(const uint8_t* dictionary, in bejDictGetPropertyName() argument
114 return (const char*)(dictionary + nameOffset); in bejDictGetPropertyName()
117 int bejDictGetPropertyByName(const uint8_t* dictionary, in bejDictGetPropertyByName() argument
127 (const struct BejDictionaryHeader*)dictionary; in bejDictGetPropertyByName()
129 if (!bejValidatePropertyOffset(dictionary, curPropertyOffset)) in bejDictGetPropertyByName()
[all …]
H A Dbej_decoder_core.c156 const uint8_t** dictionary, in bejGetDictionaryAndProperty() argument
163 *dictionary = params->mainDictionary; in bejGetDictionaryAndProperty()
168 *dictionary = params->annotDictionary; in bejGetDictionaryAndProperty()
198 const uint8_t* dictionary; in bejGetPropName() local
203 &dictionary, &prop) != 0)) in bejGetPropName()
207 return bejDictGetPropertyName(dictionary, prop->nameOffset, in bejGetPropName()
316 const uint8_t* dictionary; in bejHandleBejSet() local
381 const uint8_t* dictionary; in bejHandleBejArray() local
385 &dictionary, &prop)); in bejHandleBejArray()
493 const uint8_t* dictionary; in bejHandleBejEnum() local
[all …]
H A Dbej_encoder_metadata.c134 const uint8_t* dictionary = in bejFindSeqNumAndChildDictOffset() local
136 bool isAnnotation = dictionary == dictionaries->annotationDictionary; in bejFindSeqNumAndChildDictOffset()
141 if (dictionary != parentDictionary) in bejFindSeqNumAndChildDictOffset()
157 int ret = bejDictGetPropertyByName(dictionary, dictStartingOffset, in bejFindSeqNumAndChildDictOffset()
170 *nodeDictionary = dictionary; in bejFindSeqNumAndChildDictOffset()
507 node->metaData.dictionary = nodeDictionary; in bejUpdateParentMetaData()
551 dictionaries, parent->metaData.dictionary, in bejProcessChildNodes()
561 bejUpdateLeafNodeMetaData(dictionaries, parent->metaData.dictionary, in bejProcessChildNodes()
/openbmc/linux/lib/lz4/
H A Dlz4_compress.c192 const BYTE * const dictionary = dictPtr->dictionary; in LZ4_compress_generic() local
272 lowLimit = dictionary; in LZ4_compress_generic()
339 && (lowLimit == dictionary)) { in LZ4_compress_generic()
407 lowLimit = dictionary; in LZ4_compress_generic()
776 const char *dictionary, int dictSize) in LZ4_loadDict() argument
779 const BYTE *p = (const BYTE *)dictionary; in LZ4_loadDict()
790 dict->dictionary = NULL; in LZ4_loadDict()
799 dict->dictionary = p; in LZ4_loadDict()
850 dict->dictionary = (const BYTE *)safeBuffer; in LZ4_saveDict()
883 if ((sourceEnd > streamPtr->dictionary) in LZ4_compress_fast_continue()
[all …]
/openbmc/libbej/include/libbej/
H A Dbej_dictionary.h82 int bejDictGetProperty(const uint8_t* dictionary,
95 const char* bejDictGetPropertyName(const uint8_t* dictionary,
112 int bejDictGetPropertyByName(const uint8_t* dictionary,
/openbmc/linux/include/linux/
H A Dlz4.h102 const uint8_t *dictionary; member
376 int LZ4_loadDictHC(LZ4_streamHC_t *streamHCPtr, const char *dictionary,
465 int LZ4_loadDict(LZ4_stream_t *streamPtr, const char *dictionary,
522 const char *dictionary, int dictSize);
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/
H A DObjectMapper.interface.yaml10 Obtain a dictionary of service -> implemented interface(s) for the
25 A dictionary of service -> implemented interface(s).
30 Obtain a dictionary of ancestor -> services where ancestor is an
46 A dictionary of ancestor -> services.
51 Obtain a dictionary of path -> services where path is in sutbtree and
71 A dictionary of path -> services.
124 A dictionary of path -> services.
/openbmc/linux/Documentation/staging/
H A Dxz.rst51 dictionary. It will also append a four-byte trailer containing the
54 which will use no BCJ filter and 1 MiB LZMA2 dictionary.
73 In userspace, LZMA2 is typically used with dictionary sizes of several
74 megabytes. The decoder needs to have the dictionary in RAM, thus big
76 by the kernel. 1 MiB is probably the maximum reasonable dictionary
83 An exception to above dictionary size limitation is when the decoder
86 doesn't depend on the dictionary size, and it is perfectly fine to
87 use a big dictionary: for maximum compression, the dictionary should
H A Dlzo.rst26 - a distance when copying data from the dictionary (past output buffer)
27 - a length (number of bytes to copy from dictionary)
36 seems to be optimized for literal use only, since there is no dictionary yet
53 For references to the dictionary, distances are relative to the output
102 dictionary which is empty, and that it will always be
134 2-byte block from the dictionary within a 1kB distance. It is worth
147 dictionary from a 2..3kB distance, and must be interpreted like this :
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_fru_device.robot44 # Create dictionary with FRU device serial number as key and details as value from IPMI.
56 # Compare dbus dictionary each field, with IPMI FRU device fields for each FRU device.
157 # Get the FRU list and return as a dictionary with serial number as key.
198 # Get each device and split field as key and value and append to a dictionary.
218 [Documentation] Provides the dictionary of DBUS FRU devices from DBUS FRU.
226 # Appends dictionary with serial number as key and FRU dbus uri as value,
250 # fru_command FRU command to map into dictionary as value.
252 # Validates the IPMI FRU dictionary key with dbus uri response serial number.
270 [Documentation] Compare the IPMI FRU dictionary values with DBUS dictionary values,
277 # With each IPMI FRU key, get the corresponding valid from dbus dictionary,
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/iniparser/iniparser/
H A DCVE-2023-33461.patch22 @@ -456,7 +456,7 @@ long int iniparser_getlongint(const dictionary * d, const char * key, long int n
31 @@ -511,7 +511,7 @@ double iniparser_getdouble(const dictionary * d, const char * key, double notfou
40 @@ -553,7 +553,7 @@ int iniparser_getboolean(const dictionary * d, const char * key, int notfound)
H A DAdd-CMake-support.patch23 +set(INIPARSER_SRCS src/dictionary.c src/iniparser.c)
24 +set(INIPARSER_HDRS src/dictionary.h src/iniparser.h)
/openbmc/openbmc-test-automation/lib/
H A Dredfish_code_update_utils.robot36 # test inventory dictionary for the firmware functional status.
68 [Documentation] Return dictionary of the image type, version and functional state
136 # Convert from dictionary to list.
173 # sw_inv This dictionary contains all the BMC firmware details.
192 # sw_inv This dictionary contains all the BMC firmware details.
271 [Documentation] Return dictionary of system firmware details.
304 [Documentation] Return list of task id(s) from provided list of dictionary.
308 # task_dict_list Task id dictionary list.
322 [Documentation] Create active task inventory dictionary as certain URI create task
327 # task_obj Task dictionary.
[all …]
H A Dconnection_client.robot20 # connection_args A dictionary of acceptable inputs to the Open Connection
31 # If no host was provided, add ${OPENBMC_HOST} to the dictionary
46 # to the dictionary and open the connection. Otherwise, open the connection
79 # connection_args A dictionary of arguments to pass to Open Connection
87 # Search the dictionary to see if it includes the host and alias.
93 # Add the alias and host back into the dictionary of connection arguments,
H A Dvar_funcs.py919 def split_dict_on_key(split_key, dictionary): argument
950 for key in list(dictionary.keys()):
954 dict2[key] = dictionary[key]
956 dict1[key] = dictionary[key]
/openbmc/openbmc-tools/tof-voters/
H A DREADME.md21 The above will yield a JSON dictionary of "users:points" where 'qualified' is
22 set in the users' dictionary from `report.json` like:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/
H A Dnative-helpers.patch28 # Generate the dictionary
41 # Generate the dictionary
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/
H A D0003-tests-use-a-dictionaries-for-environment.patch7 use a dictionary as this is simplest solution to install the environment.
35 + # use a dictionary as this is the simplest solution
/openbmc/qemu/tests/qapi-schema/
H A Dpragma-non-dict.json1 # Value of 'pragma' must be a dictionary
H A Dbad-data.json1 # we ensure 'data' is a dictionary for all but enums
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dmetadata.py108 def dict_to_XML(tag, dictionary, **kwargs): argument
112 for key, val in dictionary.items():
/openbmc/phosphor-pid-control/
H A Dconfigure.md37 The JSON object should be a dictionary with two keys, `sensors` and `zones`.
274 | `pid` | `dictionary` | A PID dictionary detailed above. …
296 | `pid` | `dictionary` | A PID dictionary detailed above. …
347 | `pid` | `dictionary` | A controller settings dictionary detailed below. …
349 The `pid` dictionary (confusingly named) is defined as follows:
354 | `reading` | `dictionary` | Enumerated list of input values, indexed from 0, must be mo…
355 | `output` | `dictionary` | Enumerated list of output values, indexed from 0, must matc…
362 dictionary in Entity Manager.
/openbmc/linux/lib/xz/
H A Dxz_dec_lzma2.c44 struct dictionary { struct
268 struct dictionary dict;
290 static void dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset()
304 static void dict_limit(struct dictionary *dict, size_t out_max) in dict_limit()
313 static inline bool dict_has_space(const struct dictionary *dict) in dict_has_space()
324 static inline uint32_t dict_get(const struct dictionary *dict, uint32_t dist) in dict_get()
337 static inline void dict_put(struct dictionary *dict, uint8_t byte) in dict_put()
350 static bool dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) in dict_repeat()
378 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed()
437 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pydicti_1.2.1.bb1 SUMMARY = "Case insensitive derivable dictionary"

12345