Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dconfig.c43 extern char data_store[MAXPATHLEN];
187 data_store[0] = 0; in load_config()
188 if (scf_value_get_astring(value, data_store, MAXPATHLEN) == -1) { in load_config()
195 "%s set to %s", CONFIG_DATA_STORE, data_store); in load_config()
H A Dmain.c66 char data_store[MAXPATHLEN]; variable
H A Dadmintf.c1429 extern char data_store[MAXPATHLEN]; in get_serverconfig_op()
1451 (xmlChar *)data_store) == NULL) { in get_serverconfig_op()
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c59 extern char data_store[MAXPATHLEN];
801 len = strlen(data_store); in xml_init_data()
803 xml_file = data_store; in xml_init_data()