HomeSort by: relevance | last modified time | path
    Searched defs:b_bcount (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/fsck_lfs/
bufcache.h 79 long b_bcount; /* Valid bytes in buffer. */ member in struct:ubuf
89 #define b_bufsize b_bcount
  /src/usr.sbin/makefs/ffs/
buf.h 70 long b_bcount; member in struct:buf
86 #define clrbuf(bp) memset((bp)->b_data, 0, (u_int)(bp)->b_bcount)
  /src/sys/sys/
buf.h 131 int b_bcount; /* b: valid bytes in buffer */ member in struct:buf
223 long bs_bcount; /* Saved b_bcount. */
235 memset((bp)->b_data, 0, (u_int)(bp)->b_bcount); \
sysctl.h 682 uint64_t b_bcount; /* LONG: Valid bytes in buffer */ member in struct:buf_sysctl

Completed in 14 milliseconds