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

/freebsd-12-stable/tools/tools/atsectl/
H A Datsectl.c88 read_block(void) function
163 read_block();
176 read_block();
246 read_block();
/freebsd-12-stable/libexec/tftpd/
H A Dtftp-transfer.c78 read_block:
137 goto read_block;
177 goto read_block;
210 goto read_block;
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_vfsops.c311 int sb_per_sector, sbs_in_fsd, read_block; local
336 read_block = btodb(offset + rounddown(index, sb_per_sector) *
339 DPRINTF(SYNC, ("%s: read_block %#x\n", __func__, read_block));
374 error = bread(fsdev->nd_devvp, read_block, fsdev->nd_devblocksize,
/freebsd-12-stable/contrib/libpcap/
H A Dsf-pcapng.c278 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) function
984 status = read_block(fp, p, &cursor, errbuf);
1106 status = read_block(fp, p, &cursor, p->errbuf);

Completed in 135 milliseconds