Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1814 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 Dsockstr.c616 _ALLOC_INTR, CRED()); in do_tinfo()
679 _ALLOC_INTR, CRED()); in do_tcapability()
H A Dsocksubr.c1388 case _ALLOC_INTR: in soallocproto()
/titanic_50/usr/src/uts/common/sys/
H A Dsocketvar.h802 #define _ALLOC_INTR 1 /* Sleep until interrupt */ macro