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

/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c788 char *xml_path, *p = NULL; local
810 xml_path = dirname(p);
819 xml_path = XML_PATH;
831 if (chdir(xml_path) != 0) {
833 if (mkdir(xml_path, S_IRWXU) != 0 ||
834 chdir(xml_path) != 0) {

Completed in 45 milliseconds