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 D | from-debian-to-fix-compile-errors.patch | 395 @@ -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 D | iwarp.h | 288 struct iwarp_rdma_write rwrite; member
|
| H A D | siw_qp_tx.c | 197 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 D | siw.h | 372 struct iwarp_rdma_write rwrite; member
|
| H A D | siw_qp_rx.c | 232 struct iwarp_rdma_write *write = &srx->hdr.rwrite; in siw_write_check_ntoh()
|