Home
last modified time | relevance | path

Searched refs:upstream (Results 1 – 25 of 119) sorted by relevance

12345

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_lzop.c211 p = __archive_read_filter_ahead(self->upstream, in consume_header()
218 __archive_read_filter_consume(self->upstream, in consume_header()
221 p = __archive_read_filter_ahead(self->upstream, 29, NULL); in consume_header()
276 p = __archive_read_filter_ahead(self->upstream, len + 4, NULL); in consume_header()
287 __archive_read_filter_consume(self->upstream, len + 4); in consume_header()
290 p = __archive_read_filter_ahead(self->upstream, 4, NULL); in consume_header()
294 __archive_read_filter_consume(self->upstream, in consume_header()
317 p = __archive_read_filter_ahead(self->upstream, 4, NULL); in consume_block_info()
321 __archive_read_filter_consume(self->upstream, 4); in consume_block_info()
327 p = __archive_read_filter_ahead(self->upstream, 4, NULL); in consume_block_info()
[all …]
H A Darchive_read_support_filter_lz4.c356 __archive_read_filter_consume(self->upstream, state->unconsumed); in lz4_filter_read()
388 read_buf = __archive_read_filter_ahead(self->upstream, 4, in lz4_filter_read()
396 __archive_read_filter_consume(self->upstream, 4); in lz4_filter_read()
403 self->upstream, 4, NULL); in lz4_filter_read()
412 __archive_read_filter_consume(self->upstream, in lz4_filter_read()
437 read_buf = __archive_read_filter_ahead(self->upstream, 2, in lz4_filter_read_descriptor()
492 read_buf = __archive_read_filter_ahead(self->upstream, in lz4_filter_read_descriptor()
510 __archive_read_filter_consume(self->upstream, descriptor_bytes); in lz4_filter_read_descriptor()
541 read_buf = __archive_read_filter_ahead(self->upstream, 4, in lz4_filter_read_data_block()
550 __archive_read_filter_consume(self->upstream, 4); in lz4_filter_read_data_block()
[all …]
H A Darchive_read_support_filter_gzip.c351 len = peek_at_header(self->upstream, NULL, state); in consume_header()
354 __archive_read_filter_consume(self->upstream, len); in consume_header()
361 __archive_read_filter_ahead(self->upstream, 1, &avail); in consume_header()
419 p = __archive_read_filter_ahead(self->upstream, 8, &avail); in consume_trailer()
426 __archive_read_filter_consume(self->upstream, 8); in consume_trailer()
463 __archive_read_filter_ahead(self->upstream, 1, &avail_in); in gzip_filter_read()
482 __archive_read_filter_consume(self->upstream, in gzip_filter_read()
486 __archive_read_filter_consume(self->upstream, in gzip_filter_read()
H A Darchive_read_support_filter_xz.c544 h = __archive_read_filter_ahead(self->upstream, 6, &avail_in); in lzip_init()
566 __archive_read_filter_consume(self->upstream, 6); in lzip_init()
601 f = __archive_read_filter_ahead(self->upstream, tail, &avail_in); in lzip_tail()
634 __archive_read_filter_consume(self->upstream, tail); in lzip_tail()
638 if (lzip_has_member(self->upstream) != 0) { in lzip_tail()
680 __archive_read_filter_ahead(self->upstream, 1, &avail_in); in xz_filter_read()
697 __archive_read_filter_consume(self->upstream, in xz_filter_read()
H A Darchive_read_support_filter_program.c98 struct archive_read_filter *upstream);
197 struct archive_read_filter *upstream) in program_bidder_bid() argument
204 p = __archive_read_filter_ahead(upstream, in program_bidder_bid()
348 p = __archive_read_filter_ahead(self->upstream, 1, &avail); in child_read()
364 __archive_read_filter_consume(self->upstream, ret); in child_read()
H A Darchive_read_support_filter_bzip2.c236 if (bzip2_reader_bid(self->bidder, self->upstream) == 0) { in bzip2_filter_read()
281 __archive_read_filter_ahead(self->upstream, 1, &ret); in bzip2_filter_read()
301 __archive_read_filter_consume(self->upstream, in bzip2_filter_read()
/freebsd/crypto/openssh/
H A DChangeLog17 upstream: adapt to username validity check change
25 upstream: openssh-10.3
33 upstream: move username validity check for usernames specified on
56 upstream: correctly match ECDSA signature algorithms against
73 upstream: when downloading files as root in legacy (-O) mode and
88 upstream: add missing askpass check when using
99 upstream: Fix possible sshd crash when sshd_config set MaxStartups
153 upstream: add a regression test for ProxyJump/-J; ok dtucker
161 upstream: Use ~/.shosts for Hostbased test.
169 upstream: Ensure known_hosts file exists when setting up.
[all …]
/freebsd/sys/netgraph/
H A Dng_car.c442 bcopy(&priv->lower.stats, &bstats->upstream, in ng_car_rcvmsg()
443 sizeof(bstats->upstream)); in ng_car_rcvmsg()
467 bcopy(&priv->lower.conf, &bconf->upstream, in ng_car_rcvmsg()
468 sizeof(bconf->upstream)); in ng_car_rcvmsg()
476 if (bconf->upstream.opt & NG_CAR_COUNT_PACKETS) { in ng_car_rcvmsg()
477 bconf->upstream.cir /= 1024; in ng_car_rcvmsg()
478 bconf->upstream.pir /= 1024; in ng_car_rcvmsg()
479 bconf->upstream.cbs /= 128; in ng_car_rcvmsg()
480 bconf->upstream.ebs /= 128; in ng_car_rcvmsg()
501 if (bconf->upstream.opt & NG_CAR_COUNT_PACKETS) { in ng_car_rcvmsg()
[all …]
H A Dng_pipe.h71 struct ng_pipe_hookstat upstream; member
103 struct ng_pipe_hookrun upstream; member
149 struct ng_pipe_hookcfg upstream; member
H A Dng_car.h61 struct ng_car_hookstats upstream; member
121 struct ng_car_hookconf upstream; member
H A Dng_pipe.c324 bcopy(&priv->lower.stats, &stats->upstream, in ngp_rcvmsg()
325 sizeof(stats->upstream)); in ngp_rcvmsg()
343 bcopy(&priv->lower.run, &run->upstream, in ngp_rcvmsg()
344 sizeof(run->upstream)); in ngp_rcvmsg()
355 bcopy(&priv->lower.cfg, &cfg->upstream, in ngp_rcvmsg()
356 sizeof(cfg->upstream)); in ngp_rcvmsg()
360 if (cfg->upstream.bandwidth == in ngp_rcvmsg()
362 cfg->bandwidth = cfg->upstream.bandwidth; in ngp_rcvmsg()
363 cfg->upstream.bandwidth = 0; in ngp_rcvmsg()
410 parse_cfg(&priv->lower.cfg, &cfg->upstream, in ngp_rcvmsg()
[all...]
/freebsd/tools/tools/git/ghpr/
H A Dghpr-push.sh23 upstream=$(git config --get branch.${staging}.opabinia.${pr}.upstream)
24 upstream_branch=$(git config --get branch.${staging}.opabinia.${pr}.upstream-branch)
25 … git push $upstream HEAD:$upstream_branch --force || true # bare git push gives cut and paste line
H A Dghpr-stage.sh53 upstream=$(git config branch.PR-$PR.pushRemote)
59 git config --add branch.${staging}.opabinia.${PR}.upstream ${upstream}
60 git config --add branch.${staging}.opabinia.${PR}.upstream-branch ${upstream_branch}
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp152 void unsynchronized_pool_resource::__adhoc_pool::__release_ptr(memory_resource* upstream) { in __release_ptr() argument
155 upstream->deallocate(__first_->__start_, __first_->__allocation_size(), __first_->__align_); in __release_ptr()
160 void* unsynchronized_pool_resource::__adhoc_pool::__do_allocate(memory_resource* upstream, size_t b… in __do_allocate() argument
169 void* result = upstream->allocate(aligned_capacity, align); in __do_allocate()
180 memory_resource* upstream, void* p, size_t bytes, size_t align) { in __do_deallocate() argument
184 upstream->deallocate(p, __first_->__allocation_size(), __first_->__align_); in __do_deallocate()
190 upstream->deallocate(p, h->__next_->__allocation_size(), h->__next_->__align_); in __do_deallocate()
218 void __release_ptr(memory_resource* upstream) { in __release_ptr() argument
222upstream->deallocate(__first_chunk_->__start_, __first_chunk_->__allocation_size(), __first_chunk_… in __release_ptr()
236 void* __allocate_in_new_chunk(memory_resource* upstream, size_t block_size, size_t chunk_size) { in __allocate_in_new_chunk() argument
[all …]
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnet-whitelist.c90 if(!addr_tree_insert(&whitelist->upstream, node, addr, addrlen, net)) { in upstream_insert()
175 addr_tree_init(&whitelist->upstream); in ecs_whitelist_apply_cfg()
181 addr_tree_init_parents(&whitelist->upstream); in ecs_whitelist_apply_cfg()
192 if(addr_tree_lookup(&whitelist->upstream, addr, addrlen)) in ecs_is_whitelisted()
/freebsd/contrib/libcxxrt/
H A DFREEBSD-upgrade2 upstream repository.
4 When updating, copy *.{c,cc,h} from the upstream src/.
/freebsd/contrib/one-true-awk/
H A DFREEBSD-upgrade1 Notes on upgrading awk from upstream
24 (3) Copy that to the vendor branch and push upstream
34 # contain the unaltered sources from upstream since it's active
36 # vendor branch given the long lag with the old upstream, but no more)
/freebsd/sys/contrib/device-tree/scripts/
H A Dfilter.sh11 UPSTREAM_MASTER=upstream/master
12 UPSTREAM_REWRITTEN=upstream/dts
/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A DREADME.txt1 The code in this directory is based on Ulf Adams's work. The upstream for the
11 minimize the number of changes by both upstream sources.
/freebsd/lib/libz/
H A DFREEBSD-upgrade3 compiler warnings, we upstream our local changes whenever they would
10 version of upstream source, resolve any conflicts.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dmrvl,pxa-ssp.txt6 port A phandle reference to a PXA ssp upstream device
18 /* upstream device */
/freebsd/sys/dev/thunderbolt/
H A Dtb_pcib.c461 device_t upstream; in tb_pcib_find_ufp() local
466 upstream = NULL; in tb_pcib_find_ufp()
472 upstream = dev; in tb_pcib_find_ufp()
487 upstream = dev; in tb_pcib_find_ufp()
499 upstream = dev; in tb_pcib_find_ufp()
507 *ufp = upstream; in tb_pcib_find_ufp()
/freebsd/contrib/llvm-project/libcxx/include/
H A D__verbose_trap22 // AppleClang shipped a slightly different version of __builtin_verbose_trap from the upstream
23 // version before upstream Clang actually got the builtin.
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__verbose_trap22 // AppleClang shipped a slightly different version of __builtin_verbose_trap from the upstream
23 // version before upstream Clang actually got the builtin.
/freebsd/contrib/libcbor/
H A Drelease.sh75 git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)
84 git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)

12345