Home
last modified time | relevance | path

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

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