| /freebsd-13.1/tests/sys/netinet/libalias/ |
| H A D | perf.c | 75 } *batch; in main() local 133 if (NULL == (batch = calloc(batch_size, sizeof(*batch)))) { in main() 155 p->ip_src = batch[i].src; in main() 156 p->ip_dst = batch[i].dst; in main() 157 u = set_udp(p, batch[i].sport, batch[i].dport); in main() 221 qsort(batch, batch_size, sizeof(*batch), randcmp); in main() 238 p->ip_src = batch[k].dst; in main() 240 u = set_udp(p, batch[k].dport, batch[k].aport); in main() 252 p->ip_src = batch[k].src; in main() 254 u = set_udp(p, batch[k].sport, batch[k].dport); in main() [all …]
|
| H A D | 2_natout.c | 256 } *batch; variable 266 batch = calloc(batch_size, sizeof(*batch)); 267 ATF_REQUIRE(batch != NULL); 287 batch[i].src, batch[i].sport, 288 batch[i].dst, batch[i].dport, 290 batch[i].aport = htons(u->uh_sport); 293 qsort(batch, batch_size, sizeof(*batch), randcmp); 297 batch[i].dst, batch[i].dport, 298 masq, batch[i].aport, 299 batch[i].src, batch[i].sport); [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | batch_fsync.c | 309 svn_fs_x__batch_fsync_t *batch = data; in fsync_batch_cleanup() local 313 for (hi = apr_hash_first(apr_hash_pool_get(batch->files), batch->files); in fsync_batch_cleanup() 348 svn_fs_x__batch_fsync_t *batch, in internal_open_file() argument 361 to_sync = svn_hash_gets(batch->files, path); in internal_open_file() 405 to_sync->counter = batch->counter; in internal_open_file() 407 svn_hash_sets(batch->files, in internal_open_file() 510 for (hi = apr_hash_first(scratch_pool, batch->files); in svn_fs_x__batch_fsync_run() 524 if (batch->flush_to_disk) in svn_fs_x__batch_fsync_run() 540 if (apr_hash_count(batch->files) > 1) in svn_fs_x__batch_fsync_run() 574 if (batch->flush_to_disk) in svn_fs_x__batch_fsync_run() [all …]
|
| H A D | batch_fsync.h | 71 svn_fs_x__batch_fsync_t *batch, 82 svn_fs_x__batch_fsync_new_path(svn_fs_x__batch_fsync_t *batch, 89 svn_fs_x__batch_fsync_run(svn_fs_x__batch_fsync_t *batch,
|
| H A D | revprops.c | 1052 svn_fs_x__batch_fsync_t *batch, in write_non_packed_revprop() argument 1085 svn_fs_x__batch_fsync_t *batch, in switch_to_new_revprop() argument 1095 SVN_ERR(svn_fs_x__batch_fsync_run(batch, scratch_pool)); in switch_to_new_revprop() 1099 batch, scratch_pool)); in switch_to_new_revprop() 1100 SVN_ERR(svn_fs_x__batch_fsync_run(batch, scratch_pool)); in switch_to_new_revprop() 1176 svn_fs_x__batch_fsync_t *batch, in repack_file_open() argument 1239 svn_fs_x__batch_fsync_t *batch, in write_packed_revprop() argument 1341 files_to_delete, batch, in write_packed_revprop() 1350 files_to_delete, batch, in write_packed_revprop() 1392 svn_fs_x__batch_fsync_t *batch; in svn_fs_x__set_revision_proplist() local [all …]
|
| H A D | transaction.c | 3484 svn_fs_x__batch_fsync_t *batch, in write_final_revprop() argument 3574 svn_fs_x__batch_fsync_t *batch, in auto_create_shard() argument 3618 svn_fs_x__batch_fsync_t *batch, in get_writable_final_rev() argument 3668 svn_fs_x__batch_fsync_t *batch, in write_next_file() argument 3694 svn_fs_x__batch_fsync_t *batch, in bump_current() argument 3703 SVN_ERR(svn_fs_x__batch_fsync_run(batch, scratch_pool)); in bump_current() 3709 batch, scratch_pool)); in bump_current() 3712 SVN_ERR(svn_fs_x__batch_fsync_run(batch, scratch_pool)); in bump_current() 3779 svn_fs_x__batch_fsync_t *batch; in commit_body() local 3837 batch, subpool)); in commit_body() [all …]
|
| H A D | pack.c | 247 svn_fs_x__batch_fsync_t *batch, in initialize_pack_context() argument 277 SVN_ERR(svn_fs_x__batch_fsync_open_file(&context->pack_file, batch, in initialize_pack_context() 1922 svn_fs_x__batch_fsync_t *batch, in pack_log_addressed() argument 1949 shard_rev, max_items, batch, cancel_func, in pack_log_addressed() 2022 svn_fs_x__batch_fsync_t *batch, in pack_rev_shard() argument 2043 max_mem, batch, cancel_func, cancel_baton, in pack_rev_shard() 2079 svn_fs_x__batch_fsync_t *batch; in pack_shard() local 2087 SVN_ERR(svn_fs_x__batch_fsync_create(&batch, ffd->flush_to_disk, in pack_shard() 2102 shard, max_files_per_dir, max_mem, batch, in pack_shard() 2111 compression_level, batch, in pack_shard() [all …]
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_shrinker.c | 74 unsigned long batch; in shrinker_shrink() local 82 batch = s->batch ? s->batch : SHRINKER_BATCH; in shrinker_shrink() 84 sc.nr_to_scan = batch; in shrinker_shrink() 88 scanned += batch; in shrinker_shrink()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_quarantine.h | 32 void *batch[kSize]; member 36 batch[0] = ptr; in init() 47 batch[count++] = ptr; in push_back() 60 batch[count + i] = from->batch[i]; in merge() 187 CHECK(kPrefetch <= ARRAY_SIZE(b->batch)); in DoRecycle() 189 PREFETCH(b->batch[i]); in DoRecycle() 192 PREFETCH(b->batch[i + kPrefetch]); in DoRecycle() 193 cb.Recycle((Node*)b->batch[i]); in DoRecycle()
|
| H A D | sanitizer_allocator_local_cache.h | 168 void *res = c->batch[--c->count]; in Allocate() 169 PREFETCH(c->batch[c->count - 1]); in Allocate() 183 c->batch[c->count++] = p; in Deallocate() 211 void *batch[2 * TransferBatch::kMaxNumCached]; member 248 b->CopyToArray(c->batch); in Refill() 259 class_id, allocator, (TransferBatch *)c->batch[first_idx_to_drain]); in Drain() 267 b->SetFromArray(&c->batch[first_idx_to_drain], count); in Drain()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_dense_alloc.h | 122 T *batch = (T*)MmapOrDie(kL2Size * sizeof(T), name_); in Refill() local 126 new(batch + i) T; in Refill() 127 *(IndexT*)(batch + i) = i + 1 + fillpos_ * kL2Size; in Refill() 129 *(IndexT*)(batch + kL2Size - 1) = 0; in Refill() 131 map_[fillpos_++] = batch; in Refill()
|
| /freebsd-13.1/usr.bin/at/ |
| H A D | Makefile | 12 ${BINDIR}/at ${BINDIR}/batch 13 MLINKS= at.1 batch.1 \
|
| /freebsd-13.1/contrib/netbsd-tests/usr.bin/gdb/ |
| H A D | t_regress.sh | 49 gdb --batch -x test.gdb dig >gdb.out 70 gdb --batch -x test.gdb ./test >gdb.out 2>&1
|
| /freebsd-13.1/crypto/openssh/regress/ |
| H A D | putty-transfer.sh | 29 env HOME=$PWD ${PLINK} -load compression_$c -batch \ 41 -batch -i ${OBJ}/putty.rsa2 \
|
| H A D | sftp.sh | 6 SFTPCMDFILE=${OBJ}/batch
|
| H A D | putty-kex.sh | 23 env HOME=$PWD ${PLINK} -load kex_$k -batch -i ${OBJ}/putty.rsa2 true
|
| /freebsd-13.1/libexec/rc/rc.d/ |
| H A D | sendmail | 130 openssl req -batch -passout pass:"$certpass" -new -x509 \ 135 openssl req -batch -nodes -new -x509 -keyout newkey.pem \ 144 -key "$certpass" -batch -infiles tmp.pem >/dev/null 2>&1 &&
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Options.td | 104 def batch: F<"batch">, 108 Alias<batch>, 109 HelpText<"Alias for --batch">, 122 …HelpText<"When in batch mode, tells the debugger to run this one-line lldb command if the target c… 131 …HelpText<"When in batch mode, tells the debugger to source this file of lldb commands if the targe…
|
| /freebsd-13.1/tools/tools/netmap/ |
| H A D | lb.c | 100 uint16_t batch; member 625 glob_arg.batch = DEF_BATCH; in main() 659 glob_arg.batch = atoi(optarg); in main() 660 D("batch is %d", glob_arg.batch); in main() 1006 int batch = 0; in main() local 1043 batch++; in main() 1044 if (unlikely(batch >= glob_arg.batch)) { in main() 1046 batch = 0; in main()
|
| /freebsd-13.1/sys/dev/sfxge/common/ |
| H A D | efx_ev.c | 391 unsigned int batch; in efx_ev_qpoll() local 418 batch = EFX_EV_BATCH - (count & (EFX_EV_BATCH - 1)); in efx_ev_qpoll() 420 for (total = 0; total < batch; ++total) { in efx_ev_qpoll() 439 if (total == batch && total < EFSYS_OPT_EV_PREFETCH_PERIOD) in efx_ev_qpoll() 450 if (total == batch && in efx_ev_qpoll() 452 offset = (count + batch) & eep->ee_mask; in efx_ev_qpoll() 513 EFSYS_ASSERT(batch <= EFX_EV_BATCH); in efx_ev_qpoll() 514 batch += (EFX_EV_BATCH << 1); in efx_ev_qpoll() 515 EFSYS_ASSERT(total != batch); in efx_ev_qpoll() 534 } while (total == batch); in efx_ev_qpoll()
|
| /freebsd-13.1/sys/dev/sfxge/ |
| H A D | sfxge_rx.c | 227 unsigned int batch; in sfxge_rx_qfill() local 255 batch = 0; in sfxge_rx_qfill() 263 id = (rxq->added + batch) & rxq->ptr_mask; in sfxge_rx_qfill() 280 addr[batch++] = seg.ds_addr; in sfxge_rx_qfill() 282 if (batch == SFXGE_REFILL_BATCH) { in sfxge_rx_qfill() 283 efx_rx_qpost(rxq->common, addr, mblksize, batch, in sfxge_rx_qfill() 285 rxq->added += batch; in sfxge_rx_qfill() 286 batch = 0; in sfxge_rx_qfill() 293 if (batch != 0) { in sfxge_rx_qfill() 294 efx_rx_qpost(rxq->common, addr, mblksize, batch, in sfxge_rx_qfill() [all …]
|
| /freebsd-13.1/sys/dev/netmap/ |
| H A D | netmap_kloop.c | 169 int batch; in netmap_sync_kloop_tx_ring() local 185 batch = shadow_ring.head - kring->nr_hwcur; in netmap_sync_kloop_tx_ring() 186 if (batch < 0) in netmap_sync_kloop_tx_ring() 187 batch += num_slots; in netmap_sync_kloop_tx_ring() 190 if (batch > PTN_TX_BATCH_LIM(num_slots)) { in netmap_sync_kloop_tx_ring() 197 nm_prdis(1, "batch: %d head: %d head_lim: %d", batch, shadow_ring.head, in netmap_sync_kloop_tx_ring() 200 batch = PTN_TX_BATCH_LIM(num_slots); in netmap_sync_kloop_tx_ring()
|
| /freebsd-13.1/usr.sbin/crashinfo/ |
| H A D | crashinfo.sh | 71 ${GDB} -batch -ex "$@" $k 73 echo -e "$@" | ${GDB} -x /dev/stdin -batch $k
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | shrinker.h | 42 long batch; member
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | ca.c | 97 long days, int batch, const char *ext_sect, CONF *conf, 122 int batch, int verbose, X509_REQ *req, const char *ext_sect, 255 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; in ca_main() local 361 batch = 1; in ca_main() 727 batch = 1; in ca_main() 895 startdate, enddate, days, batch, extensions, in ca_main() 915 enddate, days, batch, extensions, conf, verbose, in ca_main() 934 enddate, days, batch, extensions, conf, verbose, in ca_main() 958 if (!batch) { in ca_main() 1269 long days, int batch, const char *ext_sect, CONF *lconf, in certify() argument [all …]
|