/openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
H A D | pyshlex.py | 139 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 D | fru_reader.cpp | 28 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 D | fru_reader.hpp | 62 std::optional<size_t> eof; member in FRUReader
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_fcoe.c | 45 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 D | io.h | 31 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 D | test-qga.c | 402 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 D | test-vmstate.c | 777 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/fnic/ |
H A D | cq_exch_desc.h | 54 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 D | st.c | 879 STps->eof = ST_NOEOF; in flush_buffer() 946 STps->eof = ST_NOEOF; in reset_state() 1411 STps->eof = ST_FM; in st_flush() 1444 STps->eof = ST_FM; in st_flush() 2148 STps->eof += 1; in st_read() 2214 STps->eof = ST_FM; in st_read() 2224 STps->eof = ST_EOD; in st_read() 2995 STps->eof = ST_EOD; in st_int_ioctl() 2997 STps->eof = ST_FM; in st_int_ioctl() 3052 STps->eof = ST_FM; in st_int_ioctl() [all …]
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | ctl.c | 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() 839 if (pkg->frame.eof == TB_CFG_PKG_READ || in tb_cfg_match() [all …]
|
/openbmc/linux/tools/perf/tests/ |
H A D | api-io.c | 102 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 D | sshcontrol.py | 54 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 D | dma.c | 101 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 D | deftree.c | 742 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 D | ssh.py | 220 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 D | BBHandler.py | 102 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 D | vfs.h | 112 u32 *eof); 116 u32 *eof); 119 u32 *eof);
|
/openbmc/linux/security/tomoyo/ |
H A D | common.c | 743 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 D | xfs_dir2.c | 617 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 D | 0001-Update-exported-symbol-list.patch | 27 …_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 D | qemu_ga_client.py | 87 eof = False 89 while not eof: 93 eof = ret['eof']
|
/openbmc/linux/sound/soc/intel/catpt/ |
H A D | dsp.c | 461 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 D | shmem_fs.h | 178 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 D | ssh_pw | 59 eof {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/ |
H A D | disable-float-tests.patch | 22 } while (!std_istream.eof());
|