Searched refs:lcol_id (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection_project.c101 if (lcol->lcol_id.rcid_type != RCIDT_PROJECT)
104 return (lcollection_update_project_byid_cb(lcol->lcol_id.rcid_val,
H A Drcapd_main.c230 (long long)lcol->lcol_id.rcid_val,
507 if (vmu_vals[i].vmu_id != lcol->lcol_id.rcid_val)
511 lcol->lcol_id.rcid_type != RCIDT_ZONE)
515 lcol->lcol_id.rcid_type != RCIDT_PROJECT)
545 if (lcol->lcol_id.rcid_type == RCIDT_PROJECT)
570 if (lcol->lcol_id.rcid_type == RCIDT_PROJECT)
638 (lcol->lcol_id.rcid_type == RCIDT_PROJECT ? "project" : "zone"),
661 if (lcol->lcol_id.rcid_type == RCIDT_ZONE &&
662 lcol->lcol_id.rcid_val == GLOBAL_ZONEID) {
720 if (lcol->lcol_id
[all...]
H A Drcapd_collection.c110 lcol->lcol_id = *colidp;
202 if (lcol->lcol_id.rcid_type == colidp->rcid_type &&
203 lcol->lcol_id.rcid_val == colidp->rcid_val) {
H A Drcapd_scanner.c107 (lcol->lcol_id.rcid_type == RCIDT_PROJECT ? "project" : "zone"),
/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h154 rcid_t lcol_id; /* numerical ID for this collection */ member in struct:lcollection
172 rcid_t lcol_id; /* numerical ID for this collection */ member in struct:lcollection_report
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c190 if (report.lcol_id.rcid_type != stat_type)
193 col = col_find(report.lcol_id);
195 col = col_insert(report.lcol_id);

Completed in 66 milliseconds