Searched refs:driver_path (Results 1 – 1 of 1) sorted by relevance
1220 …_cleanup_free_ char *device_path = NULL, *device = NULL, *driver_path = NULL, *driver = NULL, *nod… in tpm2_list_devices() local1235 driver_path = path_join(device_path, "driver"); in tpm2_list_devices()1236 if (!driver_path) in tpm2_list_devices()1239 r = readlink_malloc(driver_path, &driver); in tpm2_list_devices()1241 … log_debug_errno(r, "Failed to read driver symlink %s, ignoring: %m", driver_path); in tpm2_list_devices()