Lines Matching defs:serial
297 /* If we have a serial string and no cache info */
378 char *serial = NULL;
401 /* If there is a serial #, then there might also be cache data */
405 serial = s;
409 /* Now terminate the serial string */
459 if (serial != NULL)
461 serial);
516 char *serial = NULL;
525 (void) nvlist_lookup_string(in, FM_FMRI_CPU_SERIAL_ID, &serial);
528 *out = fmri_create(mod, cpu_id, cpumask, serial);
542 char *serial = NULL;
557 if (nvlist_lookup_string(args, FM_FMRI_CPU_SERIAL_ID, &serial) != 0 ||
563 *out = fmri_create(mod, cpu_id, cpumask, serial);