Home
last modified time | relevance | path

Searched full:empty (Results 1 – 25 of 4822) sorted by relevance

12345678910>>...193

/openbmc/openbmc-test-automation/lib/
H A Dresource.robot14 ${OEM_REDFISH_PATH} ${EMPTY}
21 ${OPENBMC_MODEL} ${EMPTY}
22 ${OPENBMC_HOST} ${EMPTY}
23 ${DBUS_PREFIX} ${EMPTY}
24 ${PORT} ${EMPTY}
29 ${OPENBMC_HOST_ETH1} ${EMPTY}
35 ${OPENBMC_PASSWORD} ${EMPTY}
37 ${OPENBMC_ADMIN_PASSWORD} ${EMPTY}
40 ${USER_TYPE} ${EMPTY}
49 ${VALID_CERT} ${EMPTY}
[all …]
H A Dos_utils_config.robot13 Should Be Empty ${stderr}
20 Should Be Empty ${stderr}
28 Should Be Empty ${stderr}
44 Should Be Empty ${stderr}
60 Should Be Empty ${stderr}
69 Should Be Empty ${stderr}
76 Should Be Empty ${stderr}
77 Should Be Empty ${output}
/openbmc/openbmc-test-automation/extended/
H A Dobmc_boot_test_resource.robot26 ${openbmc_host} ${EMPTY}
36 ${os_host} ${EMPTY}
39 ${pdu_host} ${EMPTY}
42 ${pdu_slot_no} ${EMPTY}
43 ${openbmc_serial_host} ${EMPTY}
44 ${openbmc_serial_port} ${EMPTY}
46 ${boot_stack} ${EMPTY}
47 ${boot_list} ${EMPTY}
49 ${plug_in_dir_paths} ${EMPTY}
50 ${status_file_path} ${EMPTY}
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/toshiba/
H A Dspider_net.rst28 There are three primary states that a descriptor can be in: "empty",
29 "full" and "not-in-use". An "empty" or "ready" descriptor is ready
32 descriptor is neither empty or full; it is simply not ready. It may
37 buffers. These are all marked "empty", ready to receive data. This
40 buffers, processing them, and re-marking them empty.
48 and everything in front of it should be "empty". If the hardware
49 discovers that the current descr is not empty, it will signal an
59 The OS will then note that the current tail is "empty", and halt
67 then mark the descr as "empty", ready to receive data. Thus, when there
69 be "not-in-use", and everything behind it should be "empty". If no
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/
H A Duncore-io.json51 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress…
59 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress…
67 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress…
75 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress…
83 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress…
91 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress…
163 …fDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingres…
171 …fDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingres…
179 …fDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingres…
187 …fDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingres…
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_certificate.robot32 Server Empty Certificate Valid Privatekey error
33 Server Valid Certificate Empty Privatekey error
34 Server Empty Certificate Empty Privatekey error
44 Client Empty Certificate Valid Privatekey error
45 Client Valid Certificate Empty Privatekey error
46 Client Empty Certificate Empty Privatekey error
56 CA Empty Certificate error
66 Client Empty Certificate Valid Privatekey error
67 Client Valid Certificate Empty Privatekey error
68 Client Empty Certificate Empty Privatekey error
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/
H A Dchange-secure_chroot_dir.patch26 -2b) vsftpd needs the (empty) directory /usr/share/empty in the default
27 +2b) vsftpd needs the (empty) directory /var/run/vsftpd/empty in the default
30 -[root@localhost root]# mkdir /usr/share/empty/
31 -mkdir: cannot create directory `/usr/share/empty': File exists
32 +[root@localhost root]# mkdir /var/run/vsftpd/empty/
33 +mkdir: cannot create directory `/var/run/vsftpd/empty': File exists
45 - install_str_setting("/usr/share/empty", &tunable_secure_chroot_dir);
46 + install_str_setting("/var/run/vsftpd/empty", &tunable_secure_chroot_dir);
54 @@ -969,7 +969,7 @@ This option should be the name of a directory which is empty. Also, the
58 -Default: /usr/share/empty
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dapple,mailbox.yaml52 - description: send fifo is empty interrupt
53 - description: send fifo is not empty interrupt
54 - description: receive fifo is empty interrupt
55 - description: receive fifo is not empty interrupt
59 - const: send-empty
60 - const: send-not-empty
61 - const: recv-empty
62 - const: recv-not-empty
85 interrupt-names = "send-empty", "send-not-empty",
86 "recv-empty", "recv-not-empty";
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool_main.cpp50 if (i_mfgCleanConfirmFlag->empty()) in doMfgClean()
65 return l_vpdToolObj.cleanSystemVpd(!i_syncBiosAttributesFlag->empty()); in doMfgClean()
87 if (!i_hardwareFlag->empty() && !std::filesystem::exists(i_vpdPath, l_ec)) in writeKeyword()
98 if (!i_keywordValueOption->empty() && i_keywordValue.empty()) in writeKeyword()
107 if (i_keywordValueOption->empty()) in writeKeyword()
118 i_keywordValue, !i_hardwareFlag->empty()); in writeKeyword()
138 if (!i_hardwareFlag->empty() && !std::filesystem::exists(i_vpdPath, l_ec)) in readKeyword()
153 bool l_isHardwareOperation = (!i_hardwareFlag->empty() ? true : false); in readKeyword()
183 if (!i_objectOption->empty() && i_vpdPath.empty()) in checkOptionValuePair()
185 std::cout << "Given path is empty." << std::endl; in checkOptionValuePair()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbackup_restore.cpp27 if (m_backupAndRestoreCfgJsonObj.empty()) in BackupAndRestore()
49 if (m_backupAndRestoreCfgJsonObj.empty() || in backupAndRestore()
64 !l_srcVpdPath.empty() && std::filesystem::exists(l_srcVpdPath)) in backupAndRestore()
72 l_srcVpdPath.empty()) in backupAndRestore()
83 !l_dstVpdPath.empty() && std::filesystem::exists(l_dstVpdPath)) in backupAndRestore()
91 l_dstVpdPath.empty()) in backupAndRestore()
158 if (l_srcFruPath.empty() || l_dstFruPath.empty()) in backupAndRestoreIpzVpd()
169 if (l_srcInvPath.empty() || l_dstInvPath.empty()) in backupAndRestoreIpzVpd()
180 if (l_srcServiceName.empty() || l_dstServiceName.empty()) in backupAndRestoreIpzVpd()
199 if (l_srcRecordName.empty() || l_dstRecordName.empty() || in backupAndRestoreIpzVpd()
[all …]
H A Dworker.cpp32 if (!m_configJsonPath.empty()) in Worker()
66 if (m_parsedJson.empty()) in enableMuxChips()
68 // config JSON should not be empty at this point of execution. in enableMuxChips()
69 throw std::runtime_error("Config JSON is empty. Can't enable muxes"); in enableMuxChips()
101 if (m_parsedJson.empty()) in primeSystemBlueprint()
200 if (mboardPath.empty()) in isSystemVPDOnDBus()
212 if (objectMap.empty()) in isSystemVPDOnDBus()
221 if (parsedVpd.empty()) in getIMValue()
223 throw std::runtime_error("Empty VPD map. Can't Extract IM value"); in getIMValue()
254 if (parsedVpd.empty()) in getHWVersion()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Djson_utility.hpp58 if (i_vpdFilePath.empty() || (i_sysCfgJsonObj.empty()) || in getVPDOffset()
92 * @return on success parsed JSON. On failure empty JSON object.
94 * Note: Caller has to handle it in case an empty JSON object is received.
100 if (pathToJson.empty()) in getParsedJson()
108 throw std::runtime_error("Incorrect file Path or empty file"); in getParsedJson()
138 * @return On success a valid path is returned, on failure an empty string is
141 * Note: Caller has to handle it in case an empty string is received.
149 if (i_vpdPath.empty()) in getInventoryObjPathFromJson()
151 throw std::runtime_error("Path parameter is empty in getInventoryObjPathFromJson()
[all...]
H A Ddbus_utility.hpp25 * Note: It will be caller's responsibility to check for empty map returned and
31 * If failed, empty map.
39 if (objectPath.empty()) in getObjectMap()
41 logging::logMessage("Path value is empty, invalid call to GetObject"); in getObjectMap()
72 * Note: It will be caller's responsibility to check for empty map returned and
80 * if failed, empty map.
87 if (i_service.empty() || i_objectPath.empty() || i_interface.empty()) in getPropertyMap()
120 * It will be caller's responsibility to check for empty vector returned
128 * success. If failed, empty map.
137 if (i_objectPath.empty()) in getObjectSubTree()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd/
H A D0001-nsswitch.y-Replace-empty-bison-extension.patch4 Subject: [PATCH] nsswitch.y: Replace %empty bison extension
6 POSIX compliant yacc do not understand %empty therefore replace it with
7 /* empty */
25 - %empty {
26 + /* empty */ {
34 - %empty {
35 + /* empty */ {
43 - %empty {
44 + /* empty */ {
/openbmc/phosphor-power/test/
H A Dtemporary_file_tests.cpp45 // if the path is a non-empty directory. in makeFileUnRemovable()
72 EXPECT_FALSE(path.empty()); in TEST()
88 EXPECT_FALSE(file1.getPath().empty()); in TEST()
97 // Verify first object now has an empty path in TEST()
98 EXPECT_TRUE(file1.getPath().empty()); in TEST()
111 EXPECT_FALSE(file1.getPath().empty()); in TEST()
119 EXPECT_FALSE(file2.getPath().empty()); in TEST()
131 // Verify first object now has an empty path in TEST()
132 EXPECT_TRUE(file1.getPath().empty()); in TEST()
146 EXPECT_FALSE(file.getPath().empty()); in TEST()
[all …]
H A Dtemporary_subdirectory_tests.cpp33 EXPECT_FALSE(path.empty()); in TEST()
48 EXPECT_FALSE(subdirectory1.getPath().empty()); in TEST()
57 // Verify first object now has an empty path in TEST()
58 EXPECT_TRUE(subdirectory1.getPath().empty()); in TEST()
71 EXPECT_FALSE(subdirectory1.getPath().empty()); in TEST()
79 EXPECT_FALSE(subdirectory2.getPath().empty()); in TEST()
91 // Verify first object now has an empty path in TEST()
92 EXPECT_TRUE(subdirectory1.getPath().empty()); in TEST()
107 EXPECT_FALSE(subdirectory.getPath().empty()); in TEST()
125 EXPECT_FALSE(subdirectory1.getPath().empty()); in TEST()
[all …]
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_certificate.robot71 Server Empty Certificate Empty Privatekey error
72 Server Empty Certificate Valid Privatekey error
73 Server Valid Certificate Empty Privatekey error
81 Client Empty Certificate Empty Privatekey error
82 Client Empty Certificate Valid Privatekey error
83 Client Valid Certificate Empty Privatekey error
91 CA Empty Certificate error
99 Client Empty Certificate Empty Privatekey error
100 Client Empty Certificate Valid Privatekey error
101 Client Valid Certificate Empty Privatekey error
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Dtemporary_file_test.cpp63 // if the path is a non-empty directory. in makeFileUnRemovable()
101 EXPECT_FALSE(path.empty()); in TEST_F()
116 EXPECT_FALSE(path.empty()); in TEST_F()
131 EXPECT_FALSE(tmpFile->getPath().empty()); in TEST_F()
140 // Verify first object now has an empty path in TEST_F()
141 EXPECT_TRUE(tmpFile->getPath().empty()); in TEST_F()
155 EXPECT_FALSE(tmpFile->getPath().empty()); in TEST_F()
162 EXPECT_FALSE(tmpFileNoData->getPath().empty()); in TEST_F()
174 // Verify first object now has an empty path in TEST_F()
175 EXPECT_TRUE(tmpFile->getPath().empty()); in TEST_F()
[all …]
/openbmc/phosphor-bmc-code-mgmt/bmc/static/
H A Ditem_updater_helper.cpp14 // Empty in setEntry()
19 // Empty in clearEntry()
24 // Empty in cleanup()
36 // Empty in removeVersion()
41 // Empty in updateUbootVersionId()
46 // Empty in mirrorAlt()
/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/
H A Dcorstone1000-flash-firmware.wks.in10 part --source empty --size 3k --offset 17k --part-name="reserved_1" --uuid B1F2FC8C-A7A3-4485-87CB-…
12 part --source empty --size 4k --align 4 --offset 20k --part-name="FWU-Metadata" --uuid 3FDFFEE1-322…
13 part --source empty --size 4k --align 4 --offset 24k --part-name="Bkup-FWU-Metadata" --uuid B306831…
15 part --source empty --size 4k --align 4 --offset 28k --part-name="private_metadata_replica_2" --uui…
16 part --source empty --size 4k --align 4 --offset 32k --part-name="private_metadata_replica_2" --uui…
32 part --source empty --size 144k --offset 16392k --align 4 --part-name="bl2_secondary" --uuid 3F0C49…
33 part --source empty --size 320k --align 4 --part-name="tfm_secondary" --uuid 009A6A12-64A6-4F0F-988…
34 part --source empty --size 2 --align 4 --part-name="FIP_B" --uuid 9424E370-7BC9-43BB-8C23-71EE645E1…
35 part --source empty --size 12 --align 4 --part-name="kernel_secondary" --uuid A2698A91-F9B1-4629-91…
38 part --source empty --size 3k --offset 32748k --part-name="reserved_2" --uuid CCB18569-C0BA-42E0-A4…
/openbmc/qemu/tests/qemu-iotests/
H A D078.out8 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too large
11 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too large
14 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too small for this disk size
15 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too small for this disk size
18 qemu-io: can't open device TEST_DIR/empty.bochs: Extent size 2147483648 is too large
21 qemu-io: can't open device TEST_DIR/empty.bochs: Extent size must be at least 512
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dconf.patch40 diff -urN bind-9.3.1.orig/conf/db.empty bind-9.3.1/conf/db.empty
41 --- bind-9.3.1.orig/conf/db.empty 1970-01-01 01:00:00.000000000 +0100
42 +++ bind-9.3.1/conf/db.empty 2005-07-10 22:14:00.000000000 +0200
44 +; BIND reverse data file for empty rfc1918 zone
237 +zone "10.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
239 +zone "16.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
240 +zone "17.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
241 +zone "18.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
242 +zone "19.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
243 +zone "20.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dempty.py7 # The empty wic plugin is used to create unformatted empty partitions for wic
9 # To use it you must pass "empty" as argument for the "--source" parameter in
11 # part foo --source empty --ondisk sda --size="1024" --align 1024
31 Populate unformatted empty partition.
44 name = 'empty'
69 # Nothing to do, create empty partition
78 source_file = os.path.join(cr_workdir, 'empty-plugin-zeros%s.bin' % part.lineno)
/openbmc/openbmc-test-automation/lib/xcat/
H A Dxcat_utils.robot26 [Arguments] ${command} ${command_option}=${EMPTY}
37 Should Be Empty ${stderr}
52 File Should Not Be Empty ${node_cfg_file_path} msg=Empty config file.
78 Should Be Empty ${stderr}
90 Should Be Empty ${stderr}
101 Should Be Empty ${stderr}
112 Should Be Empty ${stderr}
126 Should Be Empty ${stderr}
142 Should Be Empty ${stderr}
168 Should Be Empty ${stderr}
/openbmc/linux/Documentation/devicetree/bindings/
H A D.yamllint17 min-spaces-inside-empty: 0
18 max-spaces-inside-empty: 0
22 min-spaces-inside-empty: 0
23 max-spaces-inside-empty: 0
32 empty-lines:
35 empty-values:

12345678910>>...193