Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi_impl.h75 extern mblk_t *soallocproto1(const void *, ssize_t, ssize_t, int, cred_t *);
H A Dsocksubr.c1462 soallocproto1(const void *buf, ssize_t len, ssize_t size, int sleepflg, in soallocproto1() function
1526 mp = soallocproto1(buf1, len1, size, sleepflg, cr); in soallocproto2()
1548 mp = soallocproto1(buf1, len1, size, sleepflg, cr); in soallocproto3()
H A Dsocktpi.c1397 mp = soallocproto1(&unbind_req, sizeof (unbind_req), in sotpi_unbind()
1571 mp = soallocproto1(&discon_req, sizeof (discon_req), in sodisconnect()
1781 mp = soallocproto1(NULL, sizeof (struct T_conn_res) + in sotpi_accept()
2695 mp = soallocproto1(&ordrel_req, sizeof (ordrel_req), in sotpi_shutdown()
4006 mp = soallocproto1(&tdr, sizeof (tdr), 0, _ALLOC_INTR, CRED()); in sosend_svc()
H A Dsockstr.c614 mp = soallocproto1(&tir, sizeof (tir), in do_tinfo()
677 mp = soallocproto1(&tcr, sizeof (tcr), in do_tcapability()