Searched refs:current (Results 126 - 150 of 377) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ntp/ntpd/
H A Dntp_filegen.c92 * open a file generation according to the current settings of gen
353 int current; local
368 current = TRUE;
372 current = ((int)gen->id_lo == getpid());
376 current = (gen->id_lo <= current_time) &&
384 current = (gen->id_lo <= now) &&
392 if (NULL == gen->fp || !current) {
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dop_classes.c440 static int wpas_sta_secondary_channel_offset(struct wpa_bss *bss, u8 *current, argument
452 return wpas_get_op_chan_phy(bss->freq, ies, ies_len, current,
462 u8 op, current, chan; local
467 * Determine the current operating class correct mode based on
472 if (wpas_sta_secondary_channel_offset(bss, &current, &chan) < 0 &&
474 &current, &chan) == NUM_HOSTAPD_MODES)
478 * Need 3 bytes for EID, length, and current operating class, plus
488 wpabuf_put_u8(buf, current);
/freebsd-current/contrib/libdiff/lib/
H A Ddiff_patience.c52 * current diff_data, a possibly smaller section of the root. That current
54 * atom's index in current diff_data gives the index in the atom_patience array.
57 (((struct atom_patience*)((ATOM)->root->current->algo_data))\
58 [diff_atom_idx((ATOM)->root->current, ATOM)])
395 left->root->current = left;
396 right->root->current = right;
640 left->root->current = NULL;
641 right->root->current = NULL;
/freebsd-current/contrib/ofed/libibverbs/
H A Dverbs.h722 /* Assume this is the current WQ state */
1029 int (*post_recv)(struct ibv_wq *current,
1093 int (*start_poll)(struct ibv_cq_ex *current,
1095 int (*next_poll)(struct ibv_cq_ex *current);
1096 void (*end_poll)(struct ibv_cq_ex *current);
1097 enum ibv_wc_opcode (*read_opcode)(struct ibv_cq_ex *current);
1098 uint32_t (*read_vendor_err)(struct ibv_cq_ex *current);
1099 uint32_t (*read_byte_len)(struct ibv_cq_ex *current);
1100 uint32_t (*read_imm_data)(struct ibv_cq_ex *current);
1101 uint32_t (*read_qp_num)(struct ibv_cq_ex *current);
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c432 * If the current configuration already has inconsistent replication
435 * Otherwise, make sure that the current spec (if there is one) and the new
438 * If there is no current spec (create), make sure new spec has at least
484 * Given a list of toplevel vdevs, return the current replication level. If
805 * Check the replication level of the vdev spec against the current pool. Calls
815 replication_level_t *current = NULL, *new; local
820 * If we have a current pool configuration, check to see if it's
828 if ((current = get_replication(nvroot, B_FALSE)) == NULL)
837 free(current);
845 free(current);
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h134 explicit IteratorBase(ItemTy *current) : current_(current) {} argument
H A Dsanitizer_procmaps_common.cpp87 return data_.current == nullptr;
98 data_.current = data_.proc_self_maps.data;
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_image.c181 struct pt_section_list *current; local
185 current = *list;
186 msec = &current->section;
214 *list = current->next;
219 current->next = removed;
220 removed = current;
225 begin - lbegin, current->isid);
239 lend - end, current->isid);
/freebsd-current/sys/contrib/ck/include/
H A Dck_ht.h118 struct ck_ht_entry *current; member in struct:ck_ht_iterator
129 iterator->current = NULL;
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/upgrade/
H A Dupgrade_userobj_001_pos.ksh92 log_must zfs set version=current $TESTPOOL
/freebsd-current/contrib/lua/src/
H A Dllex.h65 int current; /* current character (charint) */ member in struct:LexState
68 Token t; /* current token */
70 struct FuncState *fs; /* current function (parser) */
76 TString *source; /* current source name */
/freebsd-current/sys/contrib/ncsw/inc/etc/
H A Dmem_ext.h97 uint32_t current; /* Current block */ member in struct:__anon9837
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h83 #define current curthread macro
/freebsd-current/contrib/dialog/
H A Dfselect.c452 fill_lists(char *current, char *input, LIST * d_list, LIST * f_list, bool keep) argument
461 for (n = 0; current[n] && input[n]; n++) {
462 if (current[n] != input[n])
466 if (current[n] == input[n]) {
469 } else if (strchr(current + n, '/') == 0
483 memcpy(current, input, have);
484 current[have] = '\0';
489 memcpy(path, current, have);
618 char current[MAX_LEN + 1]; local
641 *current
[all...]
H A Dtimebox.c183 struct tm current; local
200 current = *localtime(&now_time);
249 hour >= 0 ? hour : current.tm_hour,
263 minute >= 0 ? minute : current.tm_min,
277 second >= 0 ? second : current.tm_sec,
/freebsd-current/contrib/libedit/
H A Dvi.c86 el->el_map.current = el->el_map.key;
309 el->el_map.current = el->el_map.key;
326 el->el_map.current = el->el_map.key;
342 el->el_map.current = el->el_map.key;
359 el->el_map.current = el->el_map.key;
377 el->el_map.current = el->el_map.key;
395 el->el_map.current = el->el_map.key;
409 el->el_map.current = el->el_map.key;
425 el->el_map.current = el->el_map.key;
449 el->el_map.current
[all...]
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h128 BYTE const* nextSrc; /* next block here to continue on current prefix */
593 DEBUGLOG(7, "ZSTD_count_2segments: found a 2-parts match (current length==%zu)", matchLength);
595 DEBUGLOG(7, "distance from current pos to end buffer = %zi", iEnd - ip);
706 /* Max current allowed */
710 ( ((U32)-1) /* Maximum ending current index */ \
757 U32 const current = (U32)((BYTE const*)srcEnd - window.base); local
758 return current > ZSTD_CURRENT_MAX;
776 * lowLimit > (3<<29) ==> current > 3<<29 + 1<<windowLog
779 * current - newCurrent
786 * After correction, current i
794 U32 const current = (U32)((BYTE const*)src - window->base); local
976 ZSTD_getLowestMatchIndex(const ZSTD_matchState_t* ms, U32 current, unsigned windowLog) argument
989 ZSTD_getLowestPrefixIndex(const ZSTD_matchState_t* ms, U32 current, unsigned windowLog) argument
[all...]
/freebsd-current/lib/libc/amd64/string/
H A Dstpcpy.S147 movdqa 16(%rsi), %xmm0 # 16 bytes of current iteration
158 0: movdqa 32(%rsi), %xmm2 # load current iteraion
167 movdqa 16(%rsi), %xmm0 # load current iteraion
/freebsd-current/usr.bin/systat/
H A Dzarc.c56 struct zfield current; member in struct:zarcrates
117 rate->current.stat = calc_rate(delta->hits.stat, delta->misses.stat); \
147 #define RATES(stat) mvwprintw(wnd, row, 31+1, "%3"PRIu64, rate.current.stat);\
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c227 if (current->reclaim_state != NULL)
229 current->reclaim_state->reclaimed += sc->nr_to_scan;
231 current->reclaim_state->reclaimed_slab += sc->nr_to_scan;
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c129 static int cycle_exists(cdg_vertex_t * start, cdg_vertex_t * current, argument
135 if (current != NULL && current->visiting_number > 0) {
136 if (visit_num > current->visiting_number && current->seen == 0) {
140 if (current == NULL) {
141 current = start;
145 current->visiting_number = visit_num;
148 prev->next = current;
149 CL_ASSERT(prev->to == current
[all...]
/freebsd-current/contrib/diff/src/
H A Ddiff3.c476 current blocks (one from each diff) as being the low
478 being the high water mark and move the current block up
486 mark that block as to be used and move the current
488 the high end of this block and the current. Repeat b.
554 struct diff_block *current[2];
576 current[0] = thread0; current[1] = thread1;
581 while (current[0] || current[1])
586 if (!current[
551 struct diff_block *current[2]; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c556 lsrec_t *target, *current; local
561 current = lock[i];
562 if (cmp(current, target) != 0) {
563 target = current;
566 current->ls_event = LS_MAX_EVENTS;
567 target->ls_count += current->ls_count;
568 target->ls_refcnt += current->ls_refcnt;
571 target->ls_time += current->ls_time;
575 target->ls_hist[j] += current->ls_hist[j];
719 * the CPU address plus the current pi
1117 lsrec_t *lsp, **current, **first, **sort_buf, **merge_buf; local
[all...]
/freebsd-current/sys/dev/wg/
H A Dwg_noise.c605 struct noise_keypair *next, *current, *previous; local
611 current = atomic_load_ptr(&r->r_current);
618 noise_keypair_drop(current);
620 atomic_store_ptr(&r->r_previous, current);
861 struct noise_keypair *current; local
866 current = atomic_load_ptr(&r->r_current);
867 keep_key_fresh = current != NULL && atomic_load_bool(&current->kp_can_send);
871 nonce = atomic_load_64(&current->kp_nonce_send);
873 rw_rlock(&current
891 struct noise_keypair *current; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c187 return (signal_pending(current) ? 0 : 1);
196 return (signal_pending(current) ? 0 : 1);
237 task_timer.task = current;
340 return (signal_pending(current) ? 0 : rc);
452 return (signal_pending(current) ? 0 : rc);

Completed in 387 milliseconds

1234567891011>>