Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dstropts.h328 char sc_buf[STRCMDBUFSIZE]; /* data buffer */ member
/titanic_50/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c808 show_sockaddr("sockname", (void *)&strcmd.sc_buf, in dotli()
813 show_sockaddr("peername", (void *)&strcmd.sc_buf, in dotli()
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c6354 if (scp->sc_len < 0 || scp->sc_len > sizeof (scp->sc_buf) || in strdocmd()
6381 mp->b_cont = allocb_cred(sizeof (scp->sc_buf), crp, in strdocmd()
6389 ASSERT(cmdp->cb_len <= sizeof (scp->sc_buf)); in strdocmd()
6390 (void) bcopy(scp->sc_buf, mp->b_cont->b_wptr, cmdp->cb_len); in strdocmd()
6459 cmdp->cb_len = MIN(cmdp->cb_len, sizeof (scp->sc_buf)); in strdocmd()
6460 (void) bcopy(mp->b_cont->b_rptr, scp->sc_buf, cmdp->cb_len); in strdocmd()