Searched defs:sotpi_unbind (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c202 static int sotpi_unbind(struct sonode *, int);
681 * Called from solisten after doing an sotpi_unbind() or
795 error = sotpi_unbind(so, 0);
1372 err = sotpi_unbind(so, 0);
1410 sotpi_unbind(struct sonode *so, int flags) function
1417 dprintso(so, 1, ("sotpi_unbind(%p, 0x%x) %s\n",
1549 error = sotpi_unbind(so, _SOUNBIND_REBIND);
1572 * When seqno == -1 sodisconnect could call sotpi_unbind. However,
2593 err = sotpi_unbind(so, 0);

Completed in 57 milliseconds