Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h64 #define FILL(p) memset((p), 0xF5, sizeof *(p)) macro
66 #define FILL(p) macro
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h148 #define FILL(cnt) while (Buffr.b_cnt < cnt) rstbuf() macro
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c269 #define FILL 0x90 /* Fill byte used for alignment (nop) */ macro