Lines Matching defs:serial
3507 * mc_get_mem_sid_dimm -- Get the serial-ID for a given board and
3580 * mc_get_mem_sid -- get the DIMM serial-ID corresponding to the unum.
3777 * mc_get_dimm_list -- get the list of dimms with serial-id info
3832 char *serial;
3850 serial = dimm_name + dnamesz;
3851 bcopy(serial, d->md_serial, sersz);
3854 part = serial + sersz;
3976 char serial[MCOPL_MAX_SERIAL + 1];
3985 bcopy(b, serial, serialsz);
3986 serial[serialsz] = 0;
3992 printf("DIMM=%s Serial=%s PartNum=%s\n", dname, serial, part);