Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cpio/
H A Dcpio.h194 #define CPIOBSZ 8192 /* buffer size for file system I/O */ macro
H A Dcpio.c2637 (void) read_bytes(-1, holesdata, holesdata_sz, CPIOBSZ, data_in_info); in read_holesdata()
2746 CPIOBSZ, data_in_info, G_p->g_holes); in data_in()
2753 filesz, CPIOBSZ, data_in_info); in data_in()
2834 if (read_exact && amt_to_read < CPIOBSZ) in read_file()
2837 readsz = CPIOBSZ; in read_file()
2872 amt_to_read == 0 && amount_read == CPIOBSZ) { in read_file()
2878 FLUSH(CPIOBSZ); in read_file()
2879 amount_read = read(Ifile, Buffr.b_in_p, CPIOBSZ); in read_file()
2954 (void) read_file(nam_p, CPIOBSZ, &realsz, B_FALSE); in read_compress_holes()
3187 cnt = (amt_to_read > CPIOBSZ) ? CPIOBSZ : (int)amt_to_read; in data_out()
[all …]