Searched refs:INP2_INTCOPROC_ALLOWED (Results 1 – 2 of 2) sorted by relevance
772 (((_inp)->inp_flags2 & INP2_INTCOPROC_ALLOWED) ? true : false)775 (((_inp)->inp_flags2 & (INP2_MANAGEMENT_ALLOWED | INP2_INTCOPROC_ALLOWED)) ? true : false)856 #define INP2_INTCOPROC_ALLOWED 0x00000080 /* Allow communication via internal co-processor… macro
736 inp->inp_flags2 |= INP2_INTCOPROC_ALLOWED; in in_pcballoc()3338 inp->inp_flags2 |= INP2_INTCOPROC_ALLOWED; in inp_set_intcoproc_allowed()3347 return (inp->inp_flags2 & INP2_INTCOPROC_ALLOWED) ? TRUE : FALSE; in inp_get_intcoproc_allowed()3353 inp->inp_flags2 &= ~INP2_INTCOPROC_ALLOWED; in inp_clear_intcoproc_allowed()