Home
last modified time | relevance | path

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

/linux-4.4.14/tools/laptop/freefall/
Dfreefall.c26 static char unload_heads_path[64]; variable
36 snprintf(unload_heads_path, sizeof(unload_heads_path) - 1, in set_unload_heads_path()
43 int fd = open(unload_heads_path, O_RDONLY); in valid_disk()
46 perror(unload_heads_path); in valid_disk()
85 write_int(unload_heads_path, seconds*1000); in protect()