Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kunbind.c70 struct T_unbind_req *unbind_req; in t_kunbind() local
92 unbind_req = (struct T_unbind_req *)buf; in t_kunbind()
93 unbind_req->PRIM_type = T_UNBIND_REQ; in t_kunbind()
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h550 struct T_unbind_req unbind_req; /* unbind request */ member
H A Ddlpi.h1459 dl_unbind_req_t unbind_req; member
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1356 struct T_unbind_req unbind_req; in sotpi_unbind() local
1381 unbind_req.PRIM_type = T_UNBIND_REQ; in sotpi_unbind()
1382 mp = soallocproto1(&unbind_req, sizeof (unbind_req), in sotpi_unbind()