Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h153 char lcol_name[LC_NAME_LEN]; /* name of this collection, or */ member
171 char lcol_name[LC_NAME_LEN]; /* name of this collection, or */ member
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection.c121 (void) strlcpy(lcol->lcol_name, name, sizeof (lcol->lcol_name)); in lcollection_insert_update()
H A Drcapd_main.c639 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 Drcapd_scanner.c106 lcol->lcol_name, msg); in st_debug()
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c202 (void) strncpy(col->col_name, report.lcol_name, LC_NAME_LEN); in read_stats()