Home
last modified time | relevance | path

Searched refs:location_sysfs (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/wmi/
Ddell-smbios-example.c58 char location_sysfs[60]; in find_token() local
78 ret = sprintf(location_sysfs, "%s/%04x_location", token_sysfs, token); in find_token()
83 f = fopen(location_sysfs, "rb"); in find_token()
85 printf("failed to open %s\n", location_sysfs); in find_token()