Searched refs:SLIST_NEXT (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-9.3-release/contrib/openbsm/compat/
H A Dqueue.h164 (var) = SLIST_NEXT((var), field))
168 (var) && ((tvar) = SLIST_NEXT((var), field), 1); \
174 (varp) = &SLIST_NEXT((var), field))
181 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
182 SLIST_NEXT((slistelm), field) = (elm); \
186 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
190 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
198 while (SLIST_NEXT(curelm, field) != (elm)) \
199 curelm = SLIST_NEXT(curel
[all...]
/freebsd-9.3-release/sys/sys/
H A Dqueue.h170 (var) = SLIST_NEXT((var), field))
175 (var) = SLIST_NEXT((var), field))
179 (var) && ((tvar) = SLIST_NEXT((var), field), 1); \
184 (var) && ((tvar) = SLIST_NEXT((var), field), 1); \
190 (varp) = &SLIST_NEXT((var), field))
197 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
198 SLIST_NEXT((slistelm), field) = (elm); \
202 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
206 #define SLIST_NEXT(el macro
[all...]
/freebsd-9.3-release/sys/kern/
H A Duipc_mbuf2.c355 while ((q = SLIST_NEXT(p, m_tag_link)) != NULL)
387 p = SLIST_NEXT(t, m_tag_link);
391 p = SLIST_NEXT(p, m_tag_link);
H A Dkern_et.c83 next = SLIST_NEXT(tmp, et_all);
/freebsd-9.3-release/usr.sbin/config/
H A Dconfig.y438 while (SLIST_NEXT(op2, op_append) != NULL)
439 op2 = SLIST_NEXT(op2, op_append);
440 SLIST_NEXT(op2, op_append) = op;
/freebsd-9.3-release/lib/libc/stdlib/
H A Dhcreate.c169 ie = SLIST_NEXT(ie, link);
/freebsd-9.3-release/sys/netncp/
H A Dncp_subr.c89 nncp = SLIST_NEXT(ncp, nc_next);
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm.c219 include_dir = SLIST_NEXT(include_dir,
400 cur_node = SLIST_NEXT(cur_node,links)) {
549 cur_func = SLIST_NEXT(cur_func, links))
569 cur_func != NULL && SLIST_NEXT(cur_func, links) != NULL;
570 cur_func = SLIST_NEXT(cur_func, links), func_count--) {
H A Daicasm_symbol.c216 curnode = SLIST_NEXT(curnode, links);
268 if (SLIST_NEXT(curnode, links) == NULL) {
275 cursymbol = SLIST_NEXT(curnode, links)->symbol;
289 curnode = SLIST_NEXT(curnode, links);
303 node2 = SLIST_NEXT(node1, links);
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_sleepq.c171 sq2 = SLIST_NEXT(sq2, sq_flink);
/freebsd-9.3-release/lib/libncp/
H A Dncpl_rcfile.c121 p = SLIST_NEXT(p,rs_next);
170 p = SLIST_NEXT(p,rk_next);
/freebsd-9.3-release/usr.bin/netstat/
H A Dif.c569 SLIST_NEXT(ip, chain) = ipn;
646 off && SLIST_NEXT(ip, chain) != NULL;
647 ip = SLIST_NEXT(ip, chain)) {
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Drcfile.c124 p = SLIST_NEXT(p,rs_next);
178 p = SLIST_NEXT(p,rk_next);
/freebsd-9.3-release/usr.sbin/ac/
H A Dac.c331 lp = SLIST_NEXT(lp, next);
339 lp = SLIST_NEXT(lp, next);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsys-queue.h51 #undef SLIST_NEXT macro
198 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
203 (var) = SLIST_NEXT(var, field))
207 (var) && ((tvar) = SLIST_NEXT(var, field), 1); \
/freebsd-9.3-release/sbin/dump/
H A Ditime.c124 for (i = nddates - 1; i >= 0; i--, dtwalk = SLIST_NEXT(dtwalk, dt_list))
/freebsd-9.3-release/share/man/man3/
H A DMakefile68 queue.3 SLIST_NEXT.3 \
/freebsd-9.3-release/sys/netgraph/
H A Dng_bridge.c961 *hptr = SLIST_NEXT(hent, next);
965 hptr = &SLIST_NEXT(hent, next);
999 *hptr = SLIST_NEXT(hent, next);
1005 hptr = &SLIST_NEXT(hent, next);
/freebsd-9.3-release/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-9.3-release/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c218 m1 = SLIST_NEXT(m, link);
228 d1 = SLIST_NEXT(d, link);
256 d1 = SLIST_NEXT(d, link);
488 d1 = SLIST_NEXT(d, link);
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dtrap.c671 return (SLIST_NEXT(addrs, ta));
772 return (SLIST_NEXT(param, tp));
837 return (SLIST_NEXT(notify, tn));
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx_osm.c1185 SLIST_NEXT(curelm, sim_links.sle);
1189 SLIST_NEXT(curelm,
1191 SLIST_NEXT(nextelm,
H A Daic7xxx_osm.c1246 SLIST_NEXT(curelm, sim_links.sle);
1250 SLIST_NEXT(curelm,
1252 SLIST_NEXT(nextelm,
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dfeeder.c163 next = SLIST_NEXT(fte, link);
/freebsd-9.3-release/sys/cam/
H A Dcam_xpt.c670 periph = SLIST_NEXT(periph, periph_links), i++) {
683 if (SLIST_NEXT(periph, periph_links))
2229 next_periph = SLIST_NEXT(periph, periph_links);
2245 next_periph = SLIST_NEXT(periph, periph_links);
2771 nperiph = SLIST_NEXT(nperiph, periph_links), i++) {
2883 cur_entry = SLIST_NEXT(cur_entry, links);
4209 next_entry = SLIST_NEXT(cur_entry, links);
4865 periph = SLIST_NEXT(periph, periph_links), i++);

Completed in 290 milliseconds

12