Searched refs:bufv (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/lib/librefuse/refuse/
H A Dbuf.c48 fuse_buf_size(const struct fuse_bufvec *bufv) { argument
52 for (i = 0; i < bufv->count; i++) {
53 total += bufv->buf[i].size;
62 fuse_buf_current(const struct fuse_bufvec *bufv) { argument
63 if (bufv->idx < bufv->count)
64 return &bufv->buf[bufv->idx];
260 fuse_buf_advance(struct fuse_bufvec *bufv, size_t len) { argument
261 const struct fuse_buf *buf = fuse_buf_current(bufv);
[all...]
H A Dbuf.h98 size_t fuse_buf_size(const struct fuse_bufvec *bufv);
/netbsd-current/sys/opencrypto/
H A Dcryptosoft.c87 swcr_encdec(struct cryptodesc *crd, const struct swcr_data *sw, void *bufv, argument
90 char *buf = bufv;

Completed in 194 milliseconds