Searched refs:next (Results 201 - 225 of 2659) sorted by relevance

1234567891011>>

/freebsd-10-stable/crypto/heimdal/lib/com_err/
H A Derror.c53 for (p = list; p; p = p->next)
63 for (p = list; p; p = p->next) {
90 for (end = list, et = *list; et; end = &et->next, et = et->next)
101 et->next = NULL;
111 et = et->next;
/freebsd-10-stable/libexec/revnetgroup/
H A Dhash.c123 cur = cur->next;
157 new->next = table[i];
187 tmp->next = NULL;
192 tmp->next = cur->groups;
196 cur = cur->next;
204 new->next = table[i];
/freebsd-10-stable/usr.sbin/rtsold/
H A Drtsock.c94 char *lim, *next; local
105 for (next = msg; next < lim; next += len) {
106 rtm = (struct rt_msghdr *)(void *)next;
107 if (lim - next < lenlim)
/freebsd-10-stable/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c216 ng_btsocket_hci_raw_pcb_p this = NULL, next = NULL; local
227 for ( ; this != NULL; this = next) {
233 next = LIST_NEXT(&pcb, next);
271 ng_btsocket_l2cap_raw_pcb_p this = NULL, next = NULL; local
282 for ( ; this != NULL; this = next) {
288 next = LIST_NEXT(&pcb, next);
327 ng_btsocket_l2cap_pcb_p this = NULL, next = NULL; local
339 for ( ; this != NULL; this = next) {
382 ng_btsocket_l2cap_rtentry_p this = NULL, next = NULL; local
432 ng_btsocket_rfcomm_pcb_p this = NULL, next = NULL; local
497 ng_btsocket_rfcomm_session_p this = NULL, next = NULL; local
[all...]
/freebsd-10-stable/contrib/wpa/src/utils/
H A Deloop_none.c27 struct eloop_timeout *next; member in struct:eloop_timeout
131 timeout->next = NULL;
144 tmp = tmp->next;
148 timeout->next = eloop.timeout;
151 timeout->next = prev->next;
152 prev->next = timeout;
162 struct eloop_timeout *timeout, *prev, *next; local
168 next = timeout->next;
[all...]
/freebsd-10-stable/sys/dev/tws/
H A Dtws_services.c225 req->next = req->prev = NULL;
240 req->next = sc->q_head[q_type];
259 req->next = NULL;
260 sc->q_tail[q_type]->next = req;
277 if ( r->next == NULL && r->prev == NULL ) {
281 sc->q_head[q_type] = r->next;
282 r->next->prev = NULL;
283 r->next = NULL;
300 if ( r->next == NULL && r->prev == NULL ) {
305 r->prev->next
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dmonitor_mm.c62 RB_GENERATE(mmtree, mm_share, next, mm_compare)
125 struct mm_share *mms, *next; local
127 for (mms = RB_ROOT(head); mms; mms = next) {
128 next = RB_NEXT(mmtree, head, mms);
236 if (RB_LEFT(prev, next)) {
237 prev = RB_LEFT(prev, next);
238 while (RB_RIGHT(prev, next))
239 prev = RB_RIGHT(prev, next);
241 if (RB_PARENT(prev, next) &&
242 (prev == RB_RIGHT(RB_PARENT(prev, next), nex
[all...]
/freebsd-10-stable/contrib/flex/
H A Dfilter.c56 f->next = NULL;
61 while (chain->next)
62 chain = chain->next;
63 chain->next = f;
114 f->next = NULL;
123 while (chain->next)
124 chain = chain->next;
125 chain->next = f;
145 filter_apply_chain (chain->next);
218 while (chain->next
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DLibCxxList.cpp37 next () function in class:ListEntry
110 next ();
115 next ();
131 next () function in class:ListIterator
133 m_entry.SetEntry(m_entry.next());
167 while (slow.next() && slow.next()->GetValueAsUnsigned(0) != m_node_address)
170 fast1.SetEntry(fast2.next());
171 fast2.SetEntry(fast1.next());
174 slow.SetEntry(slow.next());
[all...]
/freebsd-10-stable/contrib/ofed/libmlx4/src/
H A Dsrq.c53 struct mlx4_wqe_srq_next_seg *next; local
57 next = get_wqe(srq, srq->tail);
58 next->next_wqe_index = htons(ind);
69 struct mlx4_wqe_srq_next_seg *next; local
77 for (nreq = 0; wr; ++nreq, wr = wr->next) {
93 next = get_wqe(srq, srq->head);
94 srq->head = ntohs(next->next_wqe_index);
95 scat = (struct mlx4_wqe_data_seg *) (next + 1);
130 struct mlx4_wqe_srq_next_seg *next; local
162 next
[all...]
/freebsd-10-stable/contrib/wpa/src/radius/
H A Dradius_client.c108 * next_try - Time for the next transmission attempt
140 * next - Next message in the list
142 struct radius_msg_list *next; member in struct:radius_msg_list
395 prev->next = entry->next;
397 radius->msgs = entry->next;
400 entry = entry->next;
418 entry = entry->next;
433 struct hostapd_radius_server *next, *old; local
442 for (entry = radius->msgs; entry; entry = entry->next) {
457 struct hostapd_radius_server *next, *old; local
[all...]
/freebsd-10-stable/libexec/bootpd/
H A Dhash.c117 nextbucket = bucketptr->next;
209 memberptr = memberptr->next;
245 temp->next = (hashtable->table)[hashcode];
281 (hashtable->table)[hashcode] = memberptr->next;
285 memberptr->next = NULL;
296 memberptr = memberptr->next;
301 previous->next = memberptr = memberptr->next;
305 tempptr->next = NULL;
310 memberptr = memberptr->next;
[all...]
/freebsd-10-stable/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.c28 if (coder->next.code == NULL) {
37 // Call the next coder in the chain to provide us some data.
38 const lzma_ret ret = coder->next.code(
39 coder->next.coder, allocator,
119 // restarted if the next filter in the chain returns e.g.
143 // the next coder in the chain (if any) was successful.
206 lzma_next_end(&coder->next, allocator);
220 // No update support, just call the next filter in the chain.
222 &coder->next, allocator, reversed_filters + 1);
227 lzma_simple_coder_init(lzma_next_coder *next, cons argument
[all...]
/freebsd-10-stable/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.c33 lzma_next_coder next; member in struct:__anon461
35 /// True if the next filter in the chain has returned LZMA_STREAM_END.
43 /// filter in the chain. The output of the next filter is first
137 if (coder->next.code == NULL)
150 const lzma_ret ret = coder->next.code(
151 coder->next.coder,
193 lzma_next_end(&coder->next, allocator);
207 lzma_lz_decoder_init(lzma_next_coder *next, const lzma_allocator *allocator, argument
214 lzma_coder *coder = next->coder;
220 next
[all...]
/freebsd-10-stable/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c61 pmksa->pmksa = entry->next;
164 pmksa->pmksa = pos->next;
166 prev->next = pos->next;
181 pos = pos->next;
194 pos = pos->next;
195 pmksa->pmksa->next = pos ? pos->next : NULL;
197 pmksa->pmksa = pos->next;
215 pos = pos->next;
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dblame.c60 struct blame *next; /* the next chunk */ member in struct:blame
105 on the *next* revision, as the interesting change
137 chain->avail = blame->next;
143 blame->next = NULL;
152 blame->next = chain->avail;
166 blame = blame->next;
179 blame = blame->next;
192 struct blame *tail = last->next;
196 struct blame *walk = first->next;
199 struct blame *next = walk->next; local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dcselib.h49 struct elt_loc_list *next; local
61 struct elt_list *next; local
/freebsd-10-stable/contrib/gdb/gdb/
H A Df-lang.h41 struct common_entry *next; /* The next component */ member in struct:common_entry
53 struct saved_f77_common *next; /* Next saved COMMON block */ member in struct:saved_f77_common
/freebsd-10-stable/contrib/ofed/management/infiniband-diags/include/
H A Dibnetdiscover.h60 ChassisRecord *next; member in struct:ChassisRecord
70 Port *next; member in struct:Port
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dnode.h34 char *next; /* Name of "Next:" for this node. */ member in struct:tentry
67 struct node_ref *next;
82 /* A similar list for references occuring in @node next
98 /* Nonzero when the next sectioning command should generate an anchor
66 struct node_ref *next; member in struct:node_ref
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dhash.c79 hptr = hptr->next)
116 h->next = *tabptr;
119 if (h->next)
120 h->next->prev = &h->next;
139 if ((*(h->prev) = h->next))
140 h->next->prev = h->prev;
158 for (g = *h; g; g = g->next)
/freebsd-10-stable/crypto/heimdal/lib/sl/
H A Dtest_sl.c78 goto next;
89 next:
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_clean.c54 new->next = curthread->cleanup;
67 curthread->cleanup = old->next;
/freebsd-10-stable/usr.bin/tip/tip/
H A Dremote.c215 static char *next; local
224 next = DV;
231 if (next == NOSTR)
233 if ((cp = strchr(next, ',')) == NULL) {
234 DV = next;
235 next = NOSTR;
238 DV = next;
239 next = cp;
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dhighbank.dts37 next-level-cache = <&L2>;
56 next-level-cache = <&L2>;
65 next-level-cache = <&L2>;
74 next-level-cache = <&L2>;

Completed in 323 milliseconds

1234567891011>>