/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_debug.c | 14 int *eof, void *data) in proc_get_drv_version() argument 20 *eof = 1; in proc_get_drv_version() 26 int *eof, void *data) in proc_get_write_reg() argument 28 *eof = 1; in proc_get_write_reg() 75 int *eof, void *data) in proc_get_read_reg() argument 83 *eof = 1; in proc_get_read_reg() 102 *eof = 1; in proc_get_read_reg() 135 int *eof, void *data) in proc_get_adapter_state() argument 144 *eof = 1; in proc_get_adapter_state() 150 int *eof, void *data) in proc_get_best_channel() argument [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
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()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
D | rtw_debug.h | 108 int *eof, void *data); 112 int *eof, void *data); 118 int *eof, void *data); 125 int *eof, void *data); 129 int *eof, void *data);
|
/kernel/linux/linux-5.10/tools/lib/api/ |
D | io.h | 25 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()
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
D | cq_exch_desc.h | 66 u8 eof; member 98 u8 *eof, in cq_fcp_rq_desc_dec() argument 130 *eof = desc_ptr->eof; in cq_fcp_rq_desc_dec()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | st.c | 861 if (STps->eof == ST_FM_HIT) { in flush_buffer() 864 STps->eof = ST_NOEOF; in flush_buffer() 873 } else if (STps->eof == ST_FM_HIT) { in flush_buffer() 877 STps->eof = ST_NOEOF; in flush_buffer() 944 STps->eof = ST_NOEOF; in reset_state() 1080 STps->eof = ST_NOEOF; in check_tape() 1409 STps->eof = ST_FM; in st_flush() 1426 else if (STps->eof == ST_FM_HIT) { in st_flush() 1432 STps->eof = ST_FM; in st_flush() 1434 STps->eof = ST_NOEOF; in st_flush() [all …]
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | api-io.c | 101 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()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
D | ctl.c | 179 if (WARN(type != pkg->frame.eof, "wrong eof (expected %#x, got %#x)\n", in check_header() 180 type, pkg->frame.eof)) in check_header() 251 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in parse_header() 368 pkg->frame.eof = type; in tb_ctl_tx() 401 if (pkg->frame.eof != TB_CFG_PKG_ERROR) in tb_async_error() 438 switch (frame->eof) { in tb_ctl_rx_callback() 450 tb_ctl_handle_event(pkg->ctl, frame->eof, in tb_ctl_rx_callback() 466 if (tb_ctl_handle_event(pkg->ctl, frame->eof, pkg, frame->size)) in tb_ctl_rx_callback() 747 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in tb_cfg_match() 750 if (pkg->frame.eof != req->response_type) in tb_cfg_match() [all …]
|
D | nhi_regs.h | 31 u32 eof:4; member
|
/kernel/linux/linux-5.10/arch/mips/alchemy/common/ |
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()
|
/kernel/linux/linux-5.10/lib/zlib_deflate/ |
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));
|
D | defutil.h | 277 int eof); 280 int eof);
|
D | deflate.c | 831 #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; \
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | vfs.h | 97 u32 *eof); 102 u32 *eof); 105 u32 *eof);
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
D | rdwr.c | 885 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()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
D | common.c | 751 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 …]
|
/kernel/linux/linux-5.10/sound/soc/intel/catpt/ |
D | dsp.c | 507 const char *eof; in catpt_coredump() local 534 eof = info + FW_INFO_SIZE_MAX; in catpt_coredump() 536 for (i = 0; i < 4 && info < eof; i++, info++) { in catpt_coredump() 538 info = strnchr(info, eof - info, ' '); in catpt_coredump() 544 memcpy(pos, info, min_t(u32, eof - info, CATPT_DUMP_HASH_SIZE)); in catpt_coredump()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
D | cx18-fileops.c | 602 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()
|
/kernel/linux/linux-5.10/kernel/power/ |
D | swap.c | 1171 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()
|
/kernel/linux/linux-5.10/tools/lib/symbol/ |
D | kallsyms.c | 47 while (!io.eof) { in kallsyms__parse()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_bmap.h | 39 bool eof; /* set if allocating past last extent */ member 235 int eof);
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_bmap_util.h | 48 int rt, int eof, int delay, int convert,
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | nfs42xdr.c | 629 res->eof = be32_to_cpup(p); in decode_listxattrs() 1044 uint32_t *eof) in decode_read_plus_hole() argument 1065 uint32_t eof, segments, type; in decode_read_plus() local 1077 eof = be32_to_cpup(p++); in decode_read_plus() 1091 status = decode_read_plus_hole(xdr, res, &eof); in decode_read_plus() 1102 res->eof = eof; in decode_read_plus() 1107 res->eof = 0; in decode_read_plus()
|
D | nfstrace.h | 929 __field(bool, eof) 943 __entry->eof = hdr->res.eof; 957 __entry->eof ? " eof" : "" 976 __field(bool, eof) 990 __entry->eof = hdr->res.eof; 1004 __entry->eof ? " eof" : ""
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | cache.c | 125 auxdata.eof = cifsi->server_eof; in cifs_fscache_inode_check_aux()
|