Searched refs:next (Results 101 - 125 of 2731) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/ck/include/
H A Dck_stack.h36 struct ck_stack_entry *next; member in struct:ck_stack_entry
59 entry->next = stack;
63 entry->next = stack;
83 entry->next = stack;
98 struct ck_stack_entry *entry, *next; local
105 next = entry->next;
106 while (ck_pr_cas_ptr_value(&target->head, entry, next, &entry) == false) {
111 next = entry->next;
[all...]
/freebsd-current/crypto/openssl/crypto/async/
H A Dasync_wait.c23 struct fd_lookup_st *next; local
36 next = curr->next;
38 curr = next;
60 fdlookup->next = ctx->fds;
75 curr = curr->next;
83 curr = curr->next;
98 curr = curr->next;
106 curr = curr->next;
134 curr = curr->next;
[all...]
/freebsd-current/lib/libpam/modules/pam_guest/
H A Dpam_guest.c51 const char *next; local
58 if ((next = strchr(list, ',')) == NULL)
59 next = strchr(list, '\0');
60 if (next - list == (ptrdiff_t)len &&
63 list = next;
/freebsd-current/usr.bin/gprof/
H A Dprintlist.c65 slp -> next = listp -> next;
67 listp -> next = slp;
75 for ( slp = listp -> next ; slp ; slp = slp -> next ) {
/freebsd-current/usr.sbin/cron/cron/
H A Djob.c28 struct _job *next; member in struct:_job
43 for (j = jhead; j != NULL; j = j->next)
50 j->next = (job*) NULL;
58 jtail->next = j;
71 jn = j->next;
/freebsd-current/usr.sbin/pmcstudy/
H A Deval_expr.c55 at->next = ex;
108 if (exp->next == NULL) {
112 if ((exp->next->type == TYPE_OP_PLUS) ||
113 (exp->next->type == TYPE_OP_MINUS) ||
114 (exp->next->type == TYPE_OP_DIVIDE) ||
115 (exp->next->type == TYPE_OP_MULT)) {
130 if (validate_expr(exp->next, 0, 0, 0, op_cnt) == 0) {
136 return(validate_expr(exp->next, 0, 0, 0, op_cnt));
165 return(validate_expr(exp->next, val1, op, val2, op_cnt));
204 print_exp(exp->next);
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dbssid_ignore.c42 e = e->next;
101 e->next = wpa_s->bssid_ignore;
128 wpa_s->bssid_ignore = e->next;
130 prev->next = e->next;
138 e = e->next;
177 e = e->next;
206 prev->next = e->next;
207 e = prev->next;
[all...]
H A Dconfig_none.c47 for (ssid = config->ssid; ssid; ssid = ssid->next) {
51 for (blob = config->blobs; blob; blob = blob->next) {
/freebsd-current/sys/cddl/dev/dtrace/
H A Ddtrace_vtime.c82 dtrace_vtime_switch(kthread_t *next) argument
95 if (next != NULL)
96 next->t_dtrace_start = ts;
/freebsd-current/lib/libc/rpc/
H A Dpmap_prot2.c97 struct pmaplist **next = NULL; /* pacify gcc */ local
112 * the case of freeing we must remember the next object
116 next = &((*rp)->pml_next);
120 rp = (freeing) ? next : &((*rp)->pml_next);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.h51 atomic_uintptr_t next; member in struct:__sanitizer::DTLS::DTVBlock
52 DTV dtvs[(4096UL - sizeof(next)) / sizeof(DTLS::DTV)];
71 block = (DTLS::DTVBlock *)atomic_load(&block->next, memory_order_acquire);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ddi_pathname.d42 this->minor1->next = this->minor2;
45 this->minor2->next = this->minor3;
48 this->minor3->next = this->minor1;
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_methods.c29 for (m = eap_methods; m; m = m->next) {
49 for (m = eap_methods; m; m = m->next) {
118 for (m = eap_methods; m; m = m->next) {
129 last->next = method;
149 eap_methods = eap_methods->next;
173 for (m = eap_methods; m; m = m->next) {
/freebsd-current/usr.bin/rpcgen/
H A Drpc_parse.h95 struct enumval_list *next; member in struct:enumval_list
115 struct decl_list *next; member in struct:decl_list
128 struct case_list *next; member in struct:case_list
153 struct proc_list *next; member in struct:proc_list
161 struct version_list *next; member in struct:version_list
192 struct bas_type *next; member in struct:bas_type
/freebsd-current/contrib/xz/src/liblzma/simple/
H A Dia64.c88 ia64_coder_init(lzma_next_coder *next, const lzma_allocator *allocator, argument
91 return lzma_simple_coder_init(next, allocator, filters,
98 lzma_simple_ia64_encoder_init(lzma_next_coder *next, argument
102 return ia64_coder_init(next, allocator, filters, true);
109 lzma_simple_ia64_decoder_init(lzma_next_coder *next, argument
113 return ia64_coder_init(next, allocator, filters, false);
H A Darm64.c109 arm64_coder_init(lzma_next_coder *next, const lzma_allocator *allocator, argument
112 return lzma_simple_coder_init(next, allocator, filters,
119 lzma_simple_arm64_encoder_init(lzma_next_coder *next, argument
123 return arm64_coder_init(next, allocator, filters, true);
130 lzma_simple_arm64_decoder_init(lzma_next_coder *next, argument
134 return arm64_coder_init(next, allocator, filters, false);
H A Dsimple_private.h20 lzma_next_coder next; member in struct:__anon105
22 /// True if the next coder in the chain has returned LZMA_STREAM_END.
49 /// next byte to be copied to out[].
65 extern lzma_ret lzma_simple_coder_init(lzma_next_coder *next,
/freebsd-current/contrib/xz/src/liblzma/delta/
H A Ddelta_decoder.c41 assert(coder->next.code != NULL);
45 const lzma_ret ret = coder->next.code(coder->next.coder, allocator,
61 lzma_delta_decoder_init(lzma_next_coder *next, const lzma_allocator *allocator, argument
64 next->code = &delta_decode;
65 return lzma_delta_coder_init(next, allocator, filters);
H A Ddelta_encoder.c60 if (coder->next.code == NULL) {
81 ret = coder->next.code(coder->next.coder, allocator,
106 &coder->next, allocator, reversed_filters + 1);
111 lzma_delta_encoder_init(lzma_next_coder *next, const lzma_allocator *allocator, argument
114 next->code = &delta_encode;
115 next->update = &delta_encoder_update;
116 return lzma_delta_coder_init(next, allocator, filters);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dinterval_map_test.cpp34 EXPECT_EQ(std::next(M.begin()), M.end());
52 EXPECT_EQ(std::next(M1.begin()), M1.end()); // Should see just one range.
64 EXPECT_EQ(std::next(std::next(M2.begin())), M2.end()); // Expect two ranges.
81 EXPECT_EQ(std::next(M1.begin()), M1.end()); // Should see just one range.
93 EXPECT_EQ(std::next(std::next(M2.begin())), M2.end()); // Expect two ranges.
116 EXPECT_EQ(std::next(M1.begin()), M1.end()); // Should see just one range.
131 EXPECT_EQ(std::next(std::next(st
[all...]
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompat.h74 struct hlist_node *next, **pprev; member in struct:hlist_node
86 for (p = (head)->first; p; p = (p)->next)
100 n->next = h->first;
102 h->first->pprev = &n->next;
110 WRITE_ONCE(*(n->pprev), n->next);
111 if (n->next != NULL)
112 n->next->pprev = n->pprev;
130 (node)->next = NULL; \
/freebsd-current/sys/dev/isci/scil/
H A Dsci_simple_list.h98 (element)->next = NULL; \
128 #define sci_simple_list_get_next(element) ((element)->next)
161 struct SCI_SIMPLE_LIST_ELEMENT *next; member in struct:SCI_SIMPLE_LIST_ELEMENT
183 element->next = anchor->list_head;
211 anchor->list_tail->next = element;
238 anchor->list_head = anchor->list_head->next;
302 source_anchor->list_tail->next = dest_anchor->list_head;
339 dest_anchor->list_tail->next = source_anchor->list_head;
/freebsd-current/usr.sbin/dumpcis/
H A Dreadcis.h30 struct tuple *next; member in struct:tuple
37 struct tuple_list *next; member in struct:tuple_list
/freebsd-current/share/examples/sunrpc/dir/
H A Ddir.x15 namelist next; /* next entry */
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp676 const char *next; local
684 next = buf;
685 SKIP_DIGITS(next);
688 buf = next;
695 next = buf;
696 if (*buf == '\0' || __kmp_match_str("ms", buf, &next)) {
701 } else if (__kmp_match_str("us", buf, &next)) {
705 } else if (__kmp_match_str("infinite", buf, &next) ||
706 __kmp_match_str("infinity", buf, &next)) {
1118 const char *next local
2038 const char *next = scan; local
2217 char *next = NULL; // end of token / start of next. local
2736 const char *next = NULL; local
2799 const char *next; local
2898 const char *next; local
2930 const char *next = scan; local
3052 const char *next = scan; local
3488 const char *next; local
3704 const char *next, *scan, *start; local
4839 const char *next = value; local
4940 const char *next = value; local
[all...]

Completed in 375 milliseconds

1234567891011>>