/Linux-v5.4/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 …]
|
/Linux-v5.4/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()
|
/Linux-v5.4/drivers/staging/rtl8188eu/include/ |
D | rtw_debug.h | 109 int *eof, void *data); 113 int *eof, void *data); 119 int *eof, void *data); 126 int *eof, void *data); 130 int *eof, void *data);
|
/Linux-v5.4/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()
|
/Linux-v5.4/drivers/scsi/ |
D | st.c | 859 if (STps->eof == ST_FM_HIT) { in flush_buffer() 862 STps->eof = ST_NOEOF; in flush_buffer() 871 } else if (STps->eof == ST_FM_HIT) { in flush_buffer() 875 STps->eof = ST_NOEOF; in flush_buffer() 942 STps->eof = ST_NOEOF; in reset_state() 1078 STps->eof = ST_NOEOF; in check_tape() 1407 STps->eof = ST_FM; in st_flush() 1424 else if (STps->eof == ST_FM_HIT) { in st_flush() 1430 STps->eof = ST_FM; in st_flush() 1432 STps->eof = ST_NOEOF; in st_flush() [all …]
|
/Linux-v5.4/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() 246 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in parse_header() 360 pkg->frame.eof = type; in tb_ctl_tx() 393 if (pkg->frame.eof != TB_CFG_PKG_ERROR) in tb_async_error() 430 switch (frame->eof) { in tb_ctl_rx_callback() 442 tb_ctl_handle_event(pkg->ctl, frame->eof, in tb_ctl_rx_callback() 458 if (tb_ctl_handle_event(pkg->ctl, frame->eof, pkg, frame->size)) in tb_ctl_rx_callback() 732 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in tb_cfg_match() 735 if (pkg->frame.eof != req->response_type) in tb_cfg_match() [all …]
|
D | nhi_regs.h | 31 u32 eof:4; member
|
/Linux-v5.4/fs/nfsd/ |
D | vfs.h | 84 u32 *eof); 89 u32 *eof); 92 u32 *eof);
|
D | vfs.c | 849 unsigned long *count, u32 *eof, ssize_t host_err) in nfsd_finish_read() argument 853 *eof = nfsd_eof_on_read(file, offset, host_err, *count); in nfsd_finish_read() 866 u32 *eof) in nfsd_splice_read() argument 879 return nfsd_finish_read(rqstp, fhp, file, offset, count, eof, host_err); in nfsd_splice_read() 885 u32 *eof) in nfsd_readv() argument 894 return nfsd_finish_read(rqstp, fhp, file, offset, count, eof, host_err); in nfsd_readv() 1002 u32 *eof) in nfsd_read() argument 1015 err = nfsd_splice_read(rqstp, fhp, file, offset, count, eof); in nfsd_read() 1017 err = nfsd_readv(rqstp, fhp, file, offset, vec, vlen, count, eof); in nfsd_read()
|
/Linux-v5.4/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()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_bmap_util.h | 34 int whichfork, int *eof); 50 int rt, int eof, int delay, int convert,
|
D | xfs_iomap.c | 156 int eof, error; in xfs_iomap_eof_align_last_fsb() local 158 error = xfs_bmap_eof(ip, new_last_fsb, XFS_DATA_FORK, &eof); in xfs_iomap_eof_align_last_fsb() 161 if (eof) in xfs_iomap_eof_align_last_fsb() 542 bool eof = false, cow_eof = false, shared = false; in xfs_file_iomap_begin_delay() local 576 eof = !xfs_iext_lookup_extent(ip, &ip->i_df, offset_fsb, &icur, &imap); in xfs_file_iomap_begin_delay() 577 if (eof) in xfs_file_iomap_begin_delay() 662 if (eof) { in xfs_file_iomap_begin_delay() 689 whichfork == XFS_DATA_FORK ? eof : cow_eof); in xfs_file_iomap_begin_delay()
|
/Linux-v5.4/fs/cachefiles/ |
D | rdwr.c | 886 loff_t pos, eof; in cachefiles_write_page() local 914 eof = object->fscache.store_limit_l; in cachefiles_write_page() 915 if (pos >= eof) in cachefiles_write_page() 929 if (eof & ~PAGE_MASK) { in cachefiles_write_page() 930 if (eof - pos < PAGE_SIZE) { in cachefiles_write_page() 932 pos, eof); in cachefiles_write_page() 933 len = eof - pos; in cachefiles_write_page() 934 ASSERTCMP(pos + len, ==, eof); in cachefiles_write_page()
|
/Linux-v5.4/lib/zlib_deflate/ |
D | deftree.c | 796 int eof /* true if this is the last block for a file */ in zlib_tr_stored_block() argument 799 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */ in zlib_tr_stored_block() 860 int eof /* true if this is the last block for a file */ argument 910 if (eof && s->compressed_len == 0L) { /* force stored file */ 912 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) { 935 zlib_tr_stored_block(s, buf, stored_len, eof); 942 send_bits(s, (STATIC_TREES<<1)+eof, 3); 946 send_bits(s, (DYN_TREES<<1)+eof, 3); 955 if (eof) { 960 s->compressed_len-7*eof));
|
D | defutil.h | 279 int eof); 282 int eof);
|
D | deflate.c | 827 #define FLUSH_BLOCK_ONLY(s, eof) { \ argument 832 (eof)); \ 839 #define FLUSH_BLOCK(s, eof) { \ argument 840 FLUSH_BLOCK_ONLY(s, eof); \ 841 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
|
/Linux-v5.4/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() 1027 head->r.eof = 1; in tomoyo_select_domain() 1618 if (head->r.eof) in tomoyo_read_domain() 1668 head->r.eof = true; in tomoyo_read_domain() 1680 head->r.eof = false; in tomoyo_write_pid() 1704 head->r.eof = true; in tomoyo_read_pid() 1707 if (head->r.w_pos || head->r.eof) in tomoyo_read_pid() [all …]
|
/Linux-v5.4/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()
|
/Linux-v5.4/kernel/power/ |
D | swap.c | 1160 int eof = 0; in load_image_lzo() local 1292 for (i = 0; !eof && i < want; i++) { in load_image_lzo() 1303 eof = 1; in load_image_lzo() 1325 if (eof) in load_image_lzo() 1326 eof = 2; in load_image_lzo() 1348 if (eof > 1) { in load_image_lzo() 1379 if (eof) in load_image_lzo() 1380 eof = 2; in load_image_lzo()
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_bmap.h | 39 bool eof; /* set if allocating past last extent */ member 229 int eof);
|
/Linux-v5.4/drivers/usb/typec/ucsi/ |
D | ucsi_ccg.c | 832 const char *eof; in do_flash() local 856 eof = fw->data + fw->size; in do_flash() 872 eof = fw->data + fw->size - sizeof(fw_cfg) - sizeof(fw_cfg_sig); in do_flash() 921 while (p < eof) { in do_flash() 922 s = strnchr(p + 1, eof - p - 1, ':'); in do_flash() 925 s = eof; in do_flash()
|
/Linux-v5.4/fs/nfs/ |
D | dir.c | 162 bool eof; member 223 if (entry->eof != 0) in nfs_readdir_add_to_array() 249 desc->eof = true; in nfs_readdir_search_for_pos() 303 desc->eof = true; in nfs_readdir_search_for_cookie() 559 } while (!entry->eof); in nfs_readdir_page_filler() 562 if (count == 0 || (status == -EBADCOOKIE && entry->eof != 0)) { in nfs_readdir_page_filler() 615 entry.eof = 0; in nfs_readdir_xdr_to_array() 758 desc->eof = true; in nfs_do_filldir() 770 desc->eof = true; in nfs_do_filldir() 870 if (*desc->dir_cookie && !desc->eof) { in nfs_readdir() [all …]
|
/Linux-v5.4/fs/cifs/ |
D | cache.c | 130 auxdata.eof = cifsi->server_eof; in cifs_fscache_inode_check_aux()
|
D | fscache.c | 131 auxdata.eof = cifsi->server_eof; in cifs_fscache_acquire_inode_cookie() 170 auxdata.eof = cifsi->server_eof; in cifs_fscache_release_inode_cookie()
|
/Linux-v5.4/net/sunrpc/ |
D | rpc_pipe.c | 651 int start, int eof) in __rpc_depopulate() argument 658 for (i = start; i < eof; i++) { in __rpc_depopulate() 683 int start, int eof) in rpc_depopulate() argument 688 __rpc_depopulate(parent, files, start, eof); in rpc_depopulate() 694 int start, int eof, in rpc_populate() argument 702 for (i = start; i < eof; i++) { in rpc_populate() 728 __rpc_depopulate(parent, files, start, eof); in rpc_populate()
|