HomeSort by: relevance | last modified time | path
    Searched refs:SLIST_NEXT (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/arch/playstation2/ee/
intc.c 187 if (SLIST_NEXT(d, link) == 0 ||
188 SLIST_NEXT(d, link)->ipl < ipl) {
dmac.c 219 if (SLIST_NEXT(d, link) == 0 ||
220 SLIST_NEXT(d, link)->ipl < ipl) {
  /src/sys/arch/arm/arm32/
arm32_kvminit.c 336 KASSERT(SLIST_NEXT(pv0, pv_list) == NULL || pv0->pv_pa < SLIST_NEXT(pv0, pv_list)->pv_pa);
342 pv = SLIST_NEXT(pv0, pv_list);
355 pvp = &SLIST_NEXT(*pvp, pv_list);
362 SLIST_NEXT(new_pv, pv_list) = *pvp;
368 if (SLIST_NEXT(new_pv, pv_list)) {
369 VPRINTF("before pa %#lx\n", SLIST_NEXT(new_pv, pv_list)->pv_pa);
826 pv = SLIST_NEXT(pv, pv_list);
837 pv = SLIST_NEXT(pv, pv_list);
885 pv = SLIST_NEXT(pv, pv_list)
    [all...]
pmap.c 1004 pvp = &SLIST_NEXT(*pvp, pv_link);
1008 pvp = &SLIST_NEXT(*pvp, pv_link);
1011 SLIST_NEXT(pv, pv_link) = *pvp; /* add to ... */
1111 *prevptr = SLIST_NEXT(pv, pv_link); /* remove it! */
1144 prevptr = &SLIST_NEXT(pv, pv_link); /* previous pointer */
1966 for (pv = npv; pv; pv = SLIST_NEXT(pv, pv_link)) {
1998 for (pv = npv; pv; pv = SLIST_NEXT(pv, pv_link)) {
2069 pv = SLIST_NEXT(pv, pv_link);
2076 for (; pv && !bad_alias; pv = SLIST_NEXT(pv, pv_link)) {
2091 for (; pv; pv = SLIST_NEXT(pv, pv_link))
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.c 217 curnode = SLIST_NEXT(curnode, links);
269 if (SLIST_NEXT(curnode, links) == NULL) {
276 cursymbol = SLIST_NEXT(curnode, links)->symbol;
290 curnode = SLIST_NEXT(curnode, links);
304 node2 = SLIST_NEXT(node1, links);
aicasm.c 225 include_dir = SLIST_NEXT(include_dir,
403 cur_node = SLIST_NEXT(cur_node,links)) {
554 cur_func = SLIST_NEXT(cur_func, links))
574 cur_func != NULL && SLIST_NEXT(cur_func, links) != NULL;
575 cur_func = SLIST_NEXT(cur_func, links), func_count--) {
  /src/lib/libc/stdlib/
hcreate.c 221 ie = SLIST_NEXT(ie, link);
  /src/sbin/dump/
itime.c 123 for (i = nddates - 1; i >= 0; i--, dtwalk = SLIST_NEXT(dtwalk, dt_list))
  /src/sys/sys/
queue.h 121 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next)
131 ((tvar) = SLIST_NEXT((var), field), 1); \
153 SLIST_NEXT(SLIST_NEXT((slistelm), field), field); \
  /src/sys/kern/
kern_turnstile.c 342 next = SLIST_NEXT(iter, ts_pichain);
sys_select.c 984 next = SLIST_NEXT(sip, sel_chain);
uipc_mbuf.c 2407 while ((q = SLIST_NEXT(p, m_tag_link)) != NULL)
2423 p = SLIST_NEXT(p, m_tag_link);
kern_event.c 2661 kn = SLIST_NEXT(kn, kn_link);
  /src/sys/arch/arm/xscale/
pxa2x0_dmac.c 946 ndesc = SLIST_NEXT(desc, d_link);
1154 ndesc = SLIST_NEXT(desc, d_link);
1237 ndesc = SLIST_NEXT(desc, d_link);
  /src/share/man/man3/
Makefile 189 queue.3 SLIST_NEXT.3 \
  /src/sys/dist/pf/net/
pf_table.c 864 q = SLIST_NEXT(p, pfrke_workq);
1675 q = SLIST_NEXT(p, pfrkt_workq);
1714 next = SLIST_NEXT(p, pfrke_workq); /* XXX */
1850 q = SLIST_NEXT(p, pfrkt_workq);
1960 q = SLIST_NEXT(p, pfrkt_workq);
  /src/sys/dev/marvell/
gtidmac.c 1196 nxtdd = SLIST_NEXT(dd, dd_next);
1476 nxtdd = SLIST_NEXT(dd, dd_next);
1956 dd = SLIST_NEXT(dd, dd_next);
2106 dd = SLIST_NEXT(dd, dd_next);
  /src/sys/dev/ieee1394/
firewire.c 2062 SLIST_NEXT(elm, link) != NULL;
2063 elm = SLIST_NEXT(elm, link));
  /src/sys/arch/xen/xen/
xbd_xenbus.c 1167 if (!SLIST_NEXT(xbdreq, req_next)) {
  /src/sys/dev/
ipmi.c 1913 sc->current_sensor = SLIST_NEXT(sc->current_sensor, i_list);

Completed in 34 milliseconds