Searched refs:_ALLOC_SLEEP (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 666 soallocproto(sizeof (struct T_unbind_req), _ALLOC_SLEEP, in sotpi_bindlisten() 1079 addr, addrlen, 0, _ALLOC_SLEEP, cr); in sotpi_bindlisten() 1430 0, _ALLOC_SLEEP, CRED()); in sotpi_unbind() 1604 0, _ALLOC_SLEEP, CRED()); in sodisconnect() 2756 0, _ALLOC_SLEEP, cr); in sotpi_shutdown() 2833 &toh, sizeof (toh), 0, _ALLOC_SLEEP, CRED()); in so_unix_close() 2899 addr, addrlen, size, _ALLOC_SLEEP, CRED()); in so_unix_close() 2922 addr, addrlen, size, _ALLOC_SLEEP, CRED()); in so_unix_close() 5362 &oh, sizeof (oh), NULL, maxlen, 0, _ALLOC_SLEEP, cr); in sotpi_getsockopt() 5470 &oh, sizeof (oh), optval, optlen, 0, _ALLOC_SLEEP, cr); in sotpi_setsockopt()
|
H A D | socksubr.c | 1378 case _ALLOC_SLEEP: in soallocproto()
|
H A D | sockstr.c | 386 mp = soallocproto(sizeof (struct T_unbind_req), _ALLOC_SLEEP, CRED()); in so_basic_strinit()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | socketvar.h | 803 #define _ALLOC_SLEEP 2 /* Sleep forever */ macro
|