Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c668 soallocproto(sizeof (struct T_unbind_req), _ALLOC_SLEEP, in sotpi_bindlisten()
1052 addr, addrlen, 0, _ALLOC_SLEEP, cr); in sotpi_bindlisten()
1398 0, _ALLOC_SLEEP, CRED()); in sotpi_unbind()
1572 0, _ALLOC_SLEEP, CRED()); in sodisconnect()
2703 0, _ALLOC_SLEEP, cr); in sotpi_shutdown()
2779 &toh, sizeof (toh), 0, _ALLOC_SLEEP, CRED()); in so_unix_close()
2833 addr, addrlen, size, _ALLOC_SLEEP, CRED()); in so_unix_close()
2856 addr, addrlen, size, _ALLOC_SLEEP, CRED()); in so_unix_close()
5304 &oh, sizeof (oh), NULL, maxlen, 0, _ALLOC_SLEEP, cr); in sotpi_getsockopt()
5412 &oh, sizeof (oh), optval, optlen, 0, _ALLOC_SLEEP, cr); in sotpi_setsockopt()
H A Dsocksubr.c1421 case _ALLOC_SLEEP: in soallocproto()
H A Dsockstr.c386 mp = soallocproto(sizeof (struct T_unbind_req), _ALLOC_SLEEP, CRED()); in so_basic_strinit()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h810 #define _ALLOC_SLEEP 2 /* Sleep forever */ macro