Searched refs:mct (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_subr.h107 * This makes our Message Completion Table mct for one diskset.
113 extern md_mn_mct_t *mct[];
119 #define MD_MN_MSG_COMP_TABLE "/var/run/mct"
H A Dmdmn_subr.c482 * mct[set] -> mct_mce[NNODES][MD_MN_NCLASSES][MAX_SUBMESSAGES]
503 if (mct[setno] != NULL) {
521 return ((md_mn_mce_t *)((caddr_t)(mct[setno]) + mct_offset));
525 * return (&(mct[setno]->mct_mce[0][0][0]) + mct_index);
548 * Returns MDMN_MCT_ERROR in case of error creating the mct
627 * return MDMN_MCT_ERROR in case of error creating the mct
H A Dmdmn_commd_server.c156 md_mn_mct_t *mct[MD_MAXSETS]; variable
794 * If the mct file exists we map it into memory.
797 * The mapped areas are stored in mct[setno].
864 "init_set: mmap mct error %d\n",
869 mct[setno] = (md_mn_mct_t *)addr;
871 /* finally we initialize the mutexes that protect the mct */
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dexynos5.dtsi82 mct {
83 compatible = "exynos,mct";

Completed in 69 milliseconds