Searched refs:phyblk (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/bin/pax/
H A Dar_io.c868 int phyblk; local
939 if ((phyblk = get_phys()) <= 0) {
948 rdblksz = phyblk;
960 if (sksz % phyblk) {
971 mb.mt_count = sksz/phyblk;
1000 int phyblk; local
1042 if ((phyblk = read(arfd, scbuf, sizeof(scbuf))) <= 0) {
1073 return(phyblk);
1079 if (padsz % phyblk) {
1089 mb.mt_count = padsz/phyblk;
[all...]

Completed in 71 milliseconds