Searched defs:read_hdr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/zstreamdump/
H A Dzstreamdump.c108 read_hdr(dmu_replay_record_t *drr, zio_cksum_t *cksum) function
268 while (read_hdr(drr, &zc)) {
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c163 static int read_hdr(int hdr);
4485 hit = read_hdr(BIN);
4496 hit = read_hdr(CHR);
4505 hit = read_hdr(ASC);
4515 hit = read_hdr(CRC);
4528 if ((hit = read_hdr(BAR)) == NONE) {
4542 if ((hit = read_hdr(USTAR)) == NONE) {
4555 if ((hit = read_hdr(TAR)) == NONE) {
5812 * read_hdr: Transfer headers from the selected format
5818 read_hdr(in function
[all...]

Completed in 79 milliseconds