Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_bh.c163 F_SET(bhp, BH_LOCKED | BH_TRASH);
235 F_CLR(bhp, BH_TRASH);
H A Dmp_fget.c222 if (F_ISSET(bhp, BH_TRASH))
H A Dmp_pr.c282 { BH_TRASH, "trash" },
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h279 #define BH_TRASH 0x010 /* Page is garbage. */ macro