Searched refs:tr_next (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c73 struct transp *tr_next; member in struct:transp
191 prev_trans->tr_next = trans;
337 for (trans = tr_head; trans; trans = trans->tr_next) {
419 for (trans = tr_head; trans; trans = trans->tr_next) {
524 for (t = trans; t; t = t->tr_next) {
690 tmpt = t->tr_next;
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.h202 struct svntr *tr_next; /* next svntr in this hash bucket */ member in struct:svntr
H A Dseg_vn.c9812 for (; svntrp != NULL; svntrp = svntrp->tr_next) {
9888 svntrp->tr_next = svntr_hashtab[hash].tr_head;
9998 svntr_hashtab[hash].tr_head = svntrp->tr_next;
10043 for (; (svntrp = *prv_svntrp) != NULL; prv_svntrp = &svntrp->tr_next) {
10077 *prv_svntrp = svntrp->tr_next;
10125 for (; svntrp != NULL; svntrp = svntrp->tr_next) {
10196 for (; svntrp != NULL; svntrp = svntrp->tr_next) {
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h165 struct tlm_robot *tr_next; member in struct:tlm_robot
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h322 struct nattrpnt *tr_next; member in struct:nattrpnt

Completed in 476 milliseconds