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.c669 soallocproto(sizeof (struct T_unbind_req), _ALLOC_SLEEP, in sotpi_bindlisten()
1053 addr, addrlen, 0, _ALLOC_SLEEP, cr); in sotpi_bindlisten()
1399 0, _ALLOC_SLEEP, CRED()); in sotpi_unbind()
1573 0, _ALLOC_SLEEP, CRED()); in sodisconnect()
2697 0, _ALLOC_SLEEP, cr); in sotpi_shutdown()
2773 &toh, sizeof (toh), 0, _ALLOC_SLEEP, CRED()); in so_unix_close()
2827 addr, addrlen, size, _ALLOC_SLEEP, CRED()); in so_unix_close()
2850 addr, addrlen, size, _ALLOC_SLEEP, CRED()); in so_unix_close()
5302 &oh, sizeof (oh), NULL, maxlen, 0, _ALLOC_SLEEP, cr); in sotpi_getsockopt()
5410 &oh, sizeof (oh), optval, optlen, 0, _ALLOC_SLEEP, cr); in sotpi_setsockopt()
H A Dsocksubr.c1443 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