Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dretire_store.c82 static char store_path[MAXPATHLEN]; variable
123 console_gets(store_path, sizeof (store_path) - 1); in retire_store_init()
124 store_path[sizeof (store_path) - 1] = '\0'; in retire_store_init()
126 if (strcmp(store_path, "/dev/null") == 0) { in retire_store_init()
128 } else if (store_path[0] != '\0') { in retire_store_init()
129 if (store_path[0] != '/') { in retire_store_init()
131 "\n", store_path); in retire_store_init()
133 rio_store_ops.nvfr_cache_path = store_path; in retire_store_init()