Searched defs:mc_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfcomp.c26 } mc_t; typedef in typeref:struct:__anon654
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 *
[all...]
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd.h84 typedef struct mc mc_t; typedef in typeref:struct:mc
97 mc_t *_mch_mc;
221 extern mc_t *mc_list;
225 extern void mcamd_mc_register(cmi_hdl_t, mc_t *);
226 extern void mcamd_ereport_post(mc_t *, const char *, mc_unum_t *, uint64_t);

Completed in 53 milliseconds