Lines Matching refs:fullpath
262 char *isa, *fullpath = NULL, *dl_error; in pkcs11_slot_mapping() local
309 if ((fullpath = (char *)malloc(len)) == NULL) { in pkcs11_slot_mapping()
319 (void) snprintf(fullpath, len, "%s%s%s", in pkcs11_slot_mapping()
321 } else if ((fullpath = strdup(phead->puent->name)) == 0) { in pkcs11_slot_mapping()
338 dldesc = dlopen(fullpath, RTLD_LAZY); in pkcs11_slot_mapping()
349 fullpath, dl_error != NULL ? dl_error : "Unknown", in pkcs11_slot_mapping()
366 fullpath, conf_err); in pkcs11_slot_mapping()
383 fullpath, conf_err, pkcs11_strerror(prov_rv)); in pkcs11_slot_mapping()
400 fullpath, conf_err, pkcs11_strerror(prov_rv)); in pkcs11_slot_mapping()
423 "%s. %s Error: %s.", fullpath, in pkcs11_slot_mapping()
430 CRYPTOKI_VERSION_MAJOR, fullpath, in pkcs11_slot_mapping()
452 fullpath, prov_info.cryptokiVersion.minor, in pkcs11_slot_mapping()
472 fullpath, conf_err, pkcs11_strerror(prov_rv)); in pkcs11_slot_mapping()
481 fullpath); in pkcs11_slot_mapping()
508 fullpath, conf_err, pkcs11_strerror(prov_rv)); in pkcs11_slot_mapping()
537 fullpath); in pkcs11_slot_mapping()
610 if (fullpath != NULL) { in pkcs11_slot_mapping()
611 free(fullpath); in pkcs11_slot_mapping()
612 fullpath = NULL; in pkcs11_slot_mapping()
741 if (fullpath != NULL) { in pkcs11_slot_mapping()
742 free(fullpath); in pkcs11_slot_mapping()
743 fullpath = NULL; in pkcs11_slot_mapping()