/openbmc/linux/tools/testing/selftests/damon/ |
H A D | sysfs.sh | 39 if [ "$to_ensure" = "exist" ] && [ ! -d "$dir" ] 55 if [ "$to_ensure" = "exist" ] 78 ensure_dir "$range_dir" "exist" 79 ensure_file "$range_dir/min" "exist" 600 80 ensure_file "$range_dir/max" "exist" 600 86 ensure_dir "$tried_regions_dir" "exist" 87 ensure_file "$tried_regions_dir/total_bytes" "exist" "400" 93 ensure_dir "$stats_dir" "exist" 96 ensure_file "$stats_dir/$f" "exist" "400" 103 ensure_file "$filter_dir/type" "exist" "600" [all …]
|
/openbmc/linux/net/ceph/ |
H A D | string_table.c | 13 struct ceph_string *cs, *exist; in ceph_find_or_create_string() local 17 exist = NULL; in ceph_find_or_create_string() 21 exist = rb_entry(*p, struct ceph_string, node); in ceph_find_or_create_string() 22 ret = ceph_compare_string(exist, str, len); in ceph_find_or_create_string() 29 exist = NULL; in ceph_find_or_create_string() 31 if (exist && !kref_get_unless_zero(&exist->kref)) { in ceph_find_or_create_string() 32 rb_erase(&exist->node, &string_tree); in ceph_find_or_create_string() 33 RB_CLEAR_NODE(&exist->node); in ceph_find_or_create_string() 34 exist = NULL; in ceph_find_or_create_string() 37 if (exist) in ceph_find_or_create_string() [all …]
|
/openbmc/openbmc-test-automation/redfish/systems/eventlog/ |
H A D | test_event_logging.robot | 29 Event Log Should Not Exist 36 Event Log Should Not Exist 44 Event Log Should Not Exist 49 Event Log Should Not Exist 57 Event Log Should Exist 80 Event Log Should Exist 86 Event Log Should Exist 119 Event Log Should Exist 122 Event Log Should Not Exist 142 Event Log Should Exist [all …]
|
/openbmc/phosphor-power/phosphor-regulators/tools/ |
H A D | validate-regulators-config.py | 109 Check if a rule_id property specifies a rule ID that does not exist. 118 "Error: Rule ID does not exist.\n" 128 Check if a device_id property specifies a device ID that does not exist. 137 "Error: Device ID does not exist.\n" 147 Check if a set_device action specifies a device ID that does not exist. 156 "Error: Device ID does not exist.\n" 166 Check if any run_rule actions specify a rule ID that does not exist. 175 "Error: Rule ID does not exist.\n" 403 sys.exit("Error: Schema file does not exist.") 415 sys.exit("Error: Configuration file does not exist.")
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | config_file_parser.cpp | 164 // Verify no invalid properties exist in parseAction() 231 // Verify no invalid properties exist in parseChassis() 263 // Verify no invalid properties exist in parseComparePresence() 305 // Verify no invalid properties exist in parseCompareVPD() 336 // Verify no invalid properties exist in parseConfiguration() 422 // Verify no invalid properties exist in parseDevice() 472 // Verify no invalid properties exist in parseI2CCaptureBytes() 498 // Verify no invalid properties exist in parseI2CCompareBit() 528 // Verify no invalid properties exist in parseI2CCompareByte() 564 // Verify no invalid properties exist in parseI2CCompareBytes() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcyusbserial/libcyusbserial/ |
H A D | 0001-CMakeLists.txt-don-t-fall-back-CMAKE_INSTALL_LIBDIR-.patch | 16 exist on host. 32 -# Fall back to just "lib" if the item provided by GNUInstallDirs doesn't exist 34 -# /usr/lib/${CMAKE_LIBRARY_ARCHITECTURE} doesn't exist. 36 - message(STATUS "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} does not exist. Defaulting lib…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/ |
H A D | 0001-nss-nspr-fix-for-multilib.patch | 30 …/include/$NSPR_INCLUDE_MARKER" and/or "$with_nspr/lib/$NSPR_LIB_MARKER" files don't exist), typo?]) 31 …r}/$NSPR_INCLUDE_MARKER" and/or "$with_nspr/${libdir}/$NSPR_LIB_MARKER" files don't exist), typo?]) 45 …nss/include/$NSS_INCLUDE_MARKER" and/or "$with_nss/lib/$NSS_LIB_MARKER" files don't exist), typo?]) 46 …edir}/$NSS_INCLUDE_MARKER" and/or "$with_nss/${libdir}/$NSS_LIB_MARKER" files don't exist), typo?])
|
/openbmc/linux/drivers/hid/ |
H A D | hid-roccat.c | 43 int exist; member 99 if (!device->exist) { in roccat_read() 143 if (!reader->device->exist) in roccat_poll() 164 pr_emerg("roccat device with minor %d doesn't exist\n", minor); in roccat_open() 214 pr_emerg("roccat device with minor %d doesn't exist\n", minor); in roccat_release() 225 if (device->exist) { in roccat_release() 344 device->exist = 1; in roccat_connect() 363 device->exist = 0; /* TODO exist maybe not needed */ in roccat_disconnect()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/ |
H A D | 0001-Fix-Translations-containing-invalid-directives-hs.patch | 38 - _("The %1$s in the search dialog contains a reference to %2$.20hs which does not exist in t… 39 + _("The %1$s in the search dialog contains a reference to %2$.20s which does not exist in th… 53 "not exist in the new font.\n" 71 "not exist in the new font.\n" 89 "not exist in the new font.\n" 94 "not exist in the new font.\n" 134 "not exist in the new font.\n" 232 "But %1$s does not exist in this font.\n" 252 "not exist in the new font.\n" 303 "not exist in the new font.\n" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary/ |
H A D | 0001-meson-Do-not-check-for-iso-xml-files-during-build.patch | 6 These files are needed during runtime and may exist in a different 8 valid to check for these files to exist during build-time 24 -files(iso_639_xml, iso_3166_xml) # Check to make sure these exist
|
/openbmc/openpower-hw-diags/util/ |
H A D | pdbg.hpp | 153 * string indicates the target was null or the attribute does not exist 156 * environments. If they do not exist the devtree path of the target is 164 * attribute does not exist for this target. 166 * environments. If they do not exist the devtree path of the target is 174 * indicates the target was null or the attribute does not exist for 177 * environments. If they do not exist, an empty vector is returned.
|
/openbmc/linux/fs/btrfs/ |
H A D | ref-verify.c | 29 * These are meant to represent what should exist in the extent tree, these can 267 struct block_entry *be = NULL, *exist; in add_block_entry() local 284 exist = insert_block_entry(&fs_info->block_tree, be); in add_block_entry() 285 if (exist) { in add_block_entry() 289 exist_re = insert_root_entry(&exist->roots, re); in add_block_entry() 296 return exist; in add_block_entry() 317 struct ref_entry *ref = NULL, *exist; in add_tree_block() local 347 exist = insert_ref_entry(&be->refs, ref); in add_tree_block() 348 if (exist) { in add_tree_block() 349 exist->num_refs++; in add_tree_block() [all …]
|
/openbmc/linux/fs/ceph/ |
H A D | snap.c | 1177 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() local 1181 exist = NULL; in ceph_get_snapid_map() 1185 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1186 if (snap > exist->snap) { in ceph_get_snapid_map() 1188 } else if (snap < exist->snap) { in ceph_get_snapid_map() 1191 if (atomic_inc_return(&exist->ref) == 1) in ceph_get_snapid_map() 1192 list_del_init(&exist->lru); in ceph_get_snapid_map() 1195 exist = NULL; in ceph_get_snapid_map() 1198 if (exist) { in ceph_get_snapid_map() 1200 exist->snap, exist->dev); in ceph_get_snapid_map() [all …]
|
/openbmc/openbmc-test-automation/systest/ |
H A D | proc_freq_check.robot | 44 Error Logs Should Not Exist 54 Tool Exist ppc64_cpu 55 Tool Exist lscpu
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | voltage.c | 55 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_get_voltage() 77 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_scale() 128 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_reset() 158 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_volttable() 186 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_voltdata() 191 pr_warn("%s: voltage table does not exist for vdd_%s\n", in omap_voltage_get_voltdata() 220 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_register_pmic()
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/ |
H A D | ibm,powerpc-cpu-features.txt | 107 If bit 0 is set, then the hwcap-bit-nr property will exist. 119 feature to lesser privilege levels. If the property does not exist then no 125 If the HFSCR bit is set, then the hfscr-bit-nr property will exist and 138 feature to lesser privilege levels. If the property does not exist then no 144 If the FSCR bit is set, then the fscr-bit-nr property will exist and 179 This property may exist when the usable-privilege property value has PR bit set.
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_network_configuration.robot | 75 Disable VLAN Via IPMI When Multiple VLAN Exist On BMC 76 [Documentation] Disable VLAN Via IPMI When Multiple VLAN Exist On BMC. 103 Create VLAN Via IPMI When LAN And VLAN Exist On BMC 104 [Documentation] Create VLAN Via IPMI When LAN And VLAN Exist On BMC. 136 Create VLAN When LAN And VLAN Exist With IP Address Configured 137 [Documentation] Create VLAN when LAN and VLAN exist with IP address configured.
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/ |
H A D | host-poweroff | 30 # Check if PRSNT_SB_SLOT{1~8}_N is exist, if not exist, continues power-off process 32 echo "PRSNT_SB_SLOT${1}_N is not exist, continue power-off process"
|
H A D | host-poweron | 28 # Check if PRSNT_SB_SLOT{1~8}_N is exist, if not exist, continues power-on process 30 echo "PRSNT_SB_SLOT${1}_N is not exist, continue power-on process"
|
/openbmc/openpower-hw-diags/attn/ |
H A D | attn_logging.cpp | 126 // The entry with key "Subsystem" does not exist in the additional map. in createPelCustom() 128 trace::err("Error the key Subsystem does not exist in the map."); in createPelCustom() 175 // The entry with key "Subsystem" does not exist in the additional in createPelCustom() 177 trace::err("Error the key SrcAscii does not exist in the map."); in createPelCustom() 234 // The entry with key "Subsystem" does not exist in the additional in createPelCustom() 236 trace::err("Error the key SrcAscii does not exist in the map."); in createPelCustom() 252 symptomId += (i_additional["0x14 HB Word 2"] + '_'); // does not exist in createPelCustom() 403 // The entry with key "Subsystem" does not exist in the in event() 407 "Error the key Subsystem does not exist in the map."); in event() 456 // The entry with key "Subsystem" does not exist in the additional in eventTerminate() [all …]
|
/openbmc/phosphor-led-manager/manager/ |
H A D | serialize.cpp | 30 // If the name of asserted group does not exist in the archive and the in storeGroups() 32 // If the name of asserted group exist in the archive and the Asserted in storeGroups() 60 lg2::info("File does not exist, FILE_PATH = {PATH}", "PATH", path); in restoreGroups()
|
/openbmc/linux/tools/testing/selftests/pstore/ |
H A D | pstore_post_reboot_tests | 40 prlog -n "Checking dmesg files exist in pstore filesystem ... " 43 prlog -n "Checking console files exist in pstore filesystem ... " 46 prlog -n "Checking pmsg files exist in pstore filesystem ... "
|
/openbmc/phosphor-snmp/ |
H A D | snmp_conf_manager.cpp | 82 lg2::error("Client already exist"); in checkClientConfigured() 83 // TODO Add the error(Object already exist) in the D-Bus interface in checkClientConfigured() 87 Argument::ARGUMENT_VALUE("Client already exist.")); in checkClientConfigured() 116 lg2::error("{FILE} doesn't exist", "FILE", fileName); in deleteSNMPClient()
|
/openbmc/bios-bmc-smm-error-logger/src/rde/ |
H A D | external_storer_file.cpp | 40 // If the file already exist, overwrite it. in createFile() 86 stdplus::print(stderr, "@odata.type field doesn't exist in:\n {}\n", in publishJson() 191 stdplus::print(stderr, "@odata.id field doesn't exist in:\n {}\n", in processLogService() 198 stdplus::print(stderr, "Id field doesn't exist in:\n {}\n", in processLogService() 223 stdplus::print(stderr, "@odata.id field doesn't exist in:\n {}\n", in processOtherTypes()
|
/openbmc/linux/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 45 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 92 SKIP(return, "Skipping test since %s does not exist", rtc_file); 130 SKIP(return, "Skipping test since %s does not exist", rtc_file); 159 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 202 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 260 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 312 SKIP(return, "Skipping test since %s does not exist", rtc_file); 370 SKIP(return, "Skipping test since %s does not exist", rtc_file);
|