Home
last modified time | relevance | path

Searched refs:munlinkall (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1122 extern int munlinkall(struct stdata *, int, cred_t *, int *, str_stack_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c745 (void) munlinkall(stp, LINKCLOSE|LINKNORMAL, crp, &rval, ss); in strclose()
4522 error = munlinkall(stp, type, crp, rvalp, ss); in strioctl()
H A Dstrsubr.c2270 munlinkall(stdata_t *stp, int flag, cred_t *crp, int *rvalp, str_stack_t *ss) in munlinkall() function