Home
last modified time | relevance | path

Searched defs:mcmp (Results 1 – 5 of 5) sorted by relevance

/titanic_51/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu_mdesc.c64 md_cpumap_t *mcmp; in cpu_find_cpumap() local
77 md_cpumap_t *mcmp; in cpu_get_serialid_mdesc() local
89 md_cpumap_t *mcmp; in cpu_n1_mdesc_init() local
161 md_cpumap_t *mcmp; cpu_n2_mdesc_init() local
[all...]
H A Dcpu.c176 md_cpumap_t *mcmp; in cpu_present() local
221 md_cpumap_t *mcmp; in cpu_replaced() local
268 md_cpumap_t *mcmp = NULL; in cpu_expand() local
339 md_cpumap_t *mcmp; cpu_unusable() local
[all...]
/titanic_51/usr/src/lib/libmp/common/
H A Dold_mp.c53 int mcmp(MINT *a, MINT *b) { return (mp_mcmp(a, b)); } in mcmp() function
/titanic_51/usr/src/lib/fm/topo/modules/sun4v/chip/
H A Dchip_sun4v.c245 md_cpumap_t *mcmp; in cpu_create() local
[all...]
/titanic_51/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c187 int mcmp = memcmp(pKey1, pKey2, (nKey1 <= nKey2)?nKey1:nKey2); in key_compare() local