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

/freebsd-9.3-release/bin/pax/
H A Dar_io.c869 int phyblk; local
940 if ((phyblk = get_phys()) <= 0) {
949 rdblksz = phyblk;
961 if (sksz % phyblk) {
972 mb.mt_count = sksz/phyblk;
1001 int phyblk; local
1043 if ((phyblk = read(arfd, scbuf, sizeof(scbuf))) <= 0) {
1074 return(phyblk);
1080 if (padsz % phyblk) {
1090 mb.mt_count = padsz/phyblk;
[all...]

Completed in 90 milliseconds