Searched refs:bsd_to_native_msg_flags_ (Results 1 – 1 of 1) sorted by relevance
186 } bsd_to_native_msg_flags_[] = { variable214 for(i = 0; i < __arraycount(bsd_to_native_msg_flags_); i++) { in native_to_bsd_msg_flags()215 bfl = bsd_to_native_msg_flags_[i].bfl; in native_to_bsd_msg_flags()216 lfl = bsd_to_native_msg_flags_[i].lfl; in native_to_bsd_msg_flags()238 for(i = 0; i < __arraycount(bsd_to_native_msg_flags_); i++) { in bsd_to_native_msg_flags()239 if (bflag & bsd_to_native_msg_flags_[i].bfl) in bsd_to_native_msg_flags()240 lflag |= bsd_to_native_msg_flags_[i].lfl; in bsd_to_native_msg_flags()