Searched refs:system_id (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/drivers/platform/x86/ |
D | amilo-rfkill.c | 101 const struct dmi_system_id *system_id = in amilo_rfkill_probe() local 104 if (!system_id) in amilo_rfkill_probe() 109 system_id->driver_data, NULL); in amilo_rfkill_probe()
|
/linux-3.4.99/include/linux/ |
D | iso_fs.h | 33 char system_id [ISODCL ( 9, 40)]; /* achars */ member 70 char system_id [ISODCL ( 9, 40)]; /* achars */ member 119 char system_id [ISODCL ( 17, 48)]; /* achars */ member
|
D | som.h | 13 short system_id; /* magic number - system */ member
|
D | msdos_fs.h | 107 __u8 system_id[8]; /* Name - can be used to special case member
|
/linux-3.4.99/fs/ |
D | binfmt_som.c | 111 if (som_ex->system_id != SOM_SID_PARISC_1_0 && in check_som_header() 112 som_ex->system_id != SOM_SID_PARISC_1_1 && in check_som_header() 113 som_ex->system_id != SOM_SID_PARISC_2_0) in check_som_header()
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | lparcfg.c | 655 const char *system_id = ""; in lparcfg_data() local 669 system_id = tmp; in lparcfg_data() 676 seq_printf(m, "serial_number=%s\n", system_id); in lparcfg_data()
|
/linux-3.4.99/drivers/scsi/ibmvscsi/ |
D | ibmvstgt.c | 84 static char system_id[64] = ""; variable 787 return snprintf(buf, PAGE_SIZE, "%s\n", system_id); in system_id_show() 805 static DEVICE_ATTR(system_id, S_IRUGO, system_id_show, NULL); 937 snprintf(system_id, sizeof(system_id), "%s-%s", model, id); in get_system_info()
|
/linux-3.4.99/include/acpi/ |
D | actbl2.h | 146 u16 system_id; member
|