Lines Matching refs:kl
45 local kl="$2"
48 if [ "$kl" == "prompt" ]
51 if zfs load-key -L "$kl" "$fs" < /dev/tty > /dev/tty 2>/dev/tty ; then
59 elif keytest=$(zfs load-key -n -L "$kl" "$fs" 2>&1); then
60 echo "Loading key for $fs from $kl.."
61 if ! keyload=$(timeout $zfskeys_timeout zfs load-key -L "$kl" "$fs" 2>&1) ; then
63 echo "Timed out loading key from $kl for $fs"
65 echo "Failed to load key from $kl for $fs:"
70 echo "Could not verify key from $kl for $fs:"
102 list_datasets | while read kl fs ; do
111 list_datasets | while read kl fs ; do
112 unlock_fs "$fs" "$kl"
120 list_datasets | while read kl fs ; do