Searched refs:nt_maj (Results 1 – 1 of 1) sorted by relevance
39 nt_maj=74 IFS=. read -r nt_maj nt_min <<< "$vers"76 if [[ -z "$nt_maj" ]]; then84 printf "Testing device %s: NVMe Version %u.%u\n" "$nt_dev" "$nt_maj" \148 if (( nt_maj > maj || (nt_maj == maj && nt_min >= min) )); then