Home
last modified time | relevance | path

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

/openbmc/linux/tools/laptop/freefall/
H A Dfreefall.c25 static char unload_heads_path[64]; variable
35 snprintf(unload_heads_path, sizeof(unload_heads_path) - 1, in set_unload_heads_path()
42 int fd = open(unload_heads_path, O_RDONLY); in valid_disk()
45 perror(unload_heads_path); in valid_disk()
84 write_int(unload_heads_path, seconds*1000); in protect()