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

/osnet-11/usr/src/lib/udapl/libdat/common/
H A Dudat_sr_parser.c284 char *sr_path; local
287 sr_path = dat_os_getenv(DAT_SR_CONF_ENV);
288 if (sr_path == NULL) {
289 sr_path = DAT_SR_CONF_DEFAULT;
293 "DAT Registry: static registry file <%s> \n", sr_path);
295 sr_file = dat_os_fopen(sr_path);

Completed in 16 milliseconds