Searched refs:lcol_name (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/rcap/common/ |
H A D | rcapd.h | 155 char lcol_name[LC_NAME_LEN]; /* name of this collection, or */ member 173 char lcol_name[LC_NAME_LEN]; /* name of this collection, or */ member
|
/titanic_44/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_collection.c | 123 (void) strlcpy(lcol->lcol_name, name, sizeof (lcol->lcol_name)); in lcollection_insert_update()
|
H A D | rcapd_main.c | 639 lcol->lcol_name, in excess_print_cb() 913 "project" : "zone"), lcol->lcol_name); in collection_sweep_cb() 1039 lcol->lcol_name, in simple_report_collection_cb() 1070 (void) strcpy(dc.lcol_name, lcol->lcol_name); in report_collection_cb() 1082 lcol->lcol_name); in report_collection_cb()
|
H A D | rcapd_scanner.c | 108 lcol->lcol_name, msg); in st_debug()
|
/titanic_44/usr/src/cmd/rcap/rcapstat/ |
H A D | rcapstat.c | 202 (void) strncpy(col->col_name, report.lcol_name, LC_NAME_LEN); in read_stats()
|