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

/freebsd-11.0-release/tools/tools/atsectl/
H A Datsectl.c88 read_block(void) function
163 read_block();
176 read_block();
246 read_block();
/freebsd-11.0-release/contrib/libpcap/
H A Dsf-pcap-ng.c256 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) function
855 status = read_block(fp, p, &cursor, errbuf);
968 status = read_block(fp, p, &cursor, p->errbuf);
/freebsd-11.0-release/sys/fs/nandfs/
H A Dnandfs_vfsops.c309 int sb_per_sector, sbs_in_fsd, read_block; local
334 read_block = btodb(offset + rounddown(index, sb_per_sector) *
337 DPRINTF(SYNC, ("%s: read_block %#x\n", __func__, read_block));
372 error = bread(fsdev->nd_devvp, read_block, fsdev->nd_devblocksize,

Completed in 126 milliseconds