Home
last modified time | relevance | path

Searched refs:strcmd (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c801 struct strcmd strcmd; in dotli() local
803 strcmd.sc_len = STRCMDBUFSIZE; in dotli()
804 strcmd.sc_timeout = 5; in dotli()
806 strcmd.sc_cmd = TI_GETMYNAME; in dotli()
807 if (pr_ioctl(Pr, fd, _I_CMD, &strcmd, sizeof (strcmd)) == 0) in dotli()
808 show_sockaddr("sockname", (void *)&strcmd.sc_buf, in dotli()
809 (size_t)strcmd.sc_len); in dotli()
811 strcmd.sc_cmd = TI_GETPEERNAME; in dotli()
812 if (pr_ioctl(Pr, fd, _I_CMD, &strcmd, sizeof (strcmd)) == 0) in dotli()
813 show_sockaddr("peername", (void *)&strcmd.sc_buf, in dotli()
[all …]
/titanic_50/usr/src/cmd/streams/
H A DMakefile25 SUBDIRS= log strcmd
/titanic_50/usr/src/uts/common/sys/
H A Dstropts.h323 typedef struct strcmd { struct
/titanic_50/usr/src/
H A DMakefile.lint287 cmd/streams/strcmd \
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c145 static int strdocmd(struct stdata *, struct strcmd *, cred_t *);
3195 struct strcmd *scp; in strioctl()
6346 strdocmd(struct stdata *stp, struct strcmd *scp, cred_t *crp) in strdocmd()
/titanic_50/
H A D.gitignore2691 usr/src/cmd/streams/strcmd/strchg
2692 usr/src/cmd/streams/strcmd/strconf