Searched refs:tnext (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/eeprom/i386/ |
H A D | benv.c | 973 char *tok, *tnext; in parse_benv() local 979 for (tok = tnext = pbase; tnext < pend && '\0' != *tnext; tok = tnext) in parse_benv() 981 add_comm(bd, tok, pend, &tnext, &line); in parse_benv() 983 add_cmd(bd, pend, &tnext, &line); in parse_benv()
|
/titanic_50/usr/src/cmd/sa/ |
H A D | sar.c | 337 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()
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | usage.c | 912 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()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | cpu.c | 2886 register kthread_id_t t, tlist, tnext; in cpu_destroy_bound_threads() local 2906 tnext = t->t_next; in cpu_destroy_bound_threads() 2936 } while ((t = tnext) != curthread); in cpu_destroy_bound_threads() 2941 for (t = tlist; t != NULL; t = tnext) { in cpu_destroy_bound_threads() 2942 tnext = t->t_next; in cpu_destroy_bound_threads()
|