/titanic_41/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_conf.c | 97 static char plat[SYS_NMLN]; in mdb_conf_platform() local 112 (void) strncpy(plat, plataddr, sizeof (plat)); in mdb_conf_platform() 113 plat[sizeof (plat) - 1] = '\0'; in mdb_conf_platform() 115 return (plat); in mdb_conf_platform()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/pcibus/ |
H A D | pci_sun4v.c | 105 char *nm, *plat, *pp, **cp; in platform_pci_fru() local 114 FM_FMRI_AUTH_PRODUCT, &plat, &err) < 0) { in platform_pci_fru() 119 pp = strchr(plat, ','); in platform_pci_fru() 121 pp = plat; in platform_pci_fru() 133 topo_mod_strfree(mod, plat); in platform_pci_fru()
|
/titanic_41/usr/src/psm/stand/bootblks/common/ |
H A D | boot.fth | 246 /buf-len buffer: plat-name 247 : plat-name$ ( -- plat$ ) plat-name cscount ; 297 \ setup plat-name 307 plat-name swap move exit ( ) 315 plat-name swap move 2drop exit ( ) 321 arch-name$ plat-name swap move 325 : $plat-prepend ( file$ pre$ -- file$' ) 366 \ try "/platform/<plat-name>/<file>" e.g., SUNW,Sun-Blade-1000 370 2dup plat-name$ $plat-prepend ( file$ file$' ) 372 2dup arch-name$ $plat-prepend ( file$ file$' ) [all …]
|
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_labels.c | 224 char *plat, *pp, *l, *ancestor_l = NULL, *new_l = NULL; in pci_slot_label_lookup() local 360 FM_FMRI_AUTH_PRODUCT, &plat, &err) < 0) { in pci_slot_label_lookup() 367 pp = strchr(plat, ','); in pci_slot_label_lookup() 369 pp = plat; in pci_slot_label_lookup() 398 topo_mod_strfree(mod, plat); in pci_slot_label_lookup()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/xaui/ |
H A D | xaui.c | 392 char *plat, *pp; in xaui_label_set() local 403 FM_FMRI_AUTHORITY, FM_FMRI_AUTH_PRODUCT, &plat, &err) < 0) { in xaui_label_set() 409 pp = strchr(plat, ','); in xaui_label_set() 411 pp = plat; in xaui_label_set() 430 topo_mod_strfree(mod, plat); in xaui_label_set()
|
/titanic_41/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire/ioboard/ |
H A D | Makefile | 28 CLASS = plat
|
/titanic_41/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire-15000/ioboard/ |
H A D | Makefile | 28 CLASS = plat
|
/titanic_41/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 69 char uuid[36], root[36], plat[36], isa[36], machine[36], product[36]; in topo_handle() local 87 if (mdb_readstr(plat, sizeof (plat), (uintptr_t)th.th_platform) < 0) { in topo_handle() 88 (void) mdb_snprintf(plat, sizeof (plat), "<%p>", in topo_handle() 121 mdb_printf("%-12s %-36s %-30s\n", "th_platform", plat, "Platform name"); in topo_handle()
|
/titanic_41/usr/src/cmd/fm/modules/common/event-transport/ |
H A D | Makefile.etm | 28 CLASS = plat
|
/titanic_41/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/cpumem-retire/ |
H A D | Makefile | 27 CLASS = plat
|
/titanic_41/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | Makefile.etm | 33 CLASS = plat
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/ |
H A D | piclfrutree.c | 819 is_added_device(char *plat, char *fru) in is_added_device() argument 825 err = ptree_get_node_by_path(plat, &plath); in is_added_device() 857 is_removed_device(char *plat, char *fru) in is_removed_device() argument 864 err = ptree_get_node_by_path(plat, &plath); in is_removed_device()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/ |
H A D | piclfrutree.c | 933 is_added_device(char *plat, char *fru) in is_added_device() argument 939 err = ptree_get_node_by_path(plat, &plath); in is_added_device() 971 is_removed_device(char *plat, char *fru) in is_removed_device() argument 978 err = ptree_get_node_by_path(plat, &plath); in is_removed_device()
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | cap.msg | 36 @ MSG_CA_SUNW_PLAT_NF "plat"
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/ |
H A D | piclfrutree.c | 1057 is_added_device(char *plat, char *fru) in is_added_device() argument 1063 err = ptree_get_node_by_path(plat, &plath); in is_added_device() 1095 is_removed_device(char *plat, char *fru) in is_removed_device() argument 1102 err = ptree_get_node_by_path(plat, &plath); in is_removed_device()
|
/titanic_41/usr/src/psm/stand/lib/promif/sparcv9/ieee1275/sun4/ |
H A D | Makefile | 102 @$(LINT.lib) -o plat $(L_SRCS)
|
/titanic_41/usr/src/psm/stand/lib/promif/sparcv9/ieee1275/sun4u/ |
H A D | Makefile | 106 @$(LINT.lib) -o plat $(L_SRCS)
|
/titanic_41/usr/src/psm/stand/lib/promif/sparcv9/ieee1275/sun4v/ |
H A D | Makefile | 104 @$(LINT.lib) -o plat $(L_SRCS)
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1041 char plat[SYS_NMLN]; in Pfgcore() local 1082 (void) Pplatform(P, plat, sizeof (plat)); in Pfgcore() 1083 platlen = strlen(plat) + 1; in Pfgcore() 1272 if (write_note(fd, NT_PLATFORM, plat, platlen, &doff) != 0) in Pfgcore() 1359 if (write_note(fd, NT_PLATFORM, plat, platlen, &doff) != 0 || in Pfgcore()
|
H A D | Pcore.c | 730 char *plat; in note_platform() local 735 if (nbytes != 0 && ((plat = malloc(nbytes + 1)) != NULL)) { in note_platform() 736 if (read(P->asfd, plat, nbytes) != nbytes) { in note_platform() 738 free(plat); in note_platform() 741 plat[nbytes - 1] = '\0'; in note_platform() 742 core->core_platform = plat; in note_platform()
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_log.c | 136 const char *osrel, *osver, *plat; in fmd_log_write_hdr() local 143 (void) fmd_conf_getprop(fmd.d_conf, "platform", &plat); in fmd_log_write_hdr() 157 err |= ea_set_item(&i4, CAT_FMA_PLAT, plat, 0); in fmd_log_write_hdr()
|
/titanic_41/usr/src/uts/intel/os/ |
H A D | master | 61 # plat ... Platform bef
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 17406 plat
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 17405 plat
|