Searched refs:disk_path (Results 1 – 4 of 4) sorted by relevance
27 _cleanup_free_ char *disk_path = NULL; in enroll_password() local35 disk_path = cescape(node); in enroll_password()36 if (!disk_path) in enroll_password()39 id = strjoina("cryptsetup:", disk_path); in enroll_password()
491 _cleanup_free_ char *question = NULL, *disk_path = NULL; in prepare_luks() local499 disk_path = cescape(arg_node); in prepare_luks()500 if (!disk_path) in prepare_luks()503 id = strjoina("cryptsetup:", disk_path); in prepare_luks()
177 _cleanup_freepool_ EFI_DEVICE_PATH *disk_path = NULL; in find_device() local178 EFI_DEVICE_PATH *p = disk_path = path_chop(partition_path, part_node); in find_device()
575 _cleanup_free_ char *friendly = NULL, *text = NULL, *disk_path = NULL; in get_password() local595 disk_path = cescape(src); in get_password()596 if (!disk_path) in get_password()599 id = strjoina("cryptsetup:", disk_path); in get_password()615 id = strjoina("cryptsetup-verification:", disk_path); in get_password()