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.c1783 sizeof (intptr_t), 0, _ALLOC_INTR, cr); in sotpi_accept()
2132 2 * sti->sti_faddr_maxlen + sizeof (struct T_opthdr), _ALLOC_INTR, in sotpi_connect()
2161 soallocproto(sizeof (struct T_unbind_req), _ALLOC_INTR, cr); in sotpi_connect()
3588 mp = soallocproto(size, _ALLOC_INTR, CRED()); in sosend_dgramcmsg()
3731 mp = soallocproto(size, _ALLOC_INTR, CRED()); in sosend_svccmsg()
3902 addr, addrlen, 0, _ALLOC_INTR, CRED()); in sosend_dgram()
3931 addr, addrlen, size, _ALLOC_INTR, CRED()); in sosend_dgram()
4005 mp = soallocproto1(&tdr, sizeof (tdr), 0, _ALLOC_INTR, CRED()); in sosend_svc()
4573 _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.c1453 case _ALLOC_INTR: in soallocproto()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h809 #define _ALLOC_INTR 1 /* Sleep until interrupt */ macro