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)
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 …]
/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.hpp62 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
426 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops()
428 g_assert_cmpint(eof, ==, 0); in test_qga_file_ops()
471 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops()
474 g_assert(eof); 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()
505 g_assert(!eof); in test_qga_file_ops()
515 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/linux/drivers/scsi/
H A Dst.c863 if (STps->eof == ST_FM_HIT) { in flush_buffer()
866 STps->eof = ST_NOEOF; in flush_buffer()
875 } else if (STps->eof == ST_FM_HIT) { in flush_buffer()
879 STps->eof = ST_NOEOF; in flush_buffer()
946 STps->eof = ST_NOEOF; in reset_state()
1082 STps->eof = ST_NOEOF; in check_tape()
1411 STps->eof = ST_FM; in st_flush()
1428 else if (STps->eof == ST_FM_HIT) { in st_flush()
1434 STps->eof = ST_FM; in st_flush()
1436 STps->eof = ST_NOEOF; in st_flush()
[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/thunderbolt/
H A Dctl.c190 if (WARN(type != pkg->frame.eof, "wrong eof (expected %#x, got %#x)\n", in check_header()
191 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()
[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:
63 eof = True
73 if not eof:
/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/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/security/tomoyo/
H A Dcommon.c743 if (head->r.eof) in tomoyo_read_profile()
761 head->r.eof = true; in tomoyo_read_profile()
905 if (head->r.eof) in tomoyo_read_manager()
918 head->r.eof = true; in tomoyo_read_manager()
1020 head->r.eof = true; in tomoyo_select_domain()
1612 if (head->r.eof) in tomoyo_read_domain()
1662 head->r.eof = true; in tomoyo_read_domain()
1674 head->r.eof = false; in tomoyo_write_pid()
1698 head->r.eof = true; in tomoyo_read_pid()
1701 if (head->r.w_pos || head->r.eof) in tomoyo_read_pid()
[all …]
/openbmc/linux/fs/nfsd/
H A Dvfs.h112 u32 *eof);
116 u32 *eof);
119 u32 *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/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/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/qemu/python/qemu/utils/
H A Dqemu_ga_client.py87 eof = False
89 while not eof:
93 eof = ret['eof']
/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/linux/kernel/power/
H A Dswap.c1170 int eof = 0; in load_image_lzo() local
1299 for (i = 0; !eof && i < want; i++) { in load_image_lzo()
1310 eof = 1; in load_image_lzo()
1332 if (eof) in load_image_lzo()
1333 eof = 2; in load_image_lzo()
1355 if (eof > 1) { in load_image_lzo()
1386 if (eof) in load_image_lzo()
1387 eof = 2; in load_image_lzo()
/openbmc/openbmc-test-automation/bin/
H A Dssh_pw59 eof {

123456