HomeSort by: relevance | last modified time | path
    Searched defs:dst_len (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/librefuse/refuse/
buf.c 285 size_t dst_len; local in function:fuse_buf_copy
295 dst_len = dst->size - dstv->off;
296 len = MIN(src_len, dst_len);
  /src/sys/opencrypto/
cryptodev.c 461 int dst_len; /* copyout size */ local in function:cryptodev_op
479 if ((cse->tcomp) && cop->dst_len) {
480 if (iov_len < cop->dst_len) {
482 iov_len = cop->dst_len;
673 dst_len = crp->crp_ilen;
676 if (crp->crp_olen > (cop->dst_len ? cop->dst_len : cop->len)) {
680 dst_len = cop->dst_len = crp->crp_olen;
684 DPRINTF("copyout %d bytes to %p\n", dst_len, cop->dst)
    [all...]
cryptodev.h 203 u_int dst_len; /* dst len if not 0 */ member in struct:crypt_op
242 u_int dst_len; /* dst len if not 0 */ member in struct:crypt_n_op

Completed in 16 milliseconds