Searched refs:current (Results 276 - 300 of 377) sorted by relevance

<<111213141516

/freebsd-current/lib/libc/amd64/string/
H A Dstrlcpy.S180 sub %r9, %rsi # string length to current chunk
181 add %rsi, %rax # plus length of current chunk
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-scope-cmdline.mk85 # the below line would print "global" instead of the current "makeflags".
/freebsd-current/contrib/bmake/mk/
H A Dsys.vars.mk139 # or =0 to use 0, default is to use current time
H A Dwarnings.mk25 # This is more in keeping with our current practice
H A Ddirdeps.mk45 # machines "host" or "common" regardless of current ${MACHINE}.
78 # both MACHINE and TARGET_SPEC to the suffix of the current
122 # Defines a list of TARGET_SPECs for which the current
132 # A list of TARGET_SPECs for which the current
136 # A list of MACHINEs the current directory should not be
/freebsd-current/tools/test/stress2/misc/
H A Dumountf2.sh150 int logptr = 0; /* current position in log */
171 char *temp_buf; /* a pointer to the current data */
/freebsd-current/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h418 #define current curproc macro
/freebsd-current/usr.sbin/etcupdate/tests/
H A Dfbsdid_test.sh63 NEW=$WORKDIR/current
/freebsd-current/contrib/ncurses/form/
H A Dform.h140 int currow; /* current row in field window */
141 int curcol; /* current col in field window */
150 WINDOW * w; /* window for current field */
152 FIELD * current; /* current field */ member in struct:formnode
/freebsd-current/contrib/diff/lib/
H A Dstrftime.c210 (current->values[_NL_ITEM_INDEX (item)].string)
213 # define HELPER_LOCALE_ARG , current
381 struct locale_data *const current = loc->__locales[LC_TIME]; local
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dblowfish.c401 u_int16_t *current)
408 j = *current;
416 *current = j;
400 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, u_int16_t *current) argument
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c80 size_t step; /* the current step size */
92 const BYTE* ip = istart; /* the current position */
100 U32 const current = (U32)(ip - base); local
101 U32 const windowLow = ZSTD_getLowestPrefixIndex(ms, current, cParams->windowLog);
102 U32 const maxRep = current - windowLow;
/freebsd-current/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c513 ASN1_OBJECT *current = sk_ASN1_OBJECT_value(ctx->policies, i); local
514 if (!OBJ_cmp(requested, current))
515 policy = current;
/freebsd-current/secure/lib/libcrypt/
H A Dblowfish.c372 u_int16_t *current)
379 j = *current;
387 *current = j;
371 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, u_int16_t *current) argument
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c175 if (current->reclaim_state)
177 current->reclaim_state->reclaimed += size >> PAGE_SHIFT;
179 current->reclaim_state->reclaimed_slab += size >> PAGE_SHIFT;
865 * Wait until all current callers complete, this is mainly
1035 * current process context with KM_NOSLEEP flag.
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp270 kmp_taskdata_t *current = taskcurr->td_last_tied; local
271 KMP_DEBUG_ASSERT(current != NULL);
273 if (current->td_flags.tasktype == TASK_EXPLICIT ||
274 current->td_taskwait_thread > 0) { // <= 0 on barrier
275 kmp_int32 level = current->td_level;
277 while (parent != current && parent->td_level > level) {
278 // check generation up to the level of the current task
282 if (parent != current)
365 // All current priority queues contain tasks with lower priority.
481 // If we encounter a hidden helper task, and the current threa
3054 kmp_taskdata_t *current; local
3229 kmp_taskdata_t *current; local
[all...]
/freebsd-current/sys/dev/aacraid/
H A Daacraid.c1652 "Async. mode not supported by current driver, sync. mode enforced.\nPlease update driver to get full performance.\n");
2195 * Read the current firmware status word.
3125 int next, current, found; local
3259 current = sc->aifq_idx;
3260 next = (current + 1) % AAC_AIFQ_LENGTH;
3263 bcopy(fib, &sc->aac_aifq[current], sizeof(struct aac_fib));
3265 aac_fib_header_tole(&sc->aac_aifq[current].Header);
3271 else if (current == ctx->ctx_idx && ctx->ctx_wrap)
3465 int current, error; local
3469 current
[all...]
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c790 struct task_struct *pts = current;
915 struct task_struct *task = current;
1231 task = current;
1395 error = linux_get_error(current, -bytes);
1437 error = linux_get_error(current, -bytes);
2100 task = current;
2148 task = current;
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v02.c931 ZSTD_decompressContinue() will use previous data blocks to improve compression if they are located prior to current block.
939 #define ZSTD_magicNumber 0xFD2FB522 /* v0.2 (current)*/
1652 U32 current = nextRankStart; local
1654 rankVal[n] = current;
1961 U32 current = nextRankStart; local
1963 rankStart[w] = current;
1991 U32 current = nextRankVal; local
1993 rankVal0[w] = current;
2295 U32 current = nextRankStart; local
2297 rankStart[w] = current;
2325 U32 current = nextRankVal; local
[all...]
H A Dzstd_v03.c932 ZSTD_decompressContinue() will use previous data blocks to improve compression if they are located prior to current block.
1649 U32 current = nextRankStart; local
1651 rankVal[n] = current;
1958 U32 current = nextRankStart; local
1960 rankStart[w] = current;
1988 U32 current = nextRankVal; local
1990 rankVal0[w] = current;
/freebsd-current/sys/dev/aac/
H A Daac.c2375 * Read the current firmware status word.
3223 int next, current, found; local
3365 current = sc->aifq_idx;
3366 next = (current + 1) % AAC_AIFQ_LENGTH;
3369 bcopy(fib, &sc->aac_aifq[current], sizeof(struct aac_fib));
3375 else if (current == ctx->ctx_idx && ctx->ctx_wrap)
3562 int current, error; local
3567 current = ctx->ctx_idx;
3568 if (current == sc->aifq_idx && !ctx->ctx_wrap) {
3574 copyout(&sc->aac_aifq[current], (voi
[all...]
/freebsd-current/share/mk/
H A Ddirdeps.mk45 # machines "host" or "common" regardless of current ${MACHINE}.
78 # both MACHINE and TARGET_SPEC to the suffix of the current
122 # Defines a list of TARGET_SPECs for which the current
132 # A list of TARGET_SPECs for which the current
136 # A list of MACHINEs the current directory should not be
/freebsd-current/sys/net/
H A Dpfvar.h83 * current snapshot.
87 u_int32_t current; member in struct:pf_counter_u64_pcpu
146 val = atomic_load_int(&pcpu->current);
147 atomic_store_int(&pcpu->current, val + n);
172 val = atomic_load_int(&pcpu->current);
194 sum += (uint32_t)(atomic_load_int(&pcpu->current) -pcpu->snapshot);
213 pcpu->snapshot = atomic_load_int(&pcpu->current);
/freebsd-current/contrib/dialog/
H A Dbuildlist.c122 * current item. That one is colored differently from the other items.
224 * Return true if the given choice is on the first page in the current column.
713 /* ensure we are scrolled to show the current choice */
902 * current screen.
1127 * If told to re-order the list, update it to reflect the current display:
1191 int current = 0; local
1228 &current);
1236 dlg_add_help_listitem(&result, &help_result, &listitems[current]);
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h47 __LINE__, current->pid, ##arg)
51 __LINE__, current->pid, ##arg)
55 __LINE__, current->pid, ##arg)
655 m(+1, u64, rp_clamp_tgt_rate, "rp_clamp_tgt_rate", "If set, whenever a CNP is processed, the target rate is updated to be the current rate") \
662 m(+1, u64, rp_min_dec_fac, "rp_min_dec_fac", "The minimum factor by which the current transmit rate can be changed when processing a CNP. Value is given as a percentage, [1 .. 100]") \

Completed in 411 milliseconds

<<111213141516