Searched refs:current (Results 151 - 175 of 377) sorted by relevance

1234567891011>>

/freebsd-current/contrib/wpa/src/ap/
H A Dgas_query_ap.c65 struct gas_query_pending *current; member in struct:gas_query_ap
150 if (gas->current == query)
151 gas->current = NULL;
212 if (!gas || !gas->current) {
218 query = gas->current;
314 if (gas->current != query || query->retry)
636 gas->current = query;
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c140 * the current address is a user data character, or it will
142 * if the current address is a TELNET IAC ("I Am a Command")
146 nextitem(char *current) argument
148 if ((*current&0xff) != IAC) {
149 return current+1;
151 switch (*(current+1)&0xff) {
156 return current+3;
159 char *look = current+2;
170 return current+2;
H A Ddefs.h96 slcent current; /* the current settings */ member in struct:__anon6655
122 * Macros to check the current state of things
H A Dext.h47 extern int flowmode; /* current flow control state */
138 char *nextitem (char *current);
168 system, /* what the current time is */
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_ldm.c249 U32 const current = (U32)(anchor - ms->window.base); local
250 if (current > ms->nextToUpdate + 1024) {
252 current - MIN(512, current - ms->nextToUpdate - 1024);
289 U32 const current = (U32)(ip - base); local
368 hBits, current,
380 * ip = current - backwardMatchLength
384 U32 const offset = current - matchIndex;
396 /* Insert the current entry into the hash table */
538 * Returns the current sequenc
[all...]
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DICF.cpp134 // So, Class[0] represents the current class, and Class[1] represents
147 // Below, `Current` has the index of the current class, and `Next` has
155 int current = 0; member in class:__anon1187::ICF
361 if (x->eqClass[current] == 0)
363 if (x->eqClass[current] != y->eqClass[current])
381 uint32_t eqClass = sections[begin]->eqClass[current];
383 if (eqClass != sections[i]->eqClass[current])
414 current = cnt % 2;
/freebsd-current/sys/vm/
H A Dvm_mmap.c784 vm_map_entry_t current, entry; local
816 * in the current processes address space, we can easily look
824 current = entry;
825 entry = vm_map_entry_succ(current);
826 if (current->end < end &&
827 entry->start > current->end) {
835 if ((current->eflags & MAP_ENTRY_IS_SUB_MAP) ||
836 current->object.vm_object == NULL)
840 * limit this scan to the current map entry and the
843 if (addr < current
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h125 // ScopedGlobalProcessor temporary setups a global processor for the current
172 // Technically `current` should be a separate THREADLOCAL variable;
174 ThreadState* current; member in struct:__tsan::ThreadState
249 return reinterpret_cast<ThreadState *>(cur_thread_placeholder)->current;
253 if (UNLIKELY(!thr->current))
254 thr->current = thr;
255 return thr->current;
258 reinterpret_cast<ThreadState *>(cur_thread_placeholder)->current = thr;
592 // AcquireGlobal synchronizes the current thread with all other threads.
594 // (where they happen to execute right now) to the current threa
710 TracePart *current = thr->tctx->trace.parts.Back(); local
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-mtime.mk12 # didn't exist, the ':mtime' modifier would return the current time.
18 # For a file that doesn't exist, the ':mtime' modifier returns the current
98 # current time, and not any later time.
H A Dvarmod-remember.mk3 # Tests for the :_ modifier, which saves the current expression value
25 # in the scope of the current evaluation, which meant that after the first
H A Dvarname-makefile.mk3 # Tests for the special MAKEFILE variable, which contains the current
/freebsd-current/sys/dev/xen/timer/
H A Dxen_timer.c151 * \brief Get the current time, in nanoseconds, since the hypervisor booted.
186 * \param ts Timespec to store the current stable value.
243 * \brief Return current time according to the Xen Hypervisor wallclock.
302 * \brief Set the next oneshot time for the current CPU.
522 uint64_t current; local
528 current = xen_fetch_vcpu_time(vcpu);
529 if (current >= end_ns)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp302 uptr current = GetThreadSelf(); local
305 if (atomic_compare_exchange_strong(&reporting_thread_, &expected, current,
312 if (expected == current) {
H A Dsanitizer_malloc_mac.inc48 // This represents the current allocator ABI version.
381 // Set current allocator enumeration version.
/freebsd-current/lib/libdevstat/
H A Ddevstat.h168 int devstat_compute_statistics(struct devstat *current,
/freebsd-current/sys/powerpc/powermac/
H A Dpmuvar.h172 int current; member in struct:pmu_battstate
/freebsd-current/lib/libc/rpc/
H A Dsvc_auth_des.c41 * (2) The timestamp plus the window is less than the current time.
43 * seen in the current session.
234 struct timeval current; local
267 (void)gettimeofday(&current, NULL);
268 current.tv_sec -= window; /* allow for expiration */
269 if (!BEFORE(&current, &timestamp)) {
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc70 DWORD dwThreadId; // Thread ID (-1 == current thread)
217 // current process to only a single CPU group. On Windows, it is not
294 // Assign the current thread to a more appropriate CPU socket or CPU group
/freebsd-current/libexec/nuageinit/
H A Dyaml.lua95 self.current = 0
247 return self.tokens[offset + self.current]
251 self.current = self.current + 1
252 return self.tokens[self.current]
366 local current = self:peek(0)
367 if not current then
374 while self:peek(i) and not self:peekType("indent", i) and current.row == self:peek(i).row do
/freebsd-current/crypto/openssl/ssl/
H A Dssl_sess.c1146 SSL_SESSION *current; local
1164 current = s->session_cache_tail;
1165 if (t == 0 || sess_timedout((time_t)t, current)) {
1166 lh_SSL_SESSION_delete(s->sessions, current);
1167 SSL_SESSION_list_remove(s, current);
1168 current->not_resumable = 1;
1170 s->remove_session_cb(s, current);
1178 if (sk == NULL || !sk_SSL_SESSION_push(sk, current))
1179 SSL_SESSION_free(current);
/freebsd-current/usr.sbin/pkg/
H A Dpkg.c185 struct dns_srvinfo *mirrors, *current; local
197 current = mirrors = NULL;
225 current = mirrors;
230 strlcpy(u->host, current->host, sizeof(u->host));
231 u->port = current->port;
240 current = current->next;
241 if (current == NULL)
242 current = mirrors;
/freebsd-current/usr.sbin/efibootmgr/
H A Defibootmgr.c449 * We have BootOrder with the current order
896 * just read and print the current values
904 uint16_t *boot_order = NULL, current; local
920 current = le16dec(data);
921 printf("BootCurrent: %04x\n", current);
946 print_boot_var(v->name, verbose, v->idx == current);
956 if (!print_boot_var(buffer, verbose, boot_order[i] == current))
969 print_boot_var(v->name, verbose, v->idx == current);
1000 uint16_t current, fplen; local
1013 current
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp262 // Go to REX prefix after the current one
915 uint8_t current; local
997 if (consume(insn, current))
1000 if (current == 0x0f) {
1002 dbgs() << format("Found a two-byte escape prefix (0x%hhx)", current));
1003 if (consume(insn, current))
1006 if (current == 0x38) {
1008 current));
1009 if (consume(insn, current))
1013 } else if (current
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h478 int next_recurse(ident_t *loc, int gtid, kmp_hier_top_unit_t<T> *current,
483 auto parent = current->get_parent();
487 KMP_DEBUG_ASSERT(current);
496 T hier_id = (T)current->get_hier_id();
525 my_pr = current->get_my_pr();
573 current->set_next(my_lb, my_ub, my_st, status, tdata->index);
586 current->hier_pr.flags.contains_last = contains_last;
588 if (!current->hier_pr.flags.contains_last)
598 current->barrier(previous_id, tdata);
601 gtid, hier_level, current
[all...]
/freebsd-current/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec39 - 0.5: preliminary OpenPAM (FreeBSD-current) support in the code and related

Completed in 380 milliseconds

1234567891011>>