Searched refs:S_RESTRICT (Results 1 – 1 of 1) sorted by relevance
66 #define S_RESTRICT 2 /* flag to restrict to tagged messages */ macro68 #define S_IS_RESTRICT(a) ((a) & S_RESTRICT)944 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */ in thread_on_reference()1100 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */ in tagbelowcmd()1122 (void)set_state(~S_RESTRICT, S_RESTRICT); /* restrict on */ in hidetagscmd()1134 (void)set_state(~S_RESTRICT, 0); /* restrict off */ in showtagscmd()1634 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), cutit ? S_EXPOSE : 0); in thread_current_on()1719 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */ in deldupscmd()