Searched refs:eof (Results 76 - 91 of 91) sorted by last modified time

1234

/linux-master/lib/zlib_deflate/
H A Ddefutil.h277 int eof);
280 int eof);
H A Ddeflate.c838 #define FLUSH_BLOCK_ONLY(s, eof) { \
843 (eof)); \
850 #define FLUSH_BLOCK(s, eof) { \
851 FLUSH_BLOCK_ONLY(s, eof); \
852 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
H A Ddeftree.c742 int eof /* true if this is the last block for a file */
745 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
806 int eof /* true if this is the last block for a file */
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));
[all...]
/linux-master/drivers/scsi/fnic/
H A Dcq_exch_desc.h54 u8 eof; member in struct:cq_fcp_rq_desc
86 u8 *eof,
118 *eof = desc_ptr->eof;
74 cq_fcp_rq_desc_dec(struct cq_fcp_rq_desc *desc_ptr, u8 *type, u8 *color, u16 *q_number, u16 *completed_index, u8 *eop, u8 *sop, u8 *fck, u16 *exchange_id, u16 *tmpl, u32 *bytes_written, u8 *sof, u8 *eof, u8 *ingress_port, u8 *packet_err, u8 *fcoe_err, u8 *fcs_ok, u8 *vlan_stripped, u16 *vlan) argument
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h1465 u8 eof; member in struct:amap_lancer_write_obj_context
1524 u32 eof; member in struct:lancer_cmd_resp_read_object
2435 u32 *data_read, u32 *eof, u8 *addn_status);
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c2970 u8 sof, u8 eof, struct efc_dma *payload,
3001 sof, eof, (u32 *)hdr, payload, payload->len,
2969 efct_hw_send_frame(struct efct_hw *hw, struct fc_frame_header *hdr, u8 sof, u8 eof, struct efc_dma *payload, struct efct_hw_send_frame_context *ctx, void (*callback)(void *arg, u8 *cqe, int status), void *arg) argument
H A Defct_hw.h696 u8 sof, u8 eof, struct efc_dma *payload,
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.h1584 u8 eof; member in struct:sli4_send_frame_wqe
3950 u16 eof, u32 len, u32 offset, char *name, struct efc_dma *dma);
4067 sli_send_frame_wqe(struct sli4 *sli4, void *buf, u8 sof, u8 eof,
/linux-master/drivers/scsi/
H A Dst.h87 unsigned char eof; member in struct:st_partstat
198 /* Values of eof */
/linux-master/drivers/char/xillybus/
H A Dxillybus_core.c1570 int eof; local
1619 eof = channel->wr_eof;
1625 * Check if eof points at the buffer after
1627 * no EOF is marked by negative eof.
1634 if (buf_idx == eof)
/linux-master/drivers/thunderbolt/
H A Ddma_port.c70 if (pkg->frame.eof == TB_CFG_PKG_ERROR)
72 if (pkg->frame.eof != req->response_type)
/linux-master/tools/lib/symbol/
H A Dkallsyms.c47 while (!io.eof) {
/linux-master/drivers/media/pci/ivtv/
H A Divtv-fileops.c761 int eof = test_bit(IVTV_F_S_STREAMOFF, &s->s_flags); local
765 if (!eof && !test_bit(IVTV_F_S_STREAMING, &s->s_flags) &&
791 if (eof)
/linux-master/drivers/media/usb/gspca/
H A Dkinect.c389 uint8_t eof = sd->stream_flag | 5; local
406 else if (hdr->flag == eof)
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c45 u8 eof = 0; local
52 skb_copy_bits(skb, skb->len - 4, &eof, 1);
54 if ((eof != FC_EOF_N) && (eof != FC_EOF_T)) {
55 dev_err(adap->pdev_dev, "Unsupported EOF 0x%x\n", eof);
/linux-master/arch/mips/alchemy/common/
H A Ddma.c101 int length, int *eof, void *data)
115 *eof = 1;
122 *eof = 1;
100 au1000_dma_read_proc(char *buf, char **start, off_t fpos, int length, int *eof, void *data) argument

Completed in 272 milliseconds

1234