Home
last modified time | relevance | path

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

1234

/linux/drivers/net/ethernet/chelsio/cxgb4/
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()
/linux/tools/lib/api/
A Dio.h25 bool eof; member
36 io->eof = false; in io__init()
44 if (io->eof) in io__get_char()
51 io->eof = true; in io__get_char()
/linux/drivers/scsi/
A Dst.c873 STps->eof = ST_NOEOF; in flush_buffer()
940 STps->eof = ST_NOEOF; in reset_state()
1405 STps->eof = ST_FM; in st_flush()
1438 STps->eof = ST_FM; in st_flush()
2142 STps->eof += 1; in st_read()
2208 STps->eof = ST_FM; in st_read()
2218 STps->eof = ST_EOD; in st_read()
2989 STps->eof = ST_EOD; in st_int_ioctl()
2991 STps->eof = ST_FM; in st_int_ioctl()
3046 STps->eof = ST_FM; in st_int_ioctl()
[all …]
/linux/drivers/scsi/fnic/
A Dcq_exch_desc.h66 u8 eof; member
98 u8 *eof, in cq_fcp_rq_desc_dec() argument
130 *eof = desc_ptr->eof; in cq_fcp_rq_desc_dec()
/linux/drivers/thunderbolt/
A Dctl.c192 type, pkg->frame.eof)) in check_header()
263 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in parse_header()
380 pkg->frame.eof = type; in tb_ctl_tx()
413 if (pkg->frame.eof != TB_CFG_PKG_ERROR) in tb_async_error()
450 switch (frame->eof) { in tb_ctl_rx_callback()
462 tb_ctl_handle_event(pkg->ctl, frame->eof, in tb_ctl_rx_callback()
478 if (tb_ctl_handle_event(pkg->ctl, frame->eof, pkg, frame->size)) in tb_ctl_rx_callback()
768 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in tb_cfg_match()
771 if (pkg->frame.eof != req->response_type) in tb_cfg_match()
778 if (pkg->frame.eof == TB_CFG_PKG_READ || in tb_cfg_match()
[all …]
A Dnhi_regs.h31 u32 eof:4; member
/linux/tools/perf/tests/
A Dapi-io.c101 EXPECT_EQUAL(io.eof, false); in do_test_get_char()
105 EXPECT_EQUAL(io.eof, true); in do_test_get_char()
156 EXPECT_EQUAL(io.eof, end_eof); in do_test_get_hex()
237 EXPECT_EQUAL(io.eof, end_eof); in do_test_get_dec()
/linux/lib/zlib_deflate/
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));
A Ddeflate.c831 #define FLUSH_BLOCK_ONLY(s, eof) { \ argument
836 (eof)); \
843 #define FLUSH_BLOCK(s, eof) { \ argument
844 FLUSH_BLOCK_ONLY(s, eof); \
845 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
A Ddefutil.h277 int eof);
280 int eof);
/linux/fs/cachefiles/
A Drdwr.c885 loff_t pos, eof; in cachefiles_write_page() local
913 eof = object->fscache.store_limit_l; in cachefiles_write_page()
914 if (pos >= eof) in cachefiles_write_page()
928 if (eof & ~PAGE_MASK) { in cachefiles_write_page()
929 if (eof - pos < PAGE_SIZE) { in cachefiles_write_page()
931 pos, eof); in cachefiles_write_page()
932 len = eof - pos; in cachefiles_write_page()
933 ASSERTCMP(pos + len, ==, eof); in cachefiles_write_page()
/linux/arch/mips/alchemy/common/
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()
/linux/security/tomoyo/
A Dcommon.c751 if (head->r.eof) in tomoyo_read_profile()
913 if (head->r.eof) in tomoyo_read_manager()
926 head->r.eof = true; in tomoyo_read_manager()
1620 if (head->r.eof) in tomoyo_read_domain()
1670 head->r.eof = true; in tomoyo_read_domain()
1711 head->r.eof = true; in tomoyo_read_pid()
1921 if (head->r.eof) in tomoyo_read_exception()
1942 head->r.eof = true; in tomoyo_read_exception()
2304 if (!head->r.eof) { in tomoyo_read_version()
2355 if (head->r.eof) in tomoyo_read_stat()
[all …]
/linux/fs/nfsd/
A Dvfs.h97 u32 *eof);
102 u32 *eof);
105 u32 *eof);
/linux/sound/soc/intel/catpt/
A Ddsp.c451 const char *eof; in catpt_coredump() local
478 eof = info + FW_INFO_SIZE_MAX; in catpt_coredump()
480 for (i = 0; i < 4 && info < eof; i++, info++) { in catpt_coredump()
482 info = strnchr(info, eof - info, ' '); in catpt_coredump()
488 memcpy(pos, info, min_t(u32, eof - info, CATPT_DUMP_HASH_SIZE)); in catpt_coredump()
/linux/include/linux/
A Dshmem_fs.h134 static inline pgoff_t shmem_fallocend(struct inode *inode, pgoff_t eof) in shmem_fallocend() argument
136 return max(eof, SHMEM_I(inode)->fallocend); in shmem_fallocend()
/linux/drivers/media/pci/cx18/
A Dcx18-fileops.c602 int eof = test_bit(CX18_F_S_STREAMOFF, &s->s_flags); in cx18_v4l2_enc_poll() local
606 if (!eof && !test_bit(CX18_F_S_STREAMING, &s->s_flags) && in cx18_v4l2_enc_poll()
627 if (eof && videobuf_poll == EPOLLERR) in cx18_v4l2_enc_poll()
641 if (eof) in cx18_v4l2_enc_poll()
651 int eof = test_bit(CX18_F_S_STREAMOFF, &s->s_flags); in cx18_v4l2_mmap() local
657 if (!eof && !test_bit(CX18_F_S_STREAMING, &s->s_flags)) { in cx18_v4l2_mmap()
/linux/kernel/power/
A Dswap.c1168 int eof = 0; in load_image_lzo() local
1297 for (i = 0; !eof && i < want; i++) { in load_image_lzo()
1308 eof = 1; in load_image_lzo()
1330 if (eof) in load_image_lzo()
1331 eof = 2; in load_image_lzo()
1353 if (eof > 1) { in load_image_lzo()
1384 if (eof) in load_image_lzo()
1385 eof = 2; in load_image_lzo()
/linux/fs/cifs/
A Dfscache.c115 auxdata.eof = cifsi->server_eof; in cifs_fscache_acquire_inode_cookie()
154 auxdata.eof = cifsi->server_eof; in cifs_fscache_release_inode_cookie()
175 auxdata.eof = cifsi->server_eof; in cifs_fscache_update_inode_cookie()
/linux/fs/nfs/
A Dnfs42xdr.c635 res->eof = be32_to_cpup(p); in decode_listxattrs()
1058 struct nfs_pgio_res *res, uint32_t *eof) in decode_read_plus_hole() argument
1084 *eof = 0; in decode_read_plus_hole()
1102 uint32_t eof, segments, type; in decode_read_plus() local
1115 eof = be32_to_cpup(p++); in decode_read_plus()
1129 status = decode_read_plus_hole(xdr, args, res, &eof); in decode_read_plus()
1140 res->eof = eof; in decode_read_plus()
1145 res->eof = 0; in decode_read_plus()
A Dnfstrace.h1020 __field(bool, eof)
1034 __entry->eof = hdr->res.eof;
1048 __entry->eof ? " eof" : ""
1067 __field(bool, eof)
1081 __entry->eof = hdr->res.eof;
1095 __entry->eof ? " eof" : ""
/linux/fs/xfs/libxfs/
A Dxfs_bmap.h37 bool eof; /* set if allocating past last extent */ member
216 int eof);
/linux/tools/testing/selftests/net/mptcp/
A Dmptcp_sockopt.c460 bool eof = false; in connect_one_server() local
499 eof = true; in connect_one_server()
507 xerror("total %lu, len %lu eof %d\n", total, len, eof); in connect_one_server()
517 if (eof) in connect_one_server()
/linux/net/sunrpc/
A Drpc_pipe.c652 int start, int eof) in __rpc_depopulate() argument
659 for (i = start; i < eof; i++) { in __rpc_depopulate()
684 int start, int eof) in rpc_depopulate() argument
689 __rpc_depopulate(parent, files, start, eof); in rpc_depopulate()
695 int start, int eof, in rpc_populate() argument
703 for (i = start; i < eof; i++) { in rpc_populate()
729 __rpc_depopulate(parent, files, start, eof); in rpc_populate()
/linux/tools/lib/symbol/
A Dkallsyms.c47 while (!io.eof) { in kallsyms__parse()

Completed in 177 milliseconds

1234