Home
last modified time | relevance | path

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

123456

/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py139 def add(self, data, eof=False): argument
146 self._parse(eof)
295 def _parse(self, eof): argument
434 def add(self, data, eof): argument
439 self._parse(eof)
445 def _parse(self, eof): argument
460 if not eof:
576 self._parse(eof)
583 if not eof:
642 def _parse_op(self, eof): argument
[all …]
/openbmc/entity-manager/src/
H A Dfru_reader.cpp28 if (eof.has_value() && cursor >= eof.value()) in read()
48 eof = (blk * cacheBlockSize) + ret; in read()
69 if (eof.has_value() && (eof.value() / cacheBlockSize == blk)) in read()
71 available = eof.value() % cacheBlockSize; in read()
H A Dfru_reader.hpp61 std::optional<size_t> eof; member in FRUReader
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c45 u8 eof = 0; in cxgb_fcoe_sof_eof_supported() local
52 skb_copy_bits(skb, skb->len - 4, &eof, 1); in cxgb_fcoe_sof_eof_supported()
54 if ((eof != FC_EOF_N) && (eof != FC_EOF_T)) { in cxgb_fcoe_sof_eof_supported()
55 dev_err(adap->pdev_dev, "Unsupported EOF 0x%x\n", eof); in cxgb_fcoe_sof_eof_supported()
/openbmc/linux/tools/lib/api/
H A Dio.h31 bool eof; member
43 io->eof = false; in io__init()
51 if (io->eof) in io__get_char()
73 io->eof = true; in io__get_char()
80 io->eof = true; in io__get_char()
/openbmc/qemu/tests/unit/
H A Dtest-qga.c402 int64_t id, eof; in test_qga_file_ops() local
428 g_assert_cmpint(eof, ==, 0); in test_qga_file_ops()
474 g_assert(eof); in test_qga_file_ops()
490 g_assert(eof); in test_qga_file_ops()
505 g_assert(!eof); in test_qga_file_ops()
518 g_assert(eof); in test_qga_file_ops()
541 int64_t id, eof; in test_qga_file_write_read() local
565 g_assert_cmpint(eof, ==, 0); in test_qga_file_write_read()
578 g_assert(eof); in test_qga_file_write_read()
593 g_assert(!eof); in test_qga_file_write_read()
[all …]
H A Dtest-vmstate.c778 char eof = qemu_get_byte(fload); in test_load_q() local
782 g_assert_cmpint(eof, ==, QEMU_VM_EOF); in test_load_q()
1122 char eof; in test_gtree_load_domain() local
1132 eof = qemu_get_byte(fload); in test_gtree_load_domain()
1135 g_assert_cmpint(eof, ==, QEMU_VM_EOF); in test_gtree_load_domain()
1237 char eof; in test_gtree_load_iommu() local
1246 eof = qemu_get_byte(fload); in test_gtree_load_iommu()
1249 g_assert_cmpint(eof, ==, QEMU_VM_EOF); in test_gtree_load_iommu()
1370 char eof; in test_load_qlist() local
1381 eof = qemu_get_byte(fload); in test_load_qlist()
[all …]
/openbmc/linux/drivers/scsi/fnic/
H A Dcq_exch_desc.h54 u8 eof; member
86 u8 *eof, in cq_fcp_rq_desc_dec() argument
118 *eof = desc_ptr->eof; in cq_fcp_rq_desc_dec()
/openbmc/linux/drivers/scsi/
H A Dst.c878 STps->eof = ST_NOEOF; in flush_buffer()
945 STps->eof = ST_NOEOF; in reset_state()
1410 STps->eof = ST_FM; in st_flush()
1443 STps->eof = ST_FM; in st_flush()
2147 STps->eof += 1; in st_read()
2213 STps->eof = ST_FM; in st_read()
2223 STps->eof = ST_EOD; in st_read()
2994 STps->eof = ST_EOD; in st_int_ioctl()
2996 STps->eof = ST_FM; in st_int_ioctl()
3051 STps->eof = ST_FM; in st_int_ioctl()
[all …]
/openbmc/linux/drivers/thunderbolt/
H A Dctl.c191 type, pkg->frame.eof)) in check_header()
254 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in parse_header()
371 pkg->frame.eof = type; in tb_ctl_tx()
404 if (pkg->frame.eof != TB_CFG_PKG_ERROR) in tb_async_error()
449 switch (frame->eof) { in tb_ctl_rx_callback()
461 tb_ctl_handle_event(pkg->ctl, frame->eof, in tb_ctl_rx_callback()
477 if (tb_ctl_handle_event(pkg->ctl, frame->eof, pkg, frame->size)) in tb_ctl_rx_callback()
829 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in tb_cfg_match()
832 if (pkg->frame.eof != req->response_type) in tb_cfg_match()
839 if (pkg->frame.eof == TB_CFG_PKG_READ || in tb_cfg_match()
[all …]
/openbmc/linux/tools/perf/tests/
H A Dapi-io.c102 EXPECT_EQUAL(io.eof, false); in do_test_get_char()
106 EXPECT_EQUAL(io.eof, true); in do_test_get_char()
157 EXPECT_EQUAL(io.eof, end_eof); in do_test_get_hex()
238 EXPECT_EQUAL(io.eof, end_eof); in do_test_get_dec()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py54 eof = False
55 while time.time() < endtime and not eof:
61 eof = True
71 if not eof:
/openbmc/linux/arch/mips/alchemy/common/
H A Ddma.c101 int length, int *eof, void *data) in au1000_dma_read_proc() argument
115 *eof = 1; in au1000_dma_read_proc()
122 *eof = 1; in au1000_dma_read_proc()
/openbmc/linux/lib/zlib_deflate/
H A Ddeftree.c742 int eof /* true if this is the last block for a file */ in zlib_tr_stored_block() argument
745 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */ in zlib_tr_stored_block()
806 int eof /* true if this is the last block for a file */ argument
856 if (eof && s->compressed_len == 0L) { /* force stored file */
858 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
881 zlib_tr_stored_block(s, buf, stored_len, eof);
888 send_bits(s, (STATIC_TREES<<1)+eof, 3);
892 send_bits(s, (DYN_TREES<<1)+eof, 3);
901 if (eof) {
906 s->compressed_len-7*eof));
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py220 eof = False
222 while not has_timeout and not eof:
230 eof = True
250 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/linux/fs/nfsd/
H A Dvfs.h112 u32 *eof);
116 u32 *eof);
119 u32 *eof);
/openbmc/linux/security/tomoyo/
H A Dcommon.c743 if (head->r.eof) in tomoyo_read_profile()
905 if (head->r.eof) in tomoyo_read_manager()
918 head->r.eof = true; in tomoyo_read_manager()
1612 if (head->r.eof) in tomoyo_read_domain()
1662 head->r.eof = true; in tomoyo_read_domain()
1703 head->r.eof = true; in tomoyo_read_pid()
1913 if (head->r.eof) in tomoyo_read_exception()
1934 head->r.eof = true; in tomoyo_read_exception()
2296 if (!head->r.eof) { in tomoyo_read_version()
2347 if (head->r.eof) in tomoyo_read_stat()
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c617 xfs_fileoff_t eof; in xfs_dir2_isblock() local
620 error = xfs_bmap_last_offset(args->dp, &eof, XFS_DATA_FORK); in xfs_dir2_isblock()
625 if (XFS_FSB_TO_B(mp, eof) != args->geo->blksize) in xfs_dir2_isblock()
642 xfs_fileoff_t eof; in xfs_dir2_isleaf() local
645 error = xfs_bmap_last_offset(args->dp, &eof, XFS_DATA_FORK); in xfs_dir2_isleaf()
650 if (eof != args->geo->leafblk + args->geo->fsbcount) in xfs_dir2_isleaf()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/
H A D0001-Update-exported-symbol-list.patch27 …_params|(close|open)_dllibrary|(debug(_more|_most)?|fail|report|warn)_impl|eof|fail_errno|fileleng…
28 …_params|(close|open)_dllibrary|(debug(_more|_most)?|fail|report|warn)_impl|eof|error|fail_errno|fi…
/openbmc/qemu/python/qemu/utils/
H A Dqemu_ga_client.py87 eof = False
89 while not eof:
93 eof = ret['eof']
/openbmc/linux/sound/soc/intel/catpt/
H A Ddsp.c461 const char *eof; in catpt_coredump() local
488 eof = info + FW_INFO_SIZE_MAX; in catpt_coredump()
490 for (i = 0; i < 4 && info < eof; i++, info++) { in catpt_coredump()
492 info = strnchr(info, eof - info, ' '); in catpt_coredump()
498 memcpy(pos, info, min_t(u32, eof - info, CATPT_DUMP_HASH_SIZE)); in catpt_coredump()
/openbmc/linux/include/linux/
H A Dshmem_fs.h178 static inline pgoff_t shmem_fallocend(struct inode *inode, pgoff_t eof) in shmem_fallocend() argument
180 return max(eof, SHMEM_I(inode)->fallocend); in shmem_fallocend()
/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());

123456