Searched defs:platform (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_rcid.c31 /* A list of physical root complexes of the SUNW,Sun-Fire-T200 platform */
38 /* A list of physical root complexes of the SUNW,T5140 platform */
104 hb_find_rc_pid(char *platform, uint64_t ba) argument
110 if (strcmp(prcids.plats[p].platform, platform) != 0)
H A Dhb_rcid.h45 * A list of rc per platform
48 const char *platform; /* platform on which the names apply */ member in struct:pprc
61 extern int hb_find_rc_pid(char *platform, uint64_t ba);
H A Dhb_mdesc.c88 char platform[MAXNAMELEN]; local
119 platform[0] = '\0';
120 (void) sysinfo(SI_PLATFORM, platform, sizeof (platform));
149 if ((id = hb_find_rc_pid(platform, x)) >= 0)
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dload_node.c48 "/usr/platform/%s/lib/efcode%s:"
49 "/usr/platform/%s/lib/efcode%s:"
55 * /usr/platform/`uname -i`/lib/efcode
56 * /usr/platform/`uname -m`/lib/efcode
60 * /usr/platform/`uname -i`/lib/efcode/{architecture}
61 * /usr/platform/`uname -m`/lib/efcode/{architecture}
69 char platform[100], *p; local
74 sysinfo(SI_PLATFORM, platform, sizeof (platform));
76 len = strlen(search_proto) + strlen(platform)
[all...]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ia_open.c65 * Determine whether the platform supports RO (Relaxed ordering)
69 * relaxed ordering should be disabled (regardless of whether the platform
92 char platform[256 + 1]; local
103 ret = sysinfo(SI_PLATFORM, platform, sizeof (platform));
104 if ((ret != -1) && (ret <= sizeof (platform))) {
106 if (strcmp(platform, cp) == 0)
279 * Determine whether platform is RO capable.
280 * If platform support RO and client does not
321 * we remember that fact. If the platform i
[all...]
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dscheme.c275 static char platform[MAXNAMELEN]; local
277 if (platform[0] == '\0')
278 (void) sysinfo(SI_PLATFORM, platform, sizeof (platform));
280 return (platform);
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c42 * Do a platform specific label lookup based on physical slot number.
45 pci_label_physlot_lookup(topo_mod_t *mod, char *platform, did_t *dp) argument
50 topo_mod_dprintf(mod, "%s: doing a lookup for platform=%s\n",
51 __func__, platform);
54 platform == NULL)
61 topo_mod_dprintf(mod, "%s: comparing against platform=%s\n",
64 platform) != 0)
67 "platform\n", __func__);
88 * Do a platform specific label lookup based on slot name.
91 pci_label_slotname_lookup(topo_mod_t *mod, char *platform, argument
151 pci_label_missing_lookup(topo_mod_t *mod, char *platform, did_t *dp) argument
[all...]
/illumos-gate/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c253 char platform[80]; local
277 * Check if we're running on the i86xpv platform. If so, the zone
280 if (sysinfo(SI_PLATFORM, platform, sizeof (platform)) != -1 &&
281 strcmp(platform, "i86xpv") == 0)
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dscheme.c273 static char platform[MAXNAMELEN]; local
275 if (platform[0] == '\0')
276 (void) sysinfo(SI_PLATFORM, platform, sizeof (platform));
278 return (platform);
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_unum.c64 * platform which requires that characters be substituted (like a vi s/1/2/)
259 const char *platform = fmd_fmri_get_platform(); local
266 if (strcmp(platform, "SUNW,Sun-Fire-15000") == 0 ||
267 strcmp(platform, "SUNW,Sun-Fire") == 0 ||
268 strcmp(platform, "SUNW,Netra-T12") == 0)
278 * DIMM). We do this in one of two ways, depending on the platform. For most
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid_subr.c385 int platform; local
394 platform = get_hwenv();
396 if ((platform & HW_VIRTUAL) != 0) {
/illumos-gate/usr/src/cmd/logadm/
H A Dkw.c79 static char platform[SYS_NMLN]; local
139 if (sysinfo(SI_PLATFORM, platform, sizeof (platform)) == -1)
142 Keywords = lut_add(Keywords, "platform", platform);
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c110 char platform[MAXNAMELEN]; local
175 platform[0] = '\0';
177 (void) sysinfo(SI_PLATFORM, platform, sizeof (platform));
180 thp->th_platform = topo_hdl_strdup(thp, platform);
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c134 char platform[MAXNAMELEN]; local
139 (void) sysinfo(SI_PLATFORM, platform, sizeof (platform));
140 r = strcmp(platform, "i86xpv");
/illumos-gate/usr/src/lib/efcode/engine/
H A Dpackage.c175 char platform[100]; local
177 sysinfo(SI_PLATFORM, platform, sizeof (platform));
178 if (strcmp(platform, "SUNW,Ultra-Enterprise-10000") == 0 &&
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/snowbird/common/
H A Dsnowbird.c263 * display platform banner
268 char *platform; local
278 &platform);
281 log_printf(" %s", platform, 0);
282 free(platform);
403 * This routine prints out the platform name.
419 log_printf("platform Type : %s\n", si_platform, 0);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c68 static int platform(char *, size_t);
599 if (platform(procbuf, sizeof (procbuf)))
1054 * Determine the platform (uname -i) to expand the $PLATFORM macro.
1057 platform(char *buf, size_t bufsize) function
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c1272 char *platform = be_get_platform(); local
1274 if (platform == NULL) {
1276 "failed to detect system platform name\n"));
1284 "%s/usr/platform/%s%s", tmp_mntpt,
1285 platform, BE_SPARC_BOOTBLK);
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h49 char *platform; member in struct:__anon2409
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c1280 char *platform, *server, *csn; local
1325 if (nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT, &platform) != 0)
1326 platform = (char *)FMD_MSG_MISSING;
1341 date, platform, csn, server, src_name, src_vers, uuid,
1352 date, platform, csn, server, src_name, src_vers, uuid,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/
H A Dpsvcpolicy.c30 * Littleneck platform specific environment monitoring policies
132 i2cparams_debug(i2c_noise_param_t *pi2cparams, char *platform, argument
140 "# Values from /usr/platform/%s/lib/i2cparam.conf\n",
141 platform);
146 "# No /usr/platform/%s/lib/i2cparam.conf file, using defaults\n",
147 platform);
166 char platform[64]; local
172 if (sysinfo(SI_PLATFORM, platform, sizeof (platform)) == -1) {
177 "/usr/platform/
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c124 /* Holds a platform type and a list of code-operation structures */
125 typedef struct platform { struct
150 /* This structure holds a reference to the platform list. */
590 * Searches the platform lists for target codes. If a match is found then
623 * Searches the platform lists for for a match on the supplied product id.
705 * platform.
717 * to this platform.
973 fmd_hdl_debug(slmp->slt_hdl, "Unsupported platform %d",
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c554 char platform[SYS_NMLN] = ""; /* read from the devinfo root node */ variable
618 * This allows platform-dependent code to constrain the maximum
/illumos-gate/usr/src/uts/common/sys/
H A Dlom_priv.h51 * lom_prog_data_t structure and is followed by platform specific data
69 } platform; member in struct:__anon8093
80 * Top two bytes assigned to specific lom implementations/platform
81 * Bottom two bytes assigned by the implementations/platform.
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A Dpsvcpolicy.c30 * Cherrystone platform specific environment monitoring policies
152 i2cparams_debug(i2c_noise_param_t *pi2cparams, char *platform, argument
160 "# Values from /usr/platform/%s/lib/i2cparam.conf\n",
161 platform);
166 "# No /usr/platform/%s/lib/i2cparam.conf file, using defaults\n",
167 platform);
186 char platform[64]; local
192 if (sysinfo(SI_PLATFORM, platform, sizeof (platform)) == -1) {
197 "/usr/platform/
[all...]

Completed in 156 milliseconds

12