Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi_impl.h74 extern mblk_t *soallocproto(size_t, int, cred_t *);
H A Dsocksubr.c1406 soallocproto(size_t size, int sleepflg, cred_t *cr) in soallocproto() function
1473 mp = soallocproto(size, sleepflg, cr); in soallocproto1()
H A Dsocktpi.c668 soallocproto(sizeof (struct T_unbind_req), _ALLOC_SLEEP, in sotpi_bindlisten()
2130 mp = soallocproto(sizeof (struct T_conn_req) + in sotpi_connect()
2160 soallocproto(sizeof (struct T_unbind_req), _ALLOC_INTR, cr); in sotpi_connect()
3589 mp = soallocproto(size, _ALLOC_INTR, CRED()); in sosend_dgramcmsg()
3732 mp = soallocproto(size, _ALLOC_INTR, CRED()); in sosend_svccmsg()
H A Dsockstr.c386 mp = soallocproto(sizeof (struct T_unbind_req), _ALLOC_SLEEP, CRED()); in so_basic_strinit()