Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c70 } col_t; typedef
72 static col_t *col_head;
75 static col_t *
78 col_t *col; in col_find()
86 static col_t *
89 col_t *new_col; in col_insert()
91 new_col = malloc(sizeof (col_t)); in col_insert()
96 (void) memset(new_col, 0, sizeof (col_t)); in col_insert()
107 col_remove(col_t *col) in col_remove()
150 col_t *col, *col_next; in read_stats()
[all …]
/titanic_41/usr/src/cmd/audio/audioctl/
H A Daudioctl.c75 typedef enum { COL_DV = 0, COL_NM, COL_VAL, COL_SEL} col_t; typedef