Searched defs:tnext (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c602 char *tok, *tnext; local
608 for (tok = tnext = pbase; tnext < pend && '\0' != *tnext; tok = tnext)
610 add_comm(bd, tok, pend, &tnext, &line);
612 add_cmd(bd, pend, &tnext, &line);
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c337 float trec, tnext = 0; local
349 tnext = start_time;
476 if ((iflg) && (tnext == 0))
477 tnext = trec;
493 if ((iflg) && (trec < tnext))
566 while (tnext <= trec)
567 tnext += isec;
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c912 net_time_entry_t *tnext; local
917 tnext = thead->net_time_entry_next;
921 thead = tnext;
929 tnext = thead->net_time_entry_next;
933 thead = tnext;
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c2886 register kthread_id_t t, tlist, tnext; local
2906 tnext = t->t_next;
2936 } while ((t = tnext) != curthread);
2941 for (t = tlist; t != NULL; t = tnext) {
2942 tnext = t->t_next;

Completed in 100 milliseconds