/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_buildsys.py | 478 def process_macro(keyword, value): argument 480 …if handler.process_macro(srctree, keyword, value, process_value, libdeps, pcdeps, deps, outlines, … 482 logger.debug('Found keyword %s with value "%s"' % (keyword, value)) 483 if keyword == 'PKG_CHECK_MODULES': 490 elif keyword == 'PKG_CHECK_EXISTS': 497 elif keyword in ('AM_GNU_GETTEXT', 'AM_GLIB_GNU_GETTEXT', 'GETTEXT_PACKAGE'): 499 elif keyword in ('AC_PROG_INTLTOOL', 'IT_PROG_INTLTOOL'): 501 elif keyword == 'AM_PATH_GLIB_2_0': 503 elif keyword in ('AC_CHECK_PROG', 'AC_PATH_PROG', 'AX_WITH_PROG'): 509 … if handler.process_prog(srctree, keyword, value, prog, deps, outlines, inherits, values): [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | compare_vpd_action_tests.cpp | 71 std::string keyword{"Model"}; in TEST() local 78 EXPECT_CALL(vpd, getValue(fru, keyword)) in TEST() 87 CompareVPDAction action{fru, keyword, abcdValue}; in TEST() 93 CompareVPDAction action{fru, keyword, in TEST() 100 CompareVPDAction action{fru, keyword, std::vector<uint8_t>{}}; in TEST() 108 std::string keyword{"Model"}; in TEST() local 115 EXPECT_CALL(vpd, getValue(fru, keyword)) in TEST() 124 CompareVPDAction action{fru, keyword, emptyValue}; in TEST() 130 CompareVPDAction action{fru, keyword, in TEST() 139 std::string keyword{"Model"}; in TEST() local [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | code_update_utils.py | 22 import gen_robot_keyword as keyword # NOQA namespace 54 _, image_names = keyword.run_key( 59 _, image = keyword.run_key("Get Host Software Property " + image_name) 77 _, cur_img_version = keyword.run_key("Get BMC Version") 81 _, images = keyword.run_key( 86 _, image_properties = keyword.run_key( 104 keyword.run_key("Initiate Host PowerOff") 106 status, images = keyword.run_key( 110 keyword.run_key( 129 keyword.run_key_u("Open Connection And Log In") [all …]
|
H A D | boot_utils.robot | 2 Documentation This module provides one wrapper keyword for each kind of boot 25 # keyword will print only essential 51 # keyword will print only essential 77 # keyword will print only essential 103 # keyword will print only essential 129 # keyword will print only essential 155 # keyword will print only essential 181 # keyword will print only essential 208 # keyword will print only essential 234 # keyword will print only essential [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | vpd.cpp | 26 const std::string& keyword) in getValue() argument 34 auto it = cachedKeywords.find(keyword); in getValue() 43 getDBusProperty(inventoryPath, keyword, value); in getValue() 46 cachedKeywords[keyword] = value; in getValue() 53 const std::string& keyword, in getDBusProperty() argument 58 std::string property{(keyword == "CCIN") ? "Model" : keyword}; in getDBusProperty()
|
H A D | vpd.hpp | 67 const std::string& keyword) = 0; 101 const std::string& keyword) override; 116 const std::string& keyword,
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | compare_vpd.md | 5 Compares a VPD (Vital Product Data) keyword value to an expected value. 11 The phosphor-regulators application obtains VPD keyword values from D-Bus. Other 24 a VPD keyword value. For example, you could set the output voltage only for 27 ### Unavailable keyword values 29 A keyword value may be unavailable if: 31 - The hardware component does not support the keyword. 36 If the keyword value is unavailable, it will be treated as having an "empty" 50 | keyword | yes | string | VPD keyword. Specify one of the following:… 60 Returns true if the keyword value equals the expected value, otherwise returns 70 "keyword": "CCIN", [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | compare_vpd_action.hpp | 56 const std::string& keyword, in CompareVPDAction() argument 58 fru{fru}, keyword{keyword}, value{value} in CompareVPDAction() 91 return keyword; in getKeyword() 122 const std::string keyword{}; member in phosphor::power::regulators::CompareVPDAction
|
H A D | compare_vpd_action.cpp | 34 environment.getServices().getVPD().getValue(fru, keyword); in execute() 53 ss << "keyword: " << keyword << ", "; in toString()
|
/openbmc/openpower-hw-diags/analyzer/ras-data/ |
H A D | ras-data-definition.md | 13 ## 1) `model_ec` keyword (required) 15 The value of this keyword is a `string` representing a 32-bit hexidecimal number 19 ## 2) `version` keyword (required) 23 keyword is a positive integer. Version `1` has been deprecated. The current 26 ## 3) `units` keyword 28 The value of this keyword is a JSON object representing all of the guardable 41 ## 4) `buses` keyword 43 The value of this keyword is a JSON object representing all of the buses 56 keyword is optional and the chip is used as the endpoint connection instead. 65 ## 5) `actions` keyword (required) [all …]
|
/openbmc/linux/fs/orangefs/ |
H A D | orangefs-debugfs.c | 62 char *keyword; member 534 cdm_array[i].keyword = kzalloc(keyword_len + 1, GFP_KERNEL); in orangefs_prepare_cdm_array() 535 if (!cdm_array[i].keyword) { in orangefs_prepare_cdm_array() 542 cdm_array[i].keyword, in orangefs_prepare_cdm_array() 546 if (!strcmp(cdm_array[i].keyword, ORANGEFS_VERBOSE)) in orangefs_prepare_cdm_array() 549 if (!strcmp(cdm_array[i].keyword, ORANGEFS_ALL)) in orangefs_prepare_cdm_array() 629 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string() 639 strlcat(new, s_kmod_keyword_mask_map[i].keyword, string_size); in orangefs_prepare_debugfs_help_string() 726 if (keyword_is_amalgam((char *) s_kmod_keyword_mask_map[index].keyword)) in do_k_string() 731 strlen(s_kmod_keyword_mask_map[index].keyword)) in do_k_string() [all …]
|
/openbmc/openpower-hw-diags/analyzer/ |
H A D | initialize_isolator.cpp | 39 libhei::FileKeyword_t keyword; in __getChipDataFiles() local 42 const size_t sz_keyword = sizeof(keyword); in __getChipDataFiles() 56 memcpy(&keyword, &buffer[0], sz_keyword); in __getChipDataFiles() 57 keyword = be64toh(keyword); in __getChipDataFiles() 60 if (libhei::KW_CHIPDATA != keyword) in __getChipDataFiles()
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | varhandlers.c | 66 int spk_chartab_get_value(char *keyword) in spk_chartab_get_value() argument 70 if (!strcmp(keyword, "ALPHA")) in spk_chartab_get_value() 72 else if (!strcmp(keyword, "B_CTL")) in spk_chartab_get_value() 74 else if (!strcmp(keyword, "WDLM")) in spk_chartab_get_value() 76 else if (!strcmp(keyword, "A_PUNC")) in spk_chartab_get_value() 78 else if (!strcmp(keyword, "PUNC")) in spk_chartab_get_value() 80 else if (!strcmp(keyword, "NUM")) in spk_chartab_get_value() 82 else if (!strcmp(keyword, "A_CAP")) in spk_chartab_get_value() 84 else if (!strcmp(keyword, "B_CAPSYM")) in spk_chartab_get_value() 86 else if (!strcmp(keyword, "B_SYM")) in spk_chartab_get_value()
|
/openbmc/openbmc-test-automation/extended/ |
H A D | run_keyword.robot | 2 Documentation Run the caller's keyword string. 5 # keyword_string The keyword string to be run by this program. If this 6 # keyword string contains " ; " anywhere, it will be taken to 7 # be multiple keyword strings (see example below). Each 54 [Documentation] Run the keyword program.
|
/openbmc/openbmc/poky/bitbake/contrib/vim/syntax/ |
H A D | bitbake.vim | 37 syn keyword bbTodo COMBAK FIXME TODO XXX contained 52 syn keyword bbExportFlag export contained nextgroup=bbIdentifier skipwhite 65 syn keyword bbInclude inherit include require contained 70 syn keyword bbStatement addtask deltask addhandler after before EXPORT_FUNCTIONS contained 76 syn keyword bbOEFunctions do_fetch do_unpack do_patch do_configure do_compile do_stage do_ins… 81 syn keyword bbOverrideOperator append prepend remove contained 88 syn keyword bbShFakeRootFlag fakeroot contained 96 syn keyword bbPyFlag python contained 101 syn keyword bbPyDef def contained
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/passwdqc/passwdqc/ |
H A D | makefile-add-ldflags.patch | 15 XGETTEXT_OPTS = --keyword=_ --keyword=P2_:1,1 --keyword=P3_:1,2 --language=C --add-comments
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | query.py | 445 m, keyword = self.match_require_include(line) 453 … self.print_cross_files(bbpath, keyword, layername, f, needed_file, args.filenames, ignore_layers) 471 m, keyword = self.match_require_include(line) 475 m, keyword = self.match_inherit(line) 479 …self.print_cross_files(bbpath, keyword, layername, f, m.group(1) + bbclass, args.filenames, ignore… 482 …def print_cross_files(self, bbpath, keyword, layername, f, needed_filename, show_filenames, ignore… argument 492 logger.plain("%s %s %s" %(f, keyword, needed_file)) 501 keyword = "requires" 504 keyword = "includes" 505 return (m, keyword) [all …]
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-feature.rst | 44 and run all probes, the **full** keyword should be used. 46 If the **macros** keyword (but not the **-j** option) is 58 When the **unprivileged** keyword is used, bpftool will dump 63 **unprivileged** keyword: This is to avoid misdetection if 65 keyword is unavailable if bpftool was compiled without
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | 0001-libdirect-remove-use-of-keyword-register.patch | 4 Subject: [PATCH] libdirect: remove use of keyword 'register' 6 The 'register' keyword was removed in C++17 and is now unused and 11 'register' keyword is used or not, there shouldn't be any performance
|
/openbmc/linux/scripts/ |
H A D | unifdef.c | 191 static char *keyword; /* used for editing #elif's */ variable 453 static void Mpass (void) { memcpy(keyword, "if ", 4); Pelif(); } in Mpass() 522 snprintf(keyword, tline + sizeof(tline) - keyword, in keywordedit() 669 keyword = tline + (cp - tline); in parseline() 671 kwlen = cp - keyword; in parseline() 676 if (strlcmp("ifdef", keyword, kwlen) == 0 || in parseline() 677 strlcmp("ifndef", keyword, kwlen) == 0) { in parseline() 682 retval = (keyword[2] == 'n') in parseline() 692 } else if (strlcmp("if", keyword, kwlen) == 0) in parseline() 694 else if (strlcmp("elif", keyword, kwlen) == 0) in parseline() [all …]
|
/openbmc/openbmc-test-automation/ |
H A D | CONTRIBUTING.md | 24 - For this project, we will write Robot keyword definitions in either Robot or 80 - When you define or call a Robot keyword, Robot pays no attention to spaces, 96 # This keyword name is correct. 100 # This keyword name is incorrect because of 1) the 102 # capitalize each word in the keyword. 106 # This keyword name is incorrect because of 1) a failure to 108 # each word in the keyword. 112 # This keyword name is correct. Note that "BMC" is an 133 [Documentation] This keyword boots the BMC. 158 ... keyword will return an error message to that [all …]
|
/openbmc/openbmc-test-automation/xcat/ |
H A D | test_xcat_group.robot | 69 # Sample output of this keyword: 92 # Sample output of this keyword: 112 # This keyword verifies the REST connectivity between XCAT and the BMC node. 133 # Sample output of the keyword: 157 # Sample output of the keyword: 176 # Sample output of the keyword: 192 # Sample output of the keyword:
|
/openbmc/docs/designs/ |
H A D | vpd-collection.md | 13 VPD, which the BMC currently does not support. Certain FRUs also have keyword 40 Each keyword can be used to contain specific data about the FRU. For example, 41 the SN keyword will contain a serial number that can uniquely identify an 46 The keyword format VPD does not contain records, but instead has just keywords 59 - The keyword format VPD is also something that consists of key-value pairs, but 60 has no concept of a record to group keywords together. The ECC for the keyword 98 keyword for a given FRU. 131 and a keyword-vpd-parser. These services shall be templated to allow for 147 - The service (one instance of ipz-vpd-parser or keyword-vpd-parser), when 153 record) which will have each keyword as a property (ex, FN, PN). This will [all …]
|
/openbmc/linux/rust/ |
H A D | bindgen_parameters | 13 # `try` is a reserved keyword since Rust 2018; solved in `bindgen` v0.59.2, 14 # commit 2aed6b021680 ("context: Escape the try keyword properly").
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-debugifc.c | 106 const char *keyword) in debugifc_match_keyword() argument 109 if (!keyword) return 0; in debugifc_match_keyword() 110 kl = strlen(keyword); in debugifc_match_keyword() 112 return !memcmp(buf,keyword,kl); in debugifc_match_keyword()
|