Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c666 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 Dsocksubr.c1378 case _ALLOC_SLEEP: in soallocproto()
H A Dsockstr.c386 mp = soallocproto(sizeof (struct T_unbind_req), _ALLOC_SLEEP, CRED()); in so_basic_strinit()
/titanic_41/usr/src/uts/common/sys/
H A Dsocketvar.h803 #define _ALLOC_SLEEP 2 /* Sleep forever */ macro