HomeSort by relevance Sort by last modified time
    Searched defs:rcm (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/common/mc/mc-amd/
mcamd_rowcol_tbl.c 868 const struct rct_rcbmap *rcm; local
883 (rcm = rct_rcbmap(mcrev, width, csmode)) == NULL) {
911 for (i = 0; i < rcm->rcb_nbankbits; i++)
912 if (rcm->rcb_bankbit[i] > lstbnkbit)
913 lstbnkbit = rcm->rcb_bankbit[i];
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/sbd/common/
ap.h 125 void *rcm; member in struct:__anon2741
ap_rcm.c 143 /* Max width of an RCM formatted message line */
262 rcmd_t *rcm; local
269 * If the initial command is status, or the RCM feature is not
270 * available, or the RCM interface has already been initialized,
275 ((rcm = (rcmd_t *)a->rcm) != NULL)) {
285 * to do. The RCM offline/suspend steps become no-ops
300 if ((a->rcm = calloc(1, sizeof (rcmd_t))) == NULL) {
305 rcm = (rcmd_t *)a->rcm;
472 rcmd_t *rcm; local
546 rcmd_t *rcm; local
1156 rcmd_t *rcm; local
1330 rcmd_t *rcm; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dcs/sparc/sun4u/
ri_init.c 29 * the Reconfiguration Coordination Manager (RCM) client usage
49 * RCM abstract resource names.
113 /* Lookup table entry for matching IO devices to RCM resource usage */
197 * Table of known info string prefixes for RCM modules that do not
199 * or sequencing within the RCM namespace. Since RCM provides no way to
217 rcmd_t *rcm = NULL; local
233 (rcm = calloc(1, sizeof (*rcm))) == NULL ||
254 if (rcm_init(rcm, apd_tbl, n_apids, flags) != 0)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/ib/adapters/hermon/
hermon_hw.h 235 uint32_t rcm :1; member in struct:hermon_hw_querydevlim_s
430 uint32_t rcm :1; member in struct:hermon_hw_querydevlim_s
1154 uint32_t rcm :1; /* reset capability mask */ member in struct:hermon_hw_set_port_s
1206 uint32_t rcm :1; /* reset capability mask */ member in struct:hermon_hw_set_port_s
    [all...]

Completed in 1920 milliseconds