| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_filter_lzop.c | 208 p = __archive_read_filter_ahead(f->upstream, in consume_header() 215 __archive_read_filter_consume(f->upstream, in consume_header() 218 p = __archive_read_filter_ahead(f->upstream, 29, NULL); in consume_header() 273 p = __archive_read_filter_ahead(f->upstream, len + 4, NULL); in consume_header() 284 __archive_read_filter_consume(f->upstream, len + 4); in consume_header() 287 p = __archive_read_filter_ahead(f->upstream, 4, NULL); in consume_header() 291 __archive_read_filter_consume(f->upstream, in consume_header() 314 p = __archive_read_filter_ahead(f->upstream, 4, NULL); in consume_block_info() 318 __archive_read_filter_consume(f->upstream, 4); in consume_block_info() 324 p = __archive_read_filter_ahead(f->upstream, 4, NULL); in consume_block_info() [all …]
|
| H A D | archive_read_support_filter_rpm.c | 152 h = __archive_read_filter_ahead(f->upstream, 1, &avail); in skip_padding() 157 r = __archive_read_filter_consume(f->upstream, count); in skip_padding() 173 r = __archive_read_filter_consume(f->upstream, RPM_LEAD_SIZE); in skip_prologue() 179 h = __archive_read_filter_ahead(f->upstream, in skip_prologue() 196 r = __archive_read_filter_consume(f->upstream, in skip_prologue() 233 *buff = __archive_read_filter_ahead(f->upstream, 1, &r); in rpm_filter_read() 235 __archive_read_filter_consume(f->upstream, r); in rpm_filter_read()
|
| H A D | archive_read_support_filter_lz4.c | 385 __archive_read_filter_consume(f->upstream, lz4->unconsumed); in lz4_filter_read() 417 read_buf = __archive_read_filter_ahead(f->upstream, 4, in lz4_filter_read() 425 __archive_read_filter_consume(f->upstream, 4); in lz4_filter_read() 432 f->upstream, 4, NULL); in lz4_filter_read() 441 if (__archive_read_filter_consume(f->upstream, in lz4_filter_read() 472 read_buf = __archive_read_filter_ahead(f->upstream, 2, in lz4_filter_read_descriptor() 527 read_buf = __archive_read_filter_ahead(f->upstream, in lz4_filter_read_descriptor() 545 __archive_read_filter_consume(f->upstream, descriptor_bytes); in lz4_filter_read_descriptor() 578 read_buf = __archive_read_filter_ahead(f->upstream, 4, NULL); in lz4_filter_read_data_block() 586 __archive_read_filter_consume(f->upstream, 4); in lz4_filter_read_data_block() [all …]
|
| H A D | archive_read_support_filter_gzip.c | 341 len = peek_at_header(f->upstream, NULL, gzip); in consume_header() 344 __archive_read_filter_consume(f->upstream, len); in consume_header() 351 __archive_read_filter_ahead(f->upstream, 1, &avail); in consume_header() 418 p = __archive_read_filter_ahead(f->upstream, 8, NULL); in consume_trailer() 425 __archive_read_filter_consume(f->upstream, 8); in consume_trailer() 460 __archive_read_filter_ahead(f->upstream, 1, &avail_in); in gzip_filter_read() 479 __archive_read_filter_consume(f->upstream, in gzip_filter_read() 483 __archive_read_filter_consume(f->upstream, in gzip_filter_read()
|
| H A D | archive_read_support_filter_xz.c | 538 h = __archive_read_filter_ahead(f->upstream, 6, NULL); in lzip_init() 560 __archive_read_filter_consume(f->upstream, 6); in lzip_init() 594 p = __archive_read_filter_ahead(f->upstream, tail, &avail_in); in lzip_tail() 627 __archive_read_filter_consume(f->upstream, tail); in lzip_tail() 631 if (lzip_has_member(f->upstream) != 0) { in lzip_tail() 671 __archive_read_filter_ahead(f->upstream, 1, &avail_in); in xz_filter_read() 688 __archive_read_filter_consume(f->upstream, in xz_filter_read()
|
| /freebsd/crypto/openssh/ |
| H A D | ChangeLog | 17 upstream: openssh-10.4 25 upstream: Fix multiple RFC 4462 (GSSAPIAuthentication) compliance 48 upstream: fix ownership and lifetime of several bits of client 62 upstream: Fix cases in GSSAPI and keyboard-interactive 74 upstream: void functions should not return anything. Patch from Tim 84 upstream: fix inverted test that broke ssh-add with keys on stdin. From 157 upstream: more missing mldsa44-ed25519, based on GHPR696 from Loganaden 167 upstream: whitespace 175 upstream: simplify SIGINFO output: remove list of active channels (too 186 upstream: Tighten up the introduction a little: [all …]
|
| /freebsd/sys/netgraph/ |
| H A D | ng_car.c | 442 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 D | ng_pipe.h | 71 struct ng_pipe_hookstat upstream; member 103 struct ng_pipe_hookrun upstream; member 149 struct ng_pipe_hookcfg upstream; member
|
| H A D | ng_car.h | 61 struct ng_car_hookstats upstream; member 121 struct ng_car_hookconf upstream; member
|
| H A D | ng_pipe.c | 324 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/ |
| H A D | git-mfc | 168 def mfcclosure(repo, upstream, commits, _reverted=None): argument 197 for commit in repo.iter_commits(upstream): 215 sub, _ = mfcclosure(repo, upstream, [commit.hexsha], 309 def dangling(repo, upstream, author=None, committer=None): argument 314 base = repo.merge_base('HEAD', upstream, all=True)[-1] 328 for commit in repo.iter_commits(base.hexsha + '..' + upstream): 366 def pending(repo, upstream, author=None, committer=None, baking=False): argument 375 base = repo.merge_base('HEAD', upstream, all=True)[-1] 385 mfs = re.match(r'.*/stable/\d+$', upstream) is not None 388 revlist = list(repo.iter_commits(base.hexsha + '..' + upstream)) [all …]
|
| /freebsd/tools/tools/git/ghpr/ |
| H A D | ghpr-push.sh | 23 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 D | ghpr-stage.sh | 53 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 D | memory_resource.cpp | 152 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 222 …upstream->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 D | subnet-whitelist.c | 90 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 D | FREEBSD-upgrade | 2 upstream repository. 4 When updating, copy *.{c,cc,h} from the upstream src/.
|
| /freebsd/contrib/one-true-awk/ |
| H A D | FREEBSD-upgrade | 1 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 D | filter.sh | 11 UPSTREAM_MASTER=upstream/master 12 UPSTREAM_REWRITTEN=upstream/dts
|
| /freebsd/contrib/llvm-project/libcxx/src/ryu/ |
| H A D | README.txt | 1 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/sys/dev/thunderbolt/ |
| H A D | tb_pcib.c | 461 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/lib/libz/ |
| H A D | FREEBSD-upgrade | 3 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 D | mrvl,pxa-ssp.txt | 6 port A phandle reference to a PXA ssp upstream device 18 /* upstream device */
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | __verbose_trap | 22 // 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_trap | 22 // 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 D | release.sh | 75 git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD) 84 git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)
|