Searched refs:_ALLOC_INTR (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 1783 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 D | sockstr.c | 616 _ALLOC_INTR, CRED()); in do_tinfo() 679 _ALLOC_INTR, CRED()); in do_tcapability()
|
H A D | socksubr.c | 1453 case _ALLOC_INTR: in soallocproto()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socketvar.h | 809 #define _ALLOC_INTR 1 /* Sleep until interrupt */ macro
|