Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c66 if (GET_ACTION(info->si_flags) == ACT_DELETE) in apply_action()
73 if (GET_ACTION(info->si_flags) == ACT_DELETE) in apply_action()
87 if (GET_ACTION(info->si_flags) == ACT_DELETE) in apply_action()
166 if (GET_ACTION(info->si_flags) == ACT_DELETE) in apply_action()
295 if ((GET_ACTION(info->si_flags) == ACT_DELETE) || in doappend()
334 if ((GET_ACTION(info->si_flags) == ACT_DELETE) || in doappend()
H A Dmcs.h72 #define GET_ACTION(x) (x & 0x0000000f) macro