Searched refs:manu (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | machdep.c | 55 int impl, manu; in visit() local 72 (void) prom_getprop(node, manufacturer, (caddr_t)&manu); in visit() 74 if ((manu != SUNW_JEDEC) && (manu != TI_JEDEC)) in visit()
|
/titanic_44/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | diskmon_conf.c | 311 new_dmfru(char *manu, char *modl, char *firmrev, char *serno, uint64_t capa) in new_dmfru() argument 315 bcopy(manu, frup->manuf, MIN(sizeof (frup->manuf), strlen(manu) + 1)); in new_dmfru()
|
H A D | diskmon_conf.h | 217 extern dm_fru_t *new_dmfru(char *manu, char *modl, char *firmrev,
|