Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dtpm2-util.c1220 …_cleanup_free_ char *device_path = NULL, *device = NULL, *driver_path = NULL, *driver = NULL, *nod… in tpm2_list_devices() local
1235 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()