Home
last modified time | relevance | path

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

1234

/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_debug.h77 int *eof, void *data);
81 int *eof, void *data);
87 int *eof, void *data);
94 int *eof, void *data);
97 int *eof, void *data);
100 int *eof, void *data);
104 int *eof, void *data);
107 int *eof, void *data);
110 int *eof, void *data);
113 int *eof, void *data);
[all …]
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_debug.c11 int *eof, void *data) in proc_get_drv_version() argument
17 *eof = 1; in proc_get_drv_version()
23 int *eof, void *data) in proc_get_write_reg() argument
25 *eof = 1; in proc_get_write_reg()
72 int *eof, void *data) in proc_get_read_reg() argument
80 *eof = 1; in proc_get_read_reg()
99 *eof = 1; in proc_get_read_reg()
132 int *eof, void *data) in proc_get_fwstate() argument
142 *eof = 1; in proc_get_fwstate()
148 int *eof, void *data) in proc_get_sec_info() argument
[all …]
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/
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-v5.15/tools/lib/api/
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-v5.15/drivers/scsi/
Dst.c856 if (STps->eof == ST_FM_HIT) { in flush_buffer()
859 STps->eof = ST_NOEOF; in flush_buffer()
868 } else if (STps->eof == ST_FM_HIT) { in flush_buffer()
872 STps->eof = ST_NOEOF; in flush_buffer()
939 STps->eof = ST_NOEOF; in reset_state()
1075 STps->eof = ST_NOEOF; in check_tape()
1404 STps->eof = ST_FM; in st_flush()
1421 else if (STps->eof == ST_FM_HIT) { in st_flush()
1427 STps->eof = ST_FM; in st_flush()
1429 STps->eof = ST_NOEOF; in st_flush()
[all …]
/Linux-v5.15/drivers/scsi/fnic/
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-v5.15/tools/perf/tests/
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-v5.15/drivers/thunderbolt/
Dctl.c191 if (WARN(type != pkg->frame.eof, "wrong eof (expected %#x, got %#x)\n", in check_header()
192 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()
[all …]
Dnhi_regs.h31 u32 eof:4; member
/Linux-v5.15/arch/mips/alchemy/common/
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-v5.15/lib/zlib_deflate/
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));
Ddefutil.h277 int eof);
280 int eof);
/Linux-v5.15/fs/nfsd/
Dvfs.h97 u32 *eof);
102 u32 *eof);
105 u32 *eof);
/Linux-v5.15/fs/cachefiles/
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-v5.15/security/tomoyo/
Dcommon.c751 if (head->r.eof) in tomoyo_read_profile()
769 head->r.eof = true; in tomoyo_read_profile()
913 if (head->r.eof) in tomoyo_read_manager()
926 head->r.eof = true; in tomoyo_read_manager()
1028 head->r.eof = true; in tomoyo_select_domain()
1620 if (head->r.eof) in tomoyo_read_domain()
1670 head->r.eof = true; in tomoyo_read_domain()
1682 head->r.eof = false; in tomoyo_write_pid()
1706 head->r.eof = true; in tomoyo_read_pid()
1709 if (head->r.w_pos || head->r.eof) in tomoyo_read_pid()
[all …]
/Linux-v5.15/include/linux/
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-v5.15/sound/soc/intel/catpt/
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-v5.15/drivers/media/pci/cx18/
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-v5.15/kernel/power/
Dswap.c1171 int eof = 0; in load_image_lzo() local
1303 for (i = 0; !eof && i < want; i++) { in load_image_lzo()
1314 eof = 1; in load_image_lzo()
1336 if (eof) in load_image_lzo()
1337 eof = 2; in load_image_lzo()
1359 if (eof > 1) { in load_image_lzo()
1390 if (eof) in load_image_lzo()
1391 eof = 2; in load_image_lzo()
/Linux-v5.15/fs/cifs/
Dfscache.c133 auxdata.eof = cifsi->server_eof; in cifs_fscache_acquire_inode_cookie()
172 auxdata.eof = cifsi->server_eof; in cifs_fscache_release_inode_cookie()
193 auxdata.eof = cifsi->server_eof; in cifs_fscache_update_inode_cookie()
Dcache.c89 auxdata.eof = cifsi->server_eof; in cifs_fscache_inode_check_aux()
/Linux-v5.15/fs/nfs/
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()
Dnfstrace.h934 __field(bool, eof)
948 __entry->eof = hdr->res.eof;
962 __entry->eof ? " eof" : ""
981 __field(bool, eof)
995 __entry->eof = hdr->res.eof;
1009 __entry->eof ? " eof" : ""
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_bmap.h39 bool eof; /* set if allocating past last extent */ member
234 int eof);
/Linux-v5.15/tools/lib/symbol/
Dkallsyms.c47 while (!io.eof) { in kallsyms__parse()

1234