Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h1121 extern int strstartplumb(struct stdata *, int, int);
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c3786 if (error = strstartplumb(stp, flag, cmd)) { in strioctl()
3865 if (error = strstartplumb(stp, flag, cmd)) in strioctl()
4058 if (error = strstartplumb(stp, flag, cmd)) { in strioctl()
4217 if ((error = strstartplumb(stp, flag, cmd)) != 0) in strioctl()
H A Dstrsubr.c4336 strstartplumb(stdata_t *stp, int flag, int cmd) in strstartplumb() function