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

/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c70 } col_t; typedef in typeref:struct:col
72 static col_t *col_head;
75 static col_t *
78 col_t *col;
86 static col_t *
89 col_t *new_col;
91 new_col = malloc(sizeof (col_t));
96 (void) memset(new_col, 0, sizeof (col_t));
107 col_remove(col_t *col)
150 col_t *co
[all...]
/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c68 * All are related to the types enumerated in col_t and any change should be
75 typedef enum { COL_DV = 0, COL_NM, COL_VAL, COL_SEL} col_t; typedef in typeref:enum:__anon23
84 /* corresponding sizes of columns, indexed by col_t value */

Completed in 48 milliseconds