Searched refs:phyblk (Results 1 – 1 of 1) sorted by relevance
858 int phyblk; in ar_rev() local929 if ((phyblk = get_phys()) <= 0) { in ar_rev()938 rdblksz = phyblk; in ar_rev()950 if (sksz % phyblk) { in ar_rev()961 mb.mt_count = sksz/phyblk; in ar_rev()990 int phyblk; in get_phys() local1032 if ((phyblk = read(arfd, scbuf, sizeof(scbuf))) <= 0) { in get_phys()1063 return(phyblk); in get_phys()1069 if (padsz % phyblk) { in get_phys()1079 mb.mt_count = padsz/phyblk; in get_phys()[all …]