Searched refs:source_buf (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dreps-strings.c169 char *source_buf;
203 SVN_ERR_ASSERT(!cb->source_buf);
215 cb->source_buf = apr_palloc(cb->window_pool, source_len);
217 cb->source_buf, &source_len);
343 char *source_buf, *target_buf;
366 if (cb.source_buf)
370 source_buf = cb.source_buf;
375 source_buf = apr_palloc(cb.window_pool, source_len);
378 source_buf, c
167 char *source_buf; member in struct:compose_handler_baton
340 char *source_buf, *target_buf; local
[all...]
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-pgm.c365 char source_buf[INET6_ADDRSTRLEN], group_buf[INET6_ADDRSTRLEN]; local
367 char source_buf[INET_ADDRSTRLEN], group_buf[INET_ADDRSTRLEN]; local
424 inet_ntop(source_af, source, source_buf, sizeof(source_buf));
440 source_buf, group_buf, EXTRACT_32BITS(&nak->pgmn_seq)));
/freebsd-11.0-release/sys/mips/rmi/dev/sec/
H A Drmilib.c170 desc->user.user_src = (uint8_t *) (unsigned long)op->source_buf;
220 (uint8_t *)(uintptr_t)op->source_buf,
230 (uint8_t *) (unsigned long)op->source_buf, SEC_MAX_FRAG_LEN);
234 (uint8_t *) (unsigned long)(op->source_buf + SEC_MAX_FRAG_LEN),
245 (uint8_t *) (unsigned long)op->source_buf, op->source_buf_size);
251 op->source_buf = (uint64_t) (unsigned long)desc->user.aligned_src;
398 addr = (uint64_t) vtophys((void *)(unsigned long)op->source_buf);
588 (unsigned long long)op->source_buf, (unsigned long long)addr);
861 op->source_buf -= 0;
H A Drmilib.h585 uint64_t source_buf; member in struct:xlr_sec_io_s
H A Drmisec.c424 cmd->op.source_buf = (uint64_t) (unsigned long)crp->crp_buf;

Completed in 134 milliseconds