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

/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmfmapper.h60 char *curpathname; member in struct:__anon3408
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dmapping.c41 if (mapper->curpathname != NULL) {
42 free(mapper->curpathname);
43 mapper->curpathname = NULL;
96 map->dldesc = dlopen(map->curpathname, RTLD_LAZY | RTLD_PARENT);
128 old_curpathname = map->curpathname;
181 * curpathname and curoptions to the previous values since there was no
184 * No mapper was open so stored curoptions and curpathname are
188 map->curpathname = tmppath;
192 free(map->curpathname);
193 map->curpathname
[all...]
H A Dpolicy.c407 mapper->curpathname = NULL;

Completed in 48 milliseconds