HomeSort by: relevance | last modified time | path
    Searched refs:srcv (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/librefuse/refuse/
buf.h 102 ssize_t fuse_buf_copy(struct fuse_bufvec *dstv, struct fuse_bufvec *srcv,
buf.c 277 fuse_buf_copy(struct fuse_bufvec *dstv, struct fuse_bufvec *srcv,
290 src = fuse_buf_current(srcv);
294 src_len = src->size - srcv->off;
298 n_copied = fuse_buf_copy_one(dst, dstv->off, src, srcv->off, len, flags);
310 if (fuse_buf_advance(srcv, (size_t)n_copied) != 0 ||
  /src/sys/netinet/
sctp_output.c 3910 struct sctp_sndrcvinfo *srcv,
3931 if (chk->rec.data.timetodrop.tv_sec >= (long)srcv->sinfo_timetolive) {
3969 if (chk->rec.data.timetodrop.tv_sec >= (long)srcv->sinfo_timetolive) {
3995 struct sctp_sndrcvinfo *srcv,
4002 (srcv->sinfo_flags & (SCTP_PR_SCTP_TTL|SCTP_PR_SCTP_BUF)) &&
4003 (srcv->sinfo_timetolive > 0)
4012 if (srcv->sinfo_flags & SCTP_PR_SCTP_BUF) {
4017 template->rec.data.timetodrop.tv_sec = srcv->sinfo_timetolive;
4022 tv.tv_sec = srcv->sinfo_timetolive / 1000;
4023 tv.tv_usec = (srcv->sinfo_timetolive * 1000) % 1000000
7094 struct sctp_sndrcvinfo srcv; local in function:sctp_output
9807 struct sctp_sndrcvinfo srcv; local in function:sctp_sosend
    [all...]
  /src/sys/dev/
cgd.c 1586 cgd_cipher(struct cgd_softc *sc, void *dstv, const void *srcv,
1590 const char *src = srcv;

Completed in 17 milliseconds