Home
last modified time | relevance | path

Searched refs:si_platform (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libprtdiag_psr/sparc/snowbird/common/
H A Dsnowbird.c410 char si_platform[30]; in pd_check_for_snowbird() local
412 if (sysinfo(SI_PLATFORM, si_platform, sizeof (si_platform)) == -1) { in pd_check_for_snowbird()
416 if (strcmp(si_platform, SNOWBIRD) != 0) in pd_check_for_snowbird()
419 log_printf("platform Type : %s\n", si_platform, 0); in pd_check_for_snowbird()
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c412 char si_platform[SYS_NMLN]; in check_platform() local
417 if (sysinfo(SI_PLATFORM, si_platform, sizeof (si_platform)) == -1) { in check_platform()
421 if ((strncmp(si_platform, MONTECARLO_PLATFORM, in check_platform()
426 } else if ((strncmp(si_platform, MAKAHA_PLATFORM, in check_platform()