Searched refs:soallocproto1 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi_impl.h | 75 extern mblk_t *soallocproto1(const void *, ssize_t, ssize_t, int, cred_t *);
|
H A D | socksubr.c | 1419 soallocproto1(const void *buf, ssize_t len, ssize_t size, int sleepflg, in soallocproto1() function 1483 mp = soallocproto1(buf1, len1, size, sleepflg, cr); in soallocproto2() 1505 mp = soallocproto1(buf1, len1, size, sleepflg, cr); in soallocproto3()
|
H A D | socktpi.c | 1429 mp = soallocproto1(&unbind_req, sizeof (unbind_req), in sotpi_unbind() 1603 mp = soallocproto1(&discon_req, sizeof (discon_req), in sodisconnect() 1813 mp = soallocproto1(NULL, sizeof (struct T_conn_res) + in sotpi_accept() 2755 mp = soallocproto1(&ordrel_req, sizeof (ordrel_req), in sotpi_shutdown() 4138 mp = soallocproto1(&tdr, sizeof (tdr), 0, _ALLOC_INTR, CRED()); in sosend_svc()
|
H A D | sockstr.c | 614 mp = soallocproto1(&tir, sizeof (tir), in do_tinfo() 677 mp = soallocproto1(&tcr, sizeof (tcr), in do_tcapability()
|