Home
last modified time | relevance | path

Searched refs:st_next (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_ev.c218 next = stp->st_next; in sfxge_ev_qcomplete()
219 stp->st_next = NULL; in sfxge_ev_qcomplete()
455 if (stp->st_next == NULL && in sfxge_ev_tx()
456 sep->se_stpp != &(stp->st_next)) { in sfxge_ev_tx()
458 sep->se_stpp = &(stp->st_next); in sfxge_ev_tx()
H A Dsfxge.h675 #define st_next __st_u4.__st_s4.__st_next macro
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c110 struct sym_test *st_next; member
158 sym_insert = &st->st_next; in append_sym_test()
625 return (st == NULL ? sym_tests : st->st_next); in next_sym_test()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c3574 ilb_sticky_t st, *st_next; in ilb_sticky_walk_step() local
3616 st_next = NULL; in ilb_sticky_walk_step()
3628 st_next = list_object(&head, in ilb_sticky_walk_step()
3634 if (st_next == NULL) in ilb_sticky_walk_step()
3637 wsp->walk_addr = (uintptr_t)st_next; in ilb_sticky_walk_step()