Searched refs:blockcount (Results 1 – 4 of 4) sorted by relevance
37 $blockcount=0;41 print STDERR "Miscount: line $.\n" if ($blockcount != 0);42 $blockcount = $1;44 print pack("cI", 2, $blockcount);47 print STDERR "Miscount: line $.\n" if ($blockcount == 0);48 $blockcount-- if ($blockcount > 0);
218 uint32_t blockcount, blockoffset; in parse_bootprt() local234 blockcount = strtonum(arg, 1, UINT32_MAX, &errstr); in parse_bootprt()255 disk.dk_bootprt.prt_ns = blockcount; in parse_bootprt()
704 KEYWORD(blockcount); in LexIdentifier()