Home
last modified time | relevance | path

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

12345

/src/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);
195 struct archive_read_filter *upstream) in program_bidder_bid() argument
202 p = __archive_read_filter_ahead(upstream, in program_bidder_bid()
346 p = __archive_read_filter_ahead(self->upstream, 1, &avail); in child_read()
362 __archive_read_filter_consume(self->upstream, ret); in child_read()
H A Darchive_read_support_filter_rpm.c184 b = __archive_read_filter_ahead(self->upstream, 1, in rpm_filter_read()
271 __archive_read_filter_consume(self->upstream, used); in rpm_filter_read()
279 __archive_read_filter_consume(self->upstream, used); in rpm_filter_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()
/src/crypto/openssh/
H A DChangeLog11 upstream: openssh-10.0
19 upstream: Fix logic error in DisableForwarding option. This option
30 upstream: oops, I accidentally backed out the typo fix
38 upstream: typo
52 upstream: typo
60 upstream: typo
68 upstream: Include time.h for time().
78 upstream: Wrap #include <openssl/dsa.h> in #ifdef WITH_DSA
97 upstream: remove ability to enable DSA support. Actual code will be
107 upstream: Add TEST_SSH_SSHD_ENV to sshd lines here too.
[all …]
/src/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()
/src/tools/tools/git/ghpr/
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}
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
/src/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp149 void unsynchronized_pool_resource::__adhoc_pool::__release_ptr(memory_resource* upstream) { in __release_ptr() argument
152 upstream->deallocate(__first_->__start_, __first_->__allocation_size(), __first_->__align_); in __release_ptr()
157 void* unsynchronized_pool_resource::__adhoc_pool::__do_allocate(memory_resource* upstream, size_t b… in __do_allocate() argument
166 void* result = upstream->allocate(aligned_capacity, align); in __do_allocate()
177 memory_resource* upstream, void* p, size_t bytes, size_t align) { in __do_deallocate() argument
181 upstream->deallocate(p, __first_->__allocation_size(), __first_->__align_); in __do_deallocate()
187 upstream->deallocate(p, h->__next_->__allocation_size(), h->__next_->__align_); in __do_deallocate()
215 void __release_ptr(memory_resource* upstream) { in __release_ptr() argument
219upstream->deallocate(__first_chunk_->__start_, __first_chunk_->__allocation_size(), __first_chunk_… in __release_ptr()
233 void* __allocate_in_new_chunk(memory_resource* upstream, size_t block_size, size_t chunk_size) { in __allocate_in_new_chunk() argument
[all …]
/src/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()
/src/contrib/libcxxrt/
H A DFREEBSD-upgrade2 upstream repository.
4 When updating, copy *.{c,cc,h} from the upstream src/.
/src/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)
/src/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.
/src/sys/contrib/device-tree/scripts/
H A Dfilter.sh11 UPSTREAM_MASTER=upstream/master
12 UPSTREAM_REWRITTEN=upstream/dts
/src/lib/libz/
H A DFREEBSD-upgrade3 compiler warnings, we upstream our local changes whenever they would
10 version of upstream source, resolve any conflicts.
/src/sys/dev/thunderbolt/
H A Dtb_pcib.c473 device_t upstream; in tb_pcib_find_ufp() local
478 upstream = NULL; in tb_pcib_find_ufp()
484 upstream = dev; in tb_pcib_find_ufp()
499 upstream = dev; in tb_pcib_find_ufp()
511 upstream = dev; in tb_pcib_find_ufp()
519 *ufp = upstream; in tb_pcib_find_ufp()
/src/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 */
/src/lib/libc++/
H A D__assertion_handler27 // AppleClang shipped a slightly different version of __builtin_verbose_trap from the upstream
28 // version before upstream Clang actually got the builtin.
/src/contrib/llvm-project/libcxx/vendor/llvm/
H A Ddefault_assertion_handler.in27 // AppleClang shipped a slightly different version of __builtin_verbose_trap from the upstream
28 // version before upstream Clang actually got the builtin.

12345