/osnet-11/usr/src/lib/fm/topo/modules/sun4v/hostbridge/common/ |
H A D | hb_rcid.c | 30 /* A list of physical root complexes of the SUNW,Sun-Fire-T200 platform */ 37 /* A list of physical root complexes of the SUNW,T5140 platform */ 103 hb_find_rc_pid(char *platform, uint64_t ba) argument 109 if (strcmp(prcids.plats[p].platform, platform) != 0)
|
H A D | hb_rcid.h | 42 * A list of rc per platform 45 const char *platform; /* platform on which the names apply */ member in struct:pprc 58 extern int hb_find_rc_pid(char *platform, uint64_t ba);
|
H A D | hb_mdesc.c | 87 char platform[MAXNAMELEN]; local 118 platform[0] = '\0'; 119 (void) sysinfo(SI_PLATFORM, platform, sizeof (platform)); 148 if ((id = hb_find_rc_pid(platform, x)) >= 0)
|
/osnet-11/usr/src/lib/libipmi/common/ |
H A D | ipmi_misc.c | 99 * the platform version and release version. 125 uint8_t *platform, uint8_t *release) 146 * the platform version and release version. 149 *platform = auxrev[0]; 124 ipmi_ilom_version_u8(ipmi_handle_t *ihp, uint8_t *major, uint8_t *minor, uint8_t *platform, uint8_t *release) argument
|
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/ |
H A D | bootutil.py | 34 import platform namespace 49 proc = platform.processor() 54 raise BootmgmtNotSupportedError('Unsupported platform: ' + proc)
|
H A D | pysol.py | 31 import platform namespace 60 _platwidth = platform.architecture()[0][:2]
|
/osnet-11/usr/src/lib/efcode/fcdriver/ |
H A D | load_node.c | 48 "/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...] |
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_ia_open.c | 65 * 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...] |
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/ |
H A D | bay_util.c | 153 * 3. ../<platform>,bay_labels 158 char platform[MAXNAMELEN]; local 172 /* get platform name */ 173 platform[0] = '\0'; 174 (void) sysinfo(SI_PLATFORM, platform, sizeof (platform)); 186 platform, prod_name, ch_sn); 190 platform, prod_name); 192 /* ../<platform>,bay_labels */ 194 platform, platfor [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_labels.c | 42 * 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...] |
/osnet-11/usr/src/lib/pylibbe/common/ |
H A D | libbe.py | 29 import platform namespace 453 if platform.processor() == 'i386': 455 elif platform.processor() == 'sparc': 459 "/platform/%(plat)s/kernel/%(kisa)s/unix" % kdict)
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_snap.c | 153 char platform[MAXNAMELEN]; local 218 platform[0] = '\0'; 222 (void) sysinfo(SI_PLATFORM, platform, sizeof (platform)); 225 thp->th_platform = topo_hdl_strdup(thp, platform);
|
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/ |
H A D | chip.c | 136 char platform[MAXNAMELEN]; local 141 (void) sysinfo(SI_PLATFORM, platform, sizeof (platform)); 142 r = strcmp(platform, "i86xpv");
|
/osnet-11/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg.c | 1318 char *platform, *server, *csn; local 1364 &platform) != 0) 1365 platform = (char *)FMD_MSG_MISSING; 1379 date, platform, csn, server, src_name, src_vers, uuid, 1390 date, platform, csn, server, src_name, src_vers, uuid,
|
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/ |
H A D | fac_prov_ipmi.c | 232 * Some platforms (most notably G1/2N) use the 'platform event message' command 858 * For ILOM 3.0.9.x platforms the LED's are controlled by sending a platform 997 "platform event mesg (%s)\n", 1092 * the X4500 platform. 1220 uint8_t ledmode, major, minor, platform, release; local 1262 if (ipmi_ilom_version_u8(hdl, &major, &minor, &platform, 1300 } else if (major == 3 && minor == 0 && platform < 14) { 1321 topo_mod_dprintf(mod, "Sending platform event\n"); 1324 "platform event mesg for sensor 0 (%s)\n", 1329 } else if (major == 3 && (minor > 0 || platform > [all...] |
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap.h | 49 char *platform; member in struct:__anon904
|
/osnet-11/usr/src/grub/grub2/build-bios/docs/ |
H A D | Makefile | 732 platform = pc macro
|
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/ |
H A D | Makefile | 756 platform = pc macro
|
/osnet-11/usr/src/grub/grub2/build-bios/util/bash-completion.d/ |
H A D | Makefile | 719 platform = pc macro
|
/osnet-11/usr/src/grub/grub2/build-uefi64/docs/ |
H A D | Makefile | 732 platform = efi macro
|
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/ |
H A D | Makefile | 756 platform = efi macro
|
/osnet-11/usr/src/grub/grub2/build-uefi64/util/bash-completion.d/ |
H A D | Makefile | 719 platform = efi macro
|
/osnet-11/usr/src/grub/grub2/build-uefi64/ |
H A D | Makefile | 11171 platform = efi macro 11263 platformdir = $(pkglibrootdir)/$(target_cpu)-$(platform) [all...] |
/osnet-11/usr/src/grub/grub2/build-bios/ |
H A D | Makefile | 11171 platform = pc macro 11263 platformdir = $(pkglibrootdir)/$(target_cpu)-$(platform) [all...] |
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/ |
H A D | Makefile | 33203 platform = pc macro [all...] |