Searched refs:ssm (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore.c136 safestore_modules_t *ssm, *prev; local
141 for (ssm = ss_modules; ssm; prev = ssm, ssm = ssm->ssm_next) {
142 if (ssm->ssm_module == ss_ops) {
144 ss_modules = ssm->ssm_next;
146 prev->ssm_next = ssm->ssm_next;
148 kmem_free(ssm, sizeo
188 safestore_modules_t *ssm; local
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/ssm/
H A DMakefile41 MODULE = ssm
/illumos-gate/usr/src/uts/sun4u/lw8/
H A DMakefile75 LW8_LINKS_3 += SUNW,Netra-T12/kernel/drv/sparcv9/ssm
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4u/
H A Dschizo.esc143 event ereport.io.sch.saf.ssm-dis@hostbridge{within(5s)};
175 * - ssm-dis: ssm command sent to hostbridge when not enabled.
184 ereport.io.sch.saf.ssm-dis@hostbridge,
H A Dxmits.esc167 event ereport.io.xmits.saf.ssm-dis@hostbridge{within(5s)};
175 * - ssm-dis: ssm command sent to hostbridge when not enabled.
184 ereport.io.xmits.saf.ssm-dis@hostbridge,
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c50 #include <sys/ssm.h>
715 * We get this directly from ssm
753 * ssm should have set this up
H A Dssm.c45 #include <sys/ssm.h>
60 * module ssm.c
62 * This module is a nexus driver designed to support the ssm nexus driver
64 * DDI functions passed up to it by the ssm driver, but instead allows
231 static void *ssm_softstates; /* ssm soft state hook */
365 DPRINTF(SSM_ATTACH_DEBUG, ("ssm-%d: devi= 0x%p, softsp=0x%p\n",
370 cmn_err(CE_WARN, "ssm%d: unable to retrieve %s property",
390 cmn_err(CE_WARN, "ssm:%s:%d: failed to make nodes",
590 * The name of the ssm node is ssm
[all...]

Completed in 71 milliseconds