Home
last modified time | relevance | path

Searched refs:CPIOBSZ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h194 #define CPIOBSZ 8192 /* buffer size for file system I/O */ macro
H A Dcpio.c2645 (void) read_bytes(-1, holesdata, holesdata_sz, CPIOBSZ, data_in_info); in read_holesdata()
2754 CPIOBSZ, data_in_info, G_p->g_holes); in data_in()
2761 filesz, CPIOBSZ, data_in_info); in data_in()
2842 if (read_exact && amt_to_read < CPIOBSZ) in read_file()
2845 readsz = CPIOBSZ; in read_file()
2880 amt_to_read == 0 && amount_read == CPIOBSZ) { in read_file()
2886 FLUSH(CPIOBSZ); in read_file()
2887 amount_read = read(Ifile, Buffr.b_in_p, CPIOBSZ); in read_file()
2962 (void) read_file(nam_p, CPIOBSZ, &realsz, B_FALSE); in read_compress_holes()
3195 cnt = (amt_to_read > CPIOBSZ) ? CPIOBSZ : (int)amt_to_read; in data_out()
[all …]