Searched defs:plat (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/pcibus/common/ |
H A D | pci_sun4v.c | 106 char *nm, *plat, *pp, **cp; local 115 FM_FMRI_AUTH_V1_CHASSIS_NM, &plat, &err) < 0) { 120 pp = strchr(plat, ','); 122 pp = plat; 134 topo_mod_strfree(mod, plat);
|
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_labels.c | 225 char *plat, *pp, *l, *ancestor_l = NULL, *new_l = NULL; local 248 FM_FMRI_AUTH_V1_CHASSIS_NM, &plat, &err) == 0) { 252 pp = strchr(plat, ','); 254 pp = plat; 276 topo_mod_strfree(mod, plat);
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/xaui/common/ |
H A D | xaui.c | 397 char *plat, *pp; local 408 FM_FMRI_AUTHORITY, FM_FMRI_AUTH_V1_CHASSIS_NM, &plat, 415 pp = strchr(plat, ','); 417 pp = plat; 436 topo_mod_strfree(mod, plat);
|
/osnet-11/usr/src/lib/pylibbe/common/ |
H A D | libbe_py.c | 1225 static char plat[BUFSIZ]; local 1227 i = sysinfo(SI_PLATFORM, plat, BUFSIZ); 1235 return (Py_BuildValue("s", plat));
|
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 304 char *plat; local 309 if (nbytes != 0 && ((plat = malloc(nbytes + 1)) != NULL)) { 310 if (read(P->asfd, plat, nbytes) != nbytes) { 312 free(plat); 315 plat[nbytes - 1] = '\0'; 316 P->core->core_platform = plat;
|
H A D | Pgcore.c | 995 char plat[SYS_NMLN]; local 1036 (void) Pplatform(P, plat, sizeof (plat)); 1037 platlen = strlen(plat) + 1; 1226 if (write_note(fd, NT_PLATFORM, plat, platlen, &doff) != 0) 1313 if (write_note(fd, NT_PLATFORM, plat, platlen, &doff) != 0 ||
|
Completed in 59 milliseconds