Searched refs:_ALLOC_INTR (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 1814 sizeof (intptr_t), 0, _ALLOC_INTR, cr); in sotpi_accept() 2203 2 * sti->sti_faddr_maxlen + sizeof (struct T_opthdr), _ALLOC_INTR, in sotpi_connect() 2232 soallocproto(sizeof (struct T_unbind_req), _ALLOC_INTR, cr); in sotpi_connect() 3757 mp = soallocproto(size, _ALLOC_INTR, CRED()); in sosend_dgramcmsg() 3890 mp = soallocproto(size, _ALLOC_INTR, CRED()); in sosend_svccmsg() 4035 addr, addrlen, 0, _ALLOC_INTR, CRED()); in sosend_dgram() 4064 addr, addrlen, size, _ALLOC_INTR, CRED()); in sosend_dgram() 4138 mp = soallocproto1(&tdr, sizeof (tdr), 0, _ALLOC_INTR, CRED()); in sosend_svc() 4639 _ALLOC_INTR, CRED()); in sodgram_direct()
|
H A D | sockstr.c | 616 _ALLOC_INTR, CRED()); in do_tinfo() 679 _ALLOC_INTR, CRED()); in do_tcapability()
|
H A D | socksubr.c | 1388 case _ALLOC_INTR: in soallocproto()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | socketvar.h | 802 #define _ALLOC_INTR 1 /* Sleep until interrupt */ macro
|