Home
last modified time | relevance | path

Searched refs:smbp_curspeed (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/smbios/
H A Dsmbios.c576 if (p.smbp_curspeed != 0) in print_processor()
577 oprintf(fp, " Current Speed: %uMHz\n", p.smbp_curspeed); in print_processor()
/titanic_44/usr/src/uts/common/sys/
H A Dsmbios.h428 uint32_t smbp_curspeed; /* current speed in MHz */ member
/titanic_44/usr/src/common/smbios/
H A Dsmb_info.c546 pp->smbp_curspeed = p.smbpr_curspeed; in smbios_info_processor()