Searched refs:RS_HIPRI (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | strcalls.c | 82 case RS_HIPRI: in getmsg() 96 localflags = RS_HIPRI; in getmsg() 116 case RS_HIPRI: in putmsg() 119 case (RS_HIPRI|MSG_XPG4): in putmsg() 311 case RS_HIPRI: in getmsg32() 325 localflags = RS_HIPRI; in getmsg32() 345 case RS_HIPRI: in putmsg32() 348 case (RS_HIPRI|MSG_XPG4): in putmsg32()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | stropts.h | 61 #define RS_HIPRI 1 /* send/recv high priority message */ macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stropts.h | 169 #define RS_HIPRI 0x01 /* send/recv high priority message */ macro
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | _utility.c | 371 flags = RS_HIPRI; in _t_is_ok()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 4926 if ((STRUCT_FGET(strpeek, flags) & RS_HIPRI) && in strioctl() 4933 (STRUCT_FGET(strpeek, flags) & RS_HIPRI)) { in strioctl() 4958 STRUCT_FSET(strpeek, flags, RS_HIPRI); in strioctl() 5189 if (STRUCT_FGET(strfdinsert, flags) & ~RS_HIPRI) { in strioctl() 5221 while (!(STRUCT_FGET(strfdinsert, flags) & RS_HIPRI) && in strioctl()
|
H A D | strsubr.c | 2801 if (flag & RS_HIPRI) in strmakectl()
|
/titanic_41/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 300 retval = i_dlpi_msg_common(dip, &req, &ack, DL_INFO_ACK_SIZE, RS_HIPRI); in dlpi_info()
|
/titanic_41/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1243 if (STRUCT_FGET(strpeek, flags) & RS_HIPRI) { in fifo_fastioctl()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | print.c | 557 case RS_HIPRI: in prt_smf()
|
H A D | expound.c | 933 case RS_HIPRI: in strflags()
|