Lines Matching defs:dc
1062 lcollection_report_t dc;
1068 bzero(&dc, sizeof (dc));
1069 dc.lcol_id = lcol->lcol_id;
1070 (void) strcpy(dc.lcol_name, lcol->lcol_name);
1071 dc.lcol_rss = lcol->lcol_rss;
1072 dc.lcol_image_size = lcol->lcol_image_size;
1073 dc.lcol_rss_cap = lcol->lcol_rss_cap;
1074 dc.lcol_stat = lcol->lcol_stat;
1076 if (write(fd, &dc, sizeof (dc)) == sizeof (dc)) {