Searched refs:store_path (Results 1 – 1 of 1) sorted by relevance
84 static char store_path[MAXPATHLEN]; variable125 console_gets(store_path, sizeof (store_path) - 1); in retire_store_init()126 store_path[sizeof (store_path) - 1] = '\0'; in retire_store_init()128 if (strcmp(store_path, "/dev/null") == 0) { in retire_store_init()130 } else if (store_path[0] != '\0') { in retire_store_init()131 if (store_path[0] != '/') { in retire_store_init()133 "\n", store_path); in retire_store_init()135 rio_store_ops.nvfr_cache_path = store_path; in retire_store_init()