Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c66 struct col *col_next; member
79 for (col = col_head; col != NULL; col = col->col_next) in col_find()
97 new_col->col_next = col_head; in col_insert()
110 col->col_prev->col_next = col->col_next; in col_remove()
111 if (col->col_next != NULL) in col_remove()
112 col->col_next->col_prev = col->col_prev; in col_remove()
114 col_head = col->col_next; in col_remove()
150 col_t *col, *col_next; in read_stats() local
183 for (col = col_head; col != NULL; col = col->col_next) { in read_stats()
245 col_next = col->col_next; in read_stats()
[all …]