Home
last modified time | relevance | path

Searched refs:M_INITB (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dpk0.c88 pk->p_rmsg &= ~M_INITB;
90 pk->p_msg |= M_INITB;
101 pk->p_msg |= M_INITB;
102 pk->p_rmsg |= M_INITB;
H A Dpk.h144 #define M_INITB 0100 macro