Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/entity-manager/src/fru_device/
H A Dfru_reader.cpp15 if (eof.has_value() && cursor >= eof.value()) in read()
35 eof = (blk * cacheBlockSize) + ret; in read()
56 if (eof.has_value() && (eof.value() / cacheBlockSize == blk)) in read()
58 available = eof.value() % cacheBlockSize; in read()
H A Dfru_reader.hpp49 std::optional<size_t> eof; member in FRUReader
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py139 def add(self, data, eof=False): argument
146 self._parse(eof)
168 def _parse_squote(self, buf, result, eof): argument
179 def _parse_bquote(self, buf, result, eof): argument
195 def _parse_dquote(self, buf, result, eof): argument
210 def _parse_command(self, buf, result, eof): argument
228 def _parse_parameter(self, buf, result, eof): argument
243 def _parse_dollar(self, buf, result, eof): argument
272 if not eof:
292 pos, closed = parsefunc(buf, result, eof)
[all …]
H A Dpyshyacc.py664 def parse(input, eof=False, debug=False): argument
672 remaining = lexer.add(input, eof)
/openbmc/qemu/tests/unit/
H A Dtest-qga.c418 int64_t id, eof; in test_qga_file_ops() local
442 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops()
444 g_assert_cmpint(eof, ==, 0); in test_qga_file_ops()
487 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops()
490 g_assert(eof); in test_qga_file_ops()
503 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops()
506 g_assert(eof); in test_qga_file_ops()
519 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops()
521 g_assert(!eof); in test_qga_file_ops()
531 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops()
[all …]
H A Dtest-vmstate.c777 char eof = qemu_get_byte(fload); in test_load_q() local
781 g_assert_cmpint(eof, ==, QEMU_VM_EOF); in test_load_q()
1121 char eof; in test_gtree_load_domain() local
1131 eof = qemu_get_byte(fload); in test_gtree_load_domain()
1134 g_assert_cmpint(eof, ==, QEMU_VM_EOF); in test_gtree_load_domain()
1236 char eof; in test_gtree_load_iommu() local
1245 eof = qemu_get_byte(fload); in test_gtree_load_iommu()
1248 g_assert_cmpint(eof, ==, QEMU_VM_EOF); in test_gtree_load_iommu()
1369 char eof; in test_load_qlist() local
1380 eof = qemu_get_byte(fload); in test_load_qlist()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py54 eof = False
55 while time.time() < endtime and not eof:
63 eof = True
73 if not eof:
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A DBBHandler.py102 feeder(lineno, "", filename, base_name, statements, eof=True)
165 def feeder(lineno, s, fn, root, statements, eof=False): argument
189 if m and not eof:
198 if eof:
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py225 eof = False
227 while not has_timeout and not eof:
234 eof = True
258 if not eof:
/openbmc/qemu/python/qemu/utils/
H A Dqemu_ga_client.py87 eof = False
89 while not eof:
93 eof = ret['eof']
/openbmc/openbmc-test-automation/bin/
H A Dssh_pw59 eof {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/
H A Ddisable-float-tests.patch22 } while (!std_istream.eof());
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/
H A Dncftp-configure-use-BUILD_CC-for-ccdv.patch23 /* eof ccdv.c */
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dlog_id.cpp110 if (rf.eof()) in checkFileForZeroData()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dutils.cpp75 if (inFile.eof()) in mergeFiles()
H A Dversion.cpp86 if (!efile.eof()) in getRepeatedValues()
/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/
H A Dmake_error_func_prototype_complete.patch21 /* return NULL if eof or syntax error occurs;
/openbmc/openpower-pnor-code-mgmt/
H A Dversion.cpp90 if (!efile.eof()) in getValue()
/openbmc/bmcweb/features/kvm/
H A Dkvm_websocket.hpp150 if (ec == boost::asio::error::eof) in doWrite()
/openbmc/openbmc-tools/dbus_sensor_tester/
H A Dmeson.build73 '-Wno-newline-eof',
/openbmc/bmcweb/http/
H A Dserver_sent_event_impl.hpp159 if (ec == boost::asio::error::eof) in doWriteCallback()
/openbmc/qemu/block/
H A Dgluster.c778 off_t eof; in qemu_gluster_test_seek() local
780 eof = glfs_lseek(fd, 0, SEEK_END); in qemu_gluster_test_seek()
781 if (eof < 0) { in qemu_gluster_test_seek()
787 ret = glfs_lseek(fd, eof, SEEK_DATA); in qemu_gluster_test_seek()
/openbmc/bmcweb/features/serial/
H A Dobmc_console.hpp82 if (ec == boost::asio::error::eof) in doWrite()
/openbmc/ipmitool/lib/
H A Dipmi_sunoem.c1752 unsigned char eof; member
1897 setval_req.eof = 0; in send_luapi_prop_name()
1981 setval_req.eof = 1; in send_luapi_prop_value()
2126 unsigned char eof; member
2232 } while (getfile_rsp->eof == 0); in ipmi_sunoem_getfile()
/openbmc/qemu/qga/
H A Dcommands-posix.c568 read_data->eof = feof(fh); in guest_file_read_unsafe()
627 write_data->eof = feof(fh); in qmp_guest_file_write()
669 seek_data->eof = feof(fh); in qmp_guest_file_seek()

12