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);
124 store_path[sizeof (store_path) - 1] = '\0';
126 if (strcmp(store_path, "/dev/null") == 0) {
128 } else if (store_path[0] != '\0') {
129 if (store_path[0] != '/') {
131 "\n", store_path);
133 rio_store_ops.nvfr_cache_path = store_path;
[all...]

Completed in 55 milliseconds