Home
last modified time | relevance | path

Searched refs:rwrite (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-compile-errors.patch395 @@ -120,13 +122,18 @@ jin: while(part&&(i=rwrite(s,source,BLKSIZ<part?BLKSIZ:(int)part)))
473 - if(lseek(mb->fd,mb->filelen-1,SEEK_SET)<0||1!=rwrite(mb->fd,empty,1))
475 + if(lseek(mb->fd,len,SEEK_SET)<0||1!=rwrite(mb->fd,empty,1))
485 - if(lseek(mb->fd,mb->filelen-1,SEEK_SET)<0||1!=rwrite(mb->fd,empty,1))
488 + if(lseek(mb->fd,len,SEEK_SET)<0||1!=rwrite(mb->fd,empty,1))
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/
H A Diwarp.h288 struct iwarp_rdma_write rwrite; member
H A Dsiw_qp_tx.c197 c_tx->pkt.rwrite.sink_stag = htonl(wqe->sqe.rkey); in siw_qp_prepare_tx()
198 c_tx->pkt.rwrite.sink_to = cpu_to_be64(wqe->sqe.raddr); in siw_qp_prepare_tx()
H A Dsiw.h372 struct iwarp_rdma_write rwrite; member
H A Dsiw_qp_rx.c232 struct iwarp_rdma_write *write = &srx->hdr.rwrite; in siw_write_check_ntoh()