Searched defs:sp_conf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/datadm/
H A Ddatadm.c1005 char *sp_conf = datadm_args.da_sp_conf; local
1012 sp_file = fopen(sp_conf, "r");
1015 gettext("datadm: cannot open %s\n"), sp_conf);
1030 sp_conf, line_count, DATADM_LINESZ);
1056 sp_conf, line_count, tokens[i - 1]);
1075 "# of tokens: %d, expected %d\n"), sp_conf,

Completed in 48 milliseconds