Searched refs:gld_unbind (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dgld.c163 static int gld_unbind(queue_t *, mblk_t *);
1625 * qprocsoff before we call gld_unbind/gldunattach, so that
1636 (void) gld_unbind(WR(q), NULL);
3356 * gld_in_unbind between gld_wput() and wsrv's gld_unbind()
3357 * gld_wput_count between gld_wput() and wsrv's gld_unbind()
3552 result = gld_unbind(q, mp);
4266 * gld_unbind - perform an unbind of an LSAP or ether type on the stream.
4270 gld_unbind(queue_t *q, mblk_t *mp) function
4279 cmn_err(CE_NOTE, "gld_unbind(%p %p)", (void *)q, (void *)mp);
4285 cmn_err(CE_NOTE, "gld_unbind
[all...]

Completed in 64 milliseconds