Searched refs:soallocproto (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi_impl.h | 74 extern mblk_t *soallocproto(size_t, int, cred_t *);
|
H A D | socksubr.c | 1363 soallocproto(size_t size, int sleepflg, cred_t *cr) in soallocproto() function 1430 mp = soallocproto(size, sleepflg, cr); in soallocproto1()
|
H A D | socktpi.c | 666 soallocproto(sizeof (struct T_unbind_req), _ALLOC_SLEEP, in sotpi_bindlisten() 2202 mp = soallocproto(sizeof (struct T_conn_req) + in sotpi_connect() 2232 soallocproto(sizeof (struct T_unbind_req), _ALLOC_INTR, cr); in sotpi_connect() 3757 mp = soallocproto(size, _ALLOC_INTR, CRED()); in sosend_dgramcmsg() 3890 mp = soallocproto(size, _ALLOC_INTR, CRED()); in sosend_svccmsg()
|
H A D | sockstr.c | 386 mp = soallocproto(sizeof (struct T_unbind_req), _ALLOC_SLEEP, CRED()); in so_basic_strinit()
|