| /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()
|
| /linux/drivers/scsi/ |
| H A D | st.c | 874 if (STps->eof == ST_FM_HIT) { in flush_buffer() 877 STps->eof = ST_NOEOF; in flush_buffer() 886 } else if (STps->eof == ST_FM_HIT) { in flush_buffer() 890 STps->eof = ST_NOEOF; in flush_buffer() 957 STps->eof = ST_NOEOF; in reset_state() 1108 STps->eof = ST_NOEOF; in check_tape() 1437 STps->eof = ST_FM; in st_flush() 1454 else if (STps->eof == ST_FM_HIT) { in st_flush() 1460 STps->eof = ST_FM; in st_flush() 1462 STps->eof = ST_NOEOF; in st_flush() [all …]
|
| H A D | st.h | 87 unsigned char eof; member
|
| /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()
|
| /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()
|
| /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()
|
| /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));
|
| H A D | defutil.h | 277 int eof); 280 int eof);
|
| /linux/fs/nfsd/ |
| H A D | vfs.h | 127 u32 *eof); 131 u32 *eof); 135 u32 *eof);
|
| H A D | vfs.c | 1057 unsigned long *count, u32 *eof, ssize_t host_err) in nfsd_finish_read() argument 1063 *eof = nfsd_eof_on_read(file, offset, host_err, *count); in nfsd_finish_read() 1088 u32 *eof) in nfsd_splice_read() argument 1103 return nfsd_finish_read(rqstp, fhp, file, offset, count, eof, host_err); in nfsd_splice_read() 1122 u32 *eof) in nfsd_direct_read() argument 1180 eof, host_err); in nfsd_direct_read() 1201 unsigned int base, u32 *eof) in nfsd_iter_read() argument 1219 count, eof); in nfsd_iter_read() 1246 return nfsd_finish_read(rqstp, fhp, file, offset, count, eof, host_err); in nfsd_iter_read() 1593 loff_t offset, unsigned long *count, u32 *eof) in nfsd_read() argument [all …]
|
| /linux/rust/syn/ |
| H A D | lookahead.rs | 129 if self.cursor.eof() { in error() 312 cursor.eof() in peek()
|
| H A D | parse.rs | 448 if cursor.eof() { in span_of_unexpected_ignoring_nones() 457 if cursor.eof() { in span_of_unexpected_ignoring_nones() 794 self.cursor().eof() in is_empty() 1091 if cursor.eof() { in span()
|
| /linux/security/tomoyo/ |
| H A D | common.c | 749 if (head->r.eof) in tomoyo_read_profile() 767 head->r.eof = true; in tomoyo_read_profile() 915 if (head->r.eof) in tomoyo_read_manager() 928 head->r.eof = true; in tomoyo_read_manager() 1033 head->r.eof = true; in tomoyo_select_domain() 1637 if (head->r.eof) in tomoyo_read_domain() 1687 head->r.eof = true; in tomoyo_read_domain() 1699 head->r.eof = false; in tomoyo_write_pid() 1724 head->r.eof = true; in tomoyo_read_pid() 1727 if (head->r.w_pos || head->r.eof) in tomoyo_read_pid() [all …]
|
| /linux/sound/soc/intel/catpt/ |
| H A D | dsp.c | 453 const char *eof; in catpt_coredump() 480 eof = info + FW_INFO_SIZE_MAX; in catpt_coredump() 482 for (i = 0; i < 4 && info < eof; i++, info++) { in catpt_coredump() 484 info = strnchr(info, eof - info, ' '); in catpt_coredump() 490 memcpy(pos, info, min_t(u32, eof - info, CATPT_DUMP_HASH_SIZE)); in catpt_coredump() 458 const char *eof; catpt_coredump() local
|
| /linux/fs/nfs/ |
| H A D | dir.c | 177 bool eof; member 340 if (entry->eof != 0) in nfs_readdir_folio_array_append() 518 desc->eof = true; in nfs_readdir_search_for_pos() 558 desc->eof = true; in nfs_readdir_search_for_cookie() 871 } while (!status && !entry->eof); in nfs_readdir_folio_filler() 875 if (!entry->eof) in nfs_readdir_folio_filler() 1126 desc->eof = !desc->eob; in nfs_do_filldir() 1186 if (!desc->eof) { in uncached_readdir() 1258 desc->eof = dir_ctx->eof; in nfs_readdir() 1266 if (desc->eof) { in nfs_readdir() [all …]
|
| /linux/tools/lib/symbol/ |
| H A D | kallsyms.c | 47 while (!io.eof) { in kallsyms__parse()
|
| /linux/drivers/thunderbolt/ |
| H A D | nhi.c | 248 descriptor->eof = frame->eof; in ring_write_descriptors() 295 frame->eof = ring->descriptors[ring->tail].eof; in ring_work() 366 frame->eof = ring->descriptors[ring->tail].eof; in tb_ring_poll()
|
| /linux/tools/perf/util/ |
| H A D | addr2line.c | 297 struct io io = { .eof = false }; in cmd__addr2line() 419 if (io.eof) { in cmd__addr2line()
|
| /linux/fs/xfs/ |
| H A D | xfs_bmap_util.h | 50 int rt, int eof, int delay, int convert,
|
| /linux/drivers/media/usb/gspca/ |
| H A D | kinect.c | 389 uint8_t eof = sd->stream_flag | 5; in sd_pkt_scan() local 406 else if (hdr->flag == eof) in sd_pkt_scan()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_fcoe.c | 498 u8 sof, eof; in ixgbe_fso() local 532 skb_copy_bits(skb, skb->len - 4, &eof, 1); in ixgbe_fso() 534 switch (eof) { in ixgbe_fso() 553 dev_warn(tx_ring->dev, "unknown eof = 0x%x\n", eof); in ixgbe_fso()
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_sockopt.c | 575 bool eof = false; in connect_one_server() local 614 eof = true; in connect_one_server() 622 xerror("total %lu, len %lu eof %d\n", total, len, eof); in connect_one_server() 632 if (eof) in connect_one_server()
|
| /linux/drivers/usb/typec/ucsi/ |
| H A D | ucsi_ccg.c | 1159 const char *eof; in do_flash() local 1183 eof = fw->data + fw->size; in do_flash() 1199 eof = fw->data + fw->size - sizeof(fw_cfg) - sizeof(fw_cfg_sig); in do_flash() 1253 while (p < eof) { in do_flash() 1254 s = strnchr(p + 1, eof - p - 1, ':'); in do_flash() 1257 s = eof; in do_flash()
|
| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-fileops.c | 596 int eof = test_bit(CX18_F_S_STREAMOFF, &s->s_flags); in cx18_v4l2_enc_poll() local 600 if (!eof && !test_bit(CX18_F_S_STREAMING, &s->s_flags) && in cx18_v4l2_enc_poll() 624 if (eof) in cx18_v4l2_enc_poll()
|
| /linux/tools/testing/selftests/powerpc/ |
| H A D | utils.c | 36 char eof; in read_file() local 53 rc = read(fd, &eof, 1); in read_file()
|