Searched defs:serid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_read.c60 mem_get_spd_serid(const char *buf, size_t bufsz, char *serid, size_t seridsz) argument
73 for (c = serid, i = 0; i < sizeof (spd->asmb_serial_no); i++) {
127 mem_get_seeprom_serid(const char *buf, size_t bufsz, char *serid, argument
142 bcopy(sd->seesd_sun_sno, serid, sizeof (sd->seesd_sun_sno));
143 serid[sizeof (sd->seesd_sun_sno)] = '\0';
149 mem_get_serid(const char *device, char *serid, size_t seridsz) argument
168 return (mem_get_spd_serid(buf, BUFSIZ_SPD, serid, seridsz));
170 return (mem_get_seeprom_serid(buf, BUFSIZ_SEEPROM, serid,
/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.c600 uint64_t serid; local
609 serid = (uint64_t)*seridp;
611 if ((serid >> 40) != (uint64_t)IEEE_SUN_ID ||
612 !serid_printable(&serid)) {
613 (void) snprintf(buf, bufsz, "%s%llx", IOB_PRE, serid);
623 serid <<= 24;
624 idstr = (char *)&serid;
625 idstr[sizeof (serid) -1] = '\0';

Completed in 61 milliseconds