Lines Matching defs:serial
319 /* If we have a serial string and no cache info */
400 char *serial = NULL;
423 /* If there is a serial #, then there might also be cache data */
427 serial = s;
431 /* Now terminate the serial string */
481 if (serial != NULL)
483 serial);
538 char *serial = NULL;
547 (void) nvlist_lookup_string(in, FM_FMRI_CPU_SERIAL_ID, &serial);
550 *out = fmri_create(mod, cpu_id, cpumask, serial);
564 char *serial = NULL;
579 if (nvlist_lookup_string(args, FM_FMRI_CPU_SERIAL_ID, &serial) != 0 ||
585 *out = fmri_create(mod, cpu_id, cpumask, serial);