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

/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmfmapper.h61 char *curoptions; member in struct:__anon3408
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dmapping.c45 if (mapper->curoptions != NULL) {
46 free(mapper->curoptions);
47 mapper->curoptions = NULL;
129 old_curoptions = map->curoptions;
181 * curpathname and curoptions to the previous values since there was no
184 * No mapper was open so stored curoptions and curpathname are
190 map->curoptions = strdup(opts);
191 if (map->curoptions == NULL) {
197 map->curoptions = NULL;
202 if (map->curoptions !
[all...]
H A Dpolicy.c408 mapper->curoptions = NULL;

Completed in 46 milliseconds