Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1782 sizeof (intptr_t), 0, _ALLOC_INTR, cr); in sotpi_accept()
2131 2 * sti->sti_faddr_maxlen + sizeof (struct T_opthdr), _ALLOC_INTR, in sotpi_connect()
2160 soallocproto(sizeof (struct T_unbind_req), _ALLOC_INTR, cr); in sotpi_connect()
3589 mp = soallocproto(size, _ALLOC_INTR, CRED()); in sosend_dgramcmsg()
3732 mp = soallocproto(size, _ALLOC_INTR, CRED()); in sosend_svccmsg()
3903 addr, addrlen, 0, _ALLOC_INTR, CRED()); in sosend_dgram()
3932 addr, addrlen, size, _ALLOC_INTR, CRED()); in sosend_dgram()
4006 mp = soallocproto1(&tdr, sizeof (tdr), 0, _ALLOC_INTR, CRED()); in sosend_svc()
4574 _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.c1431 case _ALLOC_INTR: in soallocproto()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h809 #define _ALLOC_INTR 1 /* Sleep until interrupt */ macro