Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Dudat_sr_parser.c281 char *sr_path; in dat_sr_load() local
284 sr_path = dat_os_getenv(DAT_SR_CONF_ENV); in dat_sr_load()
285 if (sr_path == NULL) { in dat_sr_load()
286 sr_path = DAT_SR_CONF_DEFAULT; in dat_sr_load()
290 "DAT Registry: static registry file <%s> \n", sr_path); in dat_sr_load()
292 sr_file = dat_os_fopen(sr_path); in dat_sr_load()