| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng/ |
| H A D | Modify-configure.in-and-etc-Makefile.am.patch | 51 - 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 D | bej_dictionary.c | 28 static bool bejValidatePropertyOffset(const uint8_t* dictionary, in bejValidatePropertyOffset() argument 51 (const struct BejDictionaryHeader*)dictionary; in bejValidatePropertyOffset() 66 const uint8_t* dictionary, uint32_t dictionarySize, uint16_t nameOffset, in bejValidatePropertyNameLength() argument 85 const char* name = (const char*)dictionary + nameOffset; in bejValidatePropertyNameLength() 111 int bejDictGetProperty(const uint8_t* dictionary, in bejDictGetProperty() argument 117 (const struct BejDictionaryHeader*)dictionary; in bejDictGetProperty() 119 if (!bejValidatePropertyOffset(dictionary, propertyOffset)) in bejDictGetProperty() 128 (const struct BejDictionaryProperty*)(dictionary + propertyOffset); in bejDictGetProperty() 131 if (!bejValidatePropertyNameLength(dictionary, in bejDictGetProperty() 146 const char* bejDictGetPropertyName(const uint8_t* dictionary, in bejDictGetPropertyName() argument [all …]
|
| H A D | bej_decoder_core.c | 176 uint32_t sequenceNumber, const uint8_t** dictionary, in bejGetDictionaryAndProperty() argument 183 *dictionary = params->mainDictionary; in bejGetDictionaryAndProperty() 188 *dictionary = params->annotDictionary; in bejGetDictionaryAndProperty() 199 bejDictGetProperty(*dictionary, dictPropOffset, sequenceNumber, prop); in bejGetDictionaryAndProperty() 218 const uint8_t* dictionary; in bejGetPropName() local 223 &dictionary, &prop) != 0)) in bejGetPropName() 227 return bejDictGetPropertyName(dictionary, prop->nameOffset, in bejGetPropName() 336 const uint8_t* dictionary; in bejHandleBejSet() local 340 sequenceNumber, &dictionary, &prop)); in bejHandleBejSet() 345 propName = bejDictGetPropertyName(dictionary, prop->nameOffset, in bejHandleBejSet() [all …]
|
| H A D | bej_encoder_metadata.c | 133 const uint8_t* dictionary = in bejFindSeqNumAndChildDictOffset() local 135 bool isAnnotation = dictionary == dictionaries->annotationDictionary; in bejFindSeqNumAndChildDictOffset() 140 if (dictionary != parentDictionary) in bejFindSeqNumAndChildDictOffset() 156 int ret = bejDictGetPropertyByName(dictionary, dictStartingOffset, in bejFindSeqNumAndChildDictOffset() 169 *nodeDictionary = dictionary; in bejFindSeqNumAndChildDictOffset() 499 node->metaData.dictionary = nodeDictionary; in bejUpdateParentMetaData() 543 dictionaries, parent->metaData.dictionary, in bejProcessChildNodes() 553 dictionaries, parent->metaData.dictionary, childPtr, in bejProcessChildNodes()
|
| /openbmc/libbej/include/libbej/ |
| H A D | bej_dictionary.h | 82 int bejDictGetProperty(const uint8_t* dictionary, 95 const char* bejDictGetPropertyName(const uint8_t* dictionary, 113 const uint8_t* dictionary, uint16_t startingPropertyOffset,
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_fru_device.robot | 44 # Create dictionary with FRU device serial number as key and details as value from IPMI. 53 …# Creates dictionary with serial number as key, and corresponding FRU device uri as value from dbu… 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. 199 # Get each device and split field as key and value and append to a dictionary. 211 # Assign serial number as key for main dictionary and a each device detail as value. 219 [Documentation] Provides the dictionary of DBUS FRU devices from DBUS FRU. 227 # Appends dictionary with serial number as key and FRU dbus uri as value, 250 … if status was true value of BOARD_SERIAL will be taken for dictionary as an key 251 … otherwise value of PRODUCT_SERIAL will be taken as an key for dictionary. [all …]
|
| H A D | test_ipmi_fru.robot | 68 # ${ipmi_fru_component_obj} IPMI FRU component data in dictionary. 75 # ${redfish_fru_component_obj} Redfish FRU component data in dictionary.
|
| /openbmc/openbmc-tools/tof-voters/ |
| H A D | README.md | 21 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-test-automation/lib/ |
| H A D | redfish_code_update_utils.robot | 36 # 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 D | connection_client.robot | 20 # 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 D | var_funcs.py | 919 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/obmc-console/ |
| H A D | config-internal.h | 24 dictionary *dict;
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | pragma-non-dict.json | 1 # Value of 'pragma' must be a dictionary
|
| H A D | bad-data.json | 1 # we ensure 'data' is a dictionary for all but enums
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/ |
| H A D | native-helpers.patch | 28 # Generate the dictionary 41 # Generate the dictionary
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
| H A D | 0003-tests-use-a-dictionaries-for-environment.patch | 7 use a dictionary as this is simplest solution to install the environment. 34 + # use a dictionary as this is the simplest solution
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pydicti_1.2.1.bb | 1 SUMMARY = "Case insensitive derivable dictionary"
|
| H A D | python3-nocasedict_2.0.4.bb | 1 SUMMARY = "A case-insensitive ordered dictionary for Python"
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | metadata.py | 113 def dict_to_XML(tag, dictionary, **kwargs): argument 117 for key, val in dictionary.items():
|
| /openbmc/phosphor-pid-control/ |
| H A D | configure.md | 37 The JSON object should be a dictionary with two keys, `sensors` and `zones`. 276 | `pid` | `dictionary` | A PID dictionary detailed above. … 300 | `pid` | `dictionary` | A PID dictionary detailed above. … 353 | `pid` | `dictionary` | A controller settings dictionary detailed below. … 355 The `pid` dictionary (confusingly named) is defined as follows: 360 | `reading` | `dictionary` | Enumerated list of input values, indexed from 0, must be mo… 361 | `output` | `dictionary` | Enumerated list of output values, indexed from 0, must matc… 368 dictionary in Entity Manager.
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | no-aux-cache.patch | 1 The ldconfig auxiliary cache is a dictionary where the keys include inode, so
|
| /openbmc/obmc-console/subprojects/packagefiles/iniparser/ |
| H A D | meson.build | 14 'src/dictionary.c',
|
| /openbmc/obmc-console/test/ |
| H A D | test-config-parse.c | 34 dictionary *dict = iniparser_load_file(f, ""); in mock_config_from_buffer()
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/ |
| H A D | CVE-2021-23159_CVE-2021-2317.patch | 27 + lsx_fail_errno(ft, SOX_EHDR, "Implausible dictionary size in HCOM header");
|
| /openbmc/openbmc-test-automation/lib/external_intf/ |
| H A D | management_console_utils.robot | 25 # command Get command from dictionary. 37 # message Get status message from dictionary.
|