Symbol: MSG_HIPRI
usr/src/uts/common/os/streamio.c
6678
case MSG_HIPRI:
usr/src/uts/common/os/streamio.c
6735
if (!(*flagsp & (MSG_HIPRI|MSG_BAND))) {
usr/src/uts/common/os/streamio.c
6758
} else if ((*flagsp & MSG_HIPRI) && q_first != NULL &&
usr/src/uts/common/os/streamio.c
6864
flg = MSG_HIPRI;
usr/src/uts/common/os/streamio.c
7122
if (flg & MSG_HIPRI) {
usr/src/uts/common/os/streamio.c
7245
switch (flags & (MSG_HIPRI|MSG_ANY|MSG_BAND)) {
usr/src/uts/common/os/streamio.c
7246
case MSG_HIPRI:
usr/src/uts/common/os/streamio.c
7275
if (!(flags & (MSG_HIPRI|MSG_BAND))) {
usr/src/uts/common/os/streamio.c
7298
} else if ((flags & MSG_HIPRI) && q_first != NULL &&
usr/src/uts/common/os/streamio.c
7520
flg = MSG_HIPRI;
usr/src/uts/common/os/streamio.c
7795
if (flg & MSG_HIPRI) {
usr/src/uts/common/os/streamio.c
7903
case MSG_HIPRI:
usr/src/uts/common/os/streamio.c
7962
if (flag & MSG_HIPRI)
usr/src/uts/common/os/streamio.c
8097
switch (flag & (MSG_HIPRI|MSG_BAND|MSG_ANY)) {
usr/src/uts/common/os/streamio.c
8098
case MSG_HIPRI:
usr/src/uts/common/os/streamio.c
8150
if (flag & MSG_HIPRI)
usr/src/uts/common/syscall/strcalls.c
114
realflags = MSG_HIPRI;
usr/src/uts/common/syscall/strcalls.c
117
realflags = MSG_HIPRI|MSG_XPG4;
usr/src/uts/common/syscall/strcalls.c
309
realflags = MSG_HIPRI;
usr/src/uts/common/syscall/strcalls.c
321
if (realflags == MSG_HIPRI)
usr/src/uts/common/syscall/strcalls.c
343
realflags = MSG_HIPRI;
usr/src/uts/common/syscall/strcalls.c
346
realflags = MSG_HIPRI|MSG_XPG4;
usr/src/uts/common/syscall/strcalls.c
80
realflags = MSG_HIPRI;
usr/src/uts/common/syscall/strcalls.c
92
if (realflags == MSG_HIPRI)