Home
last modified time | relevance | path

Searched refs:SLIST_NEXT (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/openbsm/compat/
H A Dqueue.h163 (var) = SLIST_NEXT((var), field))
167 (var) && ((tvar) = SLIST_NEXT((var), field), 1); \
173 (varp) = &SLIST_NEXT((var), field))
180 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
181 SLIST_NEXT((slistelm), field) = (elm); \
185 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
189 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
197 while (SLIST_NEXT(curelm, field) != (elm)) \
198 curelm = SLIST_NEXT(curelm, field); \
199 SLIST_NEXT(curelm, field) = \
[all …]
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h190 while (SLIST_NEXT(curelm, field) != NULL) \
191 curelm = SLIST_NEXT(curelm, field); \
204 (var) = SLIST_NEXT((var), field))
209 (var) = SLIST_NEXT((var), field))
224 (varp) = &SLIST_NEXT((var), field))
231 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
232 SLIST_NEXT((slistelm), field) = (elm); \
250 curelm = SLIST_NEXT(curelm, field); \
257 SLIST_NEXT(elm, field) = \
258 SLIST_NEXT(SLIST_NEXT(elm, field), field); \
[all …]
/freebsd/sys/sys/
H A Dqueue.h220 while (SLIST_NEXT(curelm, field) != NULL) \
221 curelm = SLIST_NEXT(curelm, field); \
234 (var) = SLIST_NEXT((var), field))
239 (var) = SLIST_NEXT((var), field))
254 (varp) = &SLIST_NEXT((var), field))
261 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
262 SLIST_NEXT((slistelm), field) = (elm); \
279 curelm = SLIST_NEXT(curelm, field); \
286 SLIST_NEXT(elm, field) = \
287 SLIST_NEXT(SLIST_NEXT(elm, field), field); \
[all …]
H A Dqueue_mergesort.h187 SLIST_HEAD_INITIALIZER, SLIST_EMPTY, SLIST_FIRST, SLIST_NEXT, \
191 SLIST_INSERT_AFTER_4, SLIST_INSERT_HEAD, SLIST_NEXT, SLIST_REMOVE_HEAD)
/freebsd/usr.sbin/config/
H A Dconfig.y457 while (SLIST_NEXT(op2, op_append) != NULL) in newopt()
458 op2 = SLIST_NEXT(op2, op_append); in newopt()
459 SLIST_NEXT(op2, op_append) = op; in newopt()
461 while (SLIST_NEXT(op2, op_next) != NULL) in newopt()
462 op2 = SLIST_NEXT(op2, op_next); in newopt()
463 SLIST_NEXT(op2, op_next) = op; in newopt()
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c216 curnode = SLIST_NEXT(curnode, links); in symlist_search()
268 if (SLIST_NEXT(curnode, links) == NULL) { in symlist_add()
275 cursymbol = SLIST_NEXT(curnode, links)->symbol; in symlist_add()
289 curnode = SLIST_NEXT(curnode, links); in symlist_add()
303 node2 = SLIST_NEXT(node1, links); in symlist_free()
H A Daicasm.c219 include_dir = SLIST_NEXT(include_dir, in main()
399 cur_node = SLIST_NEXT(cur_node,links)) { in output_code()
547 cur_func = SLIST_NEXT(cur_func, links)) in output_listing()
567 cur_func != NULL && SLIST_NEXT(cur_func, links) != NULL; in output_listing()
568 cur_func = SLIST_NEXT(cur_func, links), func_count--) { in output_listing()
/freebsd/sys/kern/
H A Duipc_mbuf2.c351 while ((q = SLIST_NEXT(p, m_tag_link)) != NULL) in m_tag_delete_chain()
383 p = SLIST_NEXT(t, m_tag_link); in m_tag_locate()
387 p = SLIST_NEXT(p, m_tag_link); in m_tag_locate()
H A Dkern_et.c88 next = SLIST_NEXT(tmp, et_all); in et_register()
/freebsd/contrib/dma/
H A Daliases_parse.y105 SLIST_NEXT(it, next) = $3;
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h105 #undef SLIST_NEXT
205 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
210 (var) = SLIST_NEXT(var, field))
214 (var) && ((tvar) = SLIST_NEXT(var, field), 1); \
/freebsd/usr.sbin/ac/
H A Dac.c331 lp = SLIST_NEXT(lp, next); in log_out()
339 lp = SLIST_NEXT(lp, next); in log_out()
/freebsd/contrib/smbfs/lib/smb/
H A Drcfile.c121 p = SLIST_NEXT(p,rs_next); in rc_close()
183 p = SLIST_NEXT(p,rk_next); in rc_freesect()
/freebsd/lib/libthr/thread/
H A Dthr_sleepq.c179 sq2 = SLIST_NEXT(sq2, sq_flink); in _sleepq_drop()
/freebsd/sys/netgraph/
H A Dng_bridge.c1172 *hptr = SLIST_NEXT(host, next); in ng_bridge_remove_hosts()
1176 hptr = &SLIST_NEXT(host, next); in ng_bridge_remove_hosts()
1223 *hptr = SLIST_NEXT(host, next); in ng_bridge_timeout()
1229 hptr = &SLIST_NEXT(host, next); in ng_bridge_timeout()
/freebsd/sbin/dump/
H A Ditime.c119 for (i = nddates - 1; i >= 0; i--, dtwalk = SLIST_NEXT(dtwalk, dt_list)) in readdumptimes()
/freebsd/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h109 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
114 (var) = SLIST_NEXT(var, field))
/freebsd/contrib/libevent/compat/sys/
H A Dqueue.h109 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
114 (var) = SLIST_NEXT(var, field))
/freebsd/contrib/bsnmp/snmpd/
H A Dtrap.c665 return (SLIST_NEXT(addrs, ta)); in target_next_address()
766 return (SLIST_NEXT(param, tp)); in target_next_param()
831 return (SLIST_NEXT(notify, tn)); in target_next_notify()
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c216 m1 = SLIST_NEXT(m, link); in ng_unregister_module()
226 d1 = SLIST_NEXT(d, link); in ng_unregister_module()
254 d1 = SLIST_NEXT(d, link); in csock_handle()
486 d1 = SLIST_NEXT(d, link); in dsock_input()
/freebsd/contrib/elftoolchain/common/
H A D_elftc.h89 (var) && ((tvar) = SLIST_NEXT((var), field), 1); \
/freebsd/contrib/nvi/common/
H A Dseq.c197 lqp = qp, qp = SLIST_NEXT(qp, q)) { in seq_find()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_osm.c1239 SLIST_NEXT(curelm, sim_links.sle); in ahc_abort_ccb()
1243 SLIST_NEXT(curelm, in ahc_abort_ccb()
1245 SLIST_NEXT(nextelm, in ahc_abort_ccb()
H A Daic79xx_osm.c1180 SLIST_NEXT(curelm, sim_links.sle); in ahd_abort_ccb()
1184 SLIST_NEXT(curelm, in ahd_abort_ccb()
1186 SLIST_NEXT(nextelm, in ahd_abort_ccb()
/freebsd/sys/cam/
H A Dcam_xpt.c661 periph = SLIST_NEXT(periph, periph_links), i++) { in xptdoioctl()
675 if (SLIST_NEXT(periph, periph_links)) in xptdoioctl()
2256 periph = SLIST_NEXT(periph, periph_links); in xptperiphtraverse()
2274 next_periph = SLIST_NEXT(periph, periph_links); in xptperiphtraverse()
2277 next_periph = SLIST_NEXT(next_periph, periph_links); in xptperiphtraverse()
2779 nperiph = SLIST_NEXT(nperiph, periph_links), i++) { in xpt_action_default()
2885 cur_entry = SLIST_NEXT(cur_entry, links); in xpt_action_default()
4251 next_entry = SLIST_NEXT(cur_entry, links); in xpt_async_bcast()
5104 periph = SLIST_NEXT(periph, periph_links), i++); in xptpassannouncefunc()

12