Home
last modified time | relevance | path

Searched defs:clrbuf (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/usr.sbin/makefs/ffs/
H A Dbuf.h74 #define clrbuf(bp) memset((bp)->b_data, 0, (u_int)(bp)->b_bcount) macro
/freebsd-src/sbin/tunefs/
H A Dtunefs.c65 static char clrbuf[MAXBSIZE]; variable
/freebsd-src/sys/sys/
H A Dbuf.h499 #define clrbuf(bp) { \ macro