Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/rcap/common/
H A Drcapd_stat.h44 #define RC_MODE_LEN 16 macro
59 char rs_mode[RC_MODE_LEN]; /* mode ("project" only) */
/titanic_44/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c43 static char mode[RC_MODE_LEN];
182 (void) strncpy(mode, hdr.rs_mode, RC_MODE_LEN); in read_stats()