Searched defs:mcpp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol.c103 gettbls(struct mcamd_hdl *hdl, uint_t csmode, struct mcprops *mcpp, argument
108 uint_t rev = (uint_t)mcpp->rev;
109 int width = (int)mcpp->width;
131 if (mcpp->csintlvfctr > 1) {
133 mcpp->csintlvfctr, csid);
140 (int)mcpp->csintlvfctr);
347 iaddr_to_rcb(struct mcamd_hdl *hdl, uint_t csmode, struct mcprops *mcpp, argument
355 if (gettbls(hdl, csmode, mcpp, &bamp, &rcbmp,
356 mcpp->bnkswzl ? &swzlp : NULL, &csi,
373 iaddr_unnormalize(struct mcamd_hdl *hdl, struct mcprops *mcpp, uint64_ argument
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c215 mxchain_t **mcpp; local
218 for (mcpp = &self->ul_mxchain;
219 (mcp = *mcpp) != NULL;
220 mcpp = &mcp->mxchain_next) {
222 *mcpp = mcp->mxchain_next;
224 return (mcpp == &self->ul_mxchain);
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c2754 * a method_context structure, return it in *mcpp, and return NULL.
2792 struct method_context **mcpp)
3431 *mcpp = cip;
2790 restarter_get_method_context(uint_t version, scf_instance_t *inst, scf_snapshot_t *snap, const char *mname, const char *cmdline, struct method_context **mcpp) argument

Completed in 75 milliseconds