Lines Matching refs:mc_t
26 } mc_t;
42 static void printCgroup __P((int, frentry_t *, mc_t *, char *));
253 const mc_t *i1 = (const mc_t *)c1, *i2 = (const mc_t *)c2;
456 static mc_t *n = NULL;
462 mc_t *m = v;
703 qsort(m, FRC_MAX, sizeof(mc_t), intcmp);
957 n = (mc_t *)malloc(sizeof(*n) * FRC_MAX);
971 static mc_t *m = NULL;
975 m = (mc_t *)calloc(1, sizeof(*m) * FRC_MAX);
999 mc_t *m;
1031 qsort(m, FRC_MAX, sizeof(mc_t), intcmp);