Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Dudat_sr_parser.c282 DAT_OS_FILE *sr_file; in dat_sr_load() local
292 sr_file = dat_os_fopen(sr_path); in dat_sr_load()
293 if (sr_file == NULL) { in dat_sr_load()
298 if (DAT_SUCCESS == dat_sr_parse_eof(sr_file)) { in dat_sr_load()
300 } else if (DAT_SUCCESS == dat_sr_parse_entry(sr_file)) { in dat_sr_load()
308 if (0 != dat_os_fclose(sr_file)) { in dat_sr_load()