Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dio.c416 diskaddr_t bn64; in input() local
777 if (geti64(cleantoken, (uint64_t *)&bn64, NULL)) in input()
780 if (getbn(cleantoken, &bn64)) in input()
786 if ((bn64 < bounds->lower) || (bn64 > bounds->upper)) { in input()
788 pr_dblock(err_print, bn64); in input()
796 return (bn64); in input()
848 if (geti64(cleantoken, (uint64_t *)&bn64, NULL)) { in input()
854 if ((bn64 < bounds->lower) || (bn64 > bounds->upper)) { in input()
856 bn64, bounds->lower, bounds->upper); in input()
862 return (bn64); in input()
[all …]