Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c885 long low_msgtype; in msgrcv_lookup() local
918 low_msgtype = -msgtyp; in msgrcv_lookup()
919 if (low_msgtype < qp_low) { in msgrcv_lookup()
927 if (mp->msg_type <= low_msgtype && in msgrcv_lookup()
930 low_msgtype = mp->msg_type; in msgrcv_lookup()
931 if (low_msgtype == qp_low) { in msgrcv_lookup()