Searched refs:system_id (Results 1 - 2 of 2) sorted by relevance

/drivers/platform/x86/
H A Damilo-rfkill.c101 const struct dmi_system_id *system_id = local
104 if (!system_id)
109 system_id->driver_data, NULL);
/drivers/scsi/ibmvscsi/
H A Dibmvstgt.c84 static char system_id[64] = ""; variable
787 return snprintf(buf, PAGE_SIZE, "%s\n", system_id);
805 static DEVICE_ATTR(system_id, S_IRUGO, system_id_show, NULL);
937 snprintf(system_id, sizeof(system_id), "%s-%s", model, id);

Completed in 2312 milliseconds