Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dmapping.c41 if (mapper->curpathname != NULL) { in cleanup_mapper()
42 free(mapper->curpathname); in cleanup_mapper()
43 mapper->curpathname = NULL; in cleanup_mapper()
128 old_curpathname = map->curpathname; in kmf_cert_to_name_mapping_initialize()
188 map->curpathname = tmppath; in kmf_cert_to_name_mapping_initialize()
192 free(map->curpathname); in kmf_cert_to_name_mapping_initialize()
193 map->curpathname = NULL; in kmf_cert_to_name_mapping_initialize()
200 free(map->curpathname); in kmf_cert_to_name_mapping_initialize()
201 map->curpathname = NULL; in kmf_cert_to_name_mapping_initialize()
216 if (map->curpathname != NULL && in kmf_cert_to_name_mapping_initialize()
[all …]
H A Dpolicy.c407 mapper->curpathname = NULL; in parseMapper()
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmfmapper.h58 char *curpathname; member