Home
last modified time | relevance | path

Searched refs:b_cnt (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c231 long b_cnt, /* Count of unprocessed bytes */ member
749 if (Buffr.b_cnt > Bufsize) in main()
750 Blocks -= (u_longlong_t)(Buffr.b_cnt / Bufsize); in main()
944 Buffr.b_cnt += (long)rv; in bfill()
979 Buffr.b_cnt += (long)rv; in bfill()
1007 while (Buffr.b_cnt >= Bufsize) { in bflush()
1017 Buffr.b_cnt -= (long)rv; in bflush()
2260 Buffr.b_cnt -= datasize; in read_chunk()
2789 Buffr.b_cnt -= pad; in data_in()
2868 Buffr.b_cnt += (long)amount_read; in read_file()
[all …]
H A Dcpio.h148 #define FILL(cnt) while (Buffr.b_cnt < cnt) rstbuf()
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h110 int b_cnt; /* reference cnt */ member
H A Dutilities.c301 bp->b_cnt++; in getdatablk()
321 bp->b_cnt--; in brelse()
322 if (bp->b_cnt == 0) { in brelse()
2332 (bp)->b_cnt = 0; in initbarea()