location_sysfs     55 tools/wmi/dell-smbios-example.c 	char location_sysfs[60];
location_sysfs     75 tools/wmi/dell-smbios-example.c 	ret = sprintf(location_sysfs, "%s/%04x_location", token_sysfs, token);
location_sysfs     80 tools/wmi/dell-smbios-example.c 	f = fopen(location_sysfs, "rb");
location_sysfs     82 tools/wmi/dell-smbios-example.c 		printf("failed to open %s\n", location_sysfs);