Searched refs:strcmd (Results 1 – 5 of 5) sorted by relevance
| /illumos-gate/usr/src/cmd/streams/ |
| H A D | Makefile | 25 SUBDIRS= log strcmd
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | stropts.h | 321 typedef struct strcmd { struct
|
| /illumos-gate/usr/src/uts/common/fs/proc/ |
| H A D | prsubr.c | 2705 strcmd_t strcmd; in prfdinfotlisockopt() local 2709 strcmd.sc_cmd = TI_GETMYNAME; in prfdinfotlisockopt() 2710 strcmd.sc_timeout = 1; in prfdinfotlisockopt() 2711 strcmd.sc_len = STRCMDBUFSIZE; in prfdinfotlisockopt() 2713 if (VOP_IOCTL(vp, _I_CMD, (intptr_t)&strcmd, FKIOCTL, cred, in prfdinfotlisockopt() 2714 &rval, NULL) == 0 && strcmd.sc_len > 0) { in prfdinfotlisockopt() 2715 sz += prfdinfomisc(data, PR_SOCKETNAME, strcmd.sc_buf, in prfdinfotlisockopt() 2716 strcmd.sc_len); in prfdinfotlisockopt() 2719 strcmd.sc_cmd = TI_GETPEERNAME; in prfdinfotlisockopt() 2720 strcmd.sc_timeout = 1; in prfdinfotlisockopt() [all …]
|
| /illumos-gate/usr/src/cmd/ |
| H A D | .gitignore | 2064 streams/strcmd/strchg 2065 streams/strcmd/strconf
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | streamio.c | 148 static int strdocmd(struct stdata *, struct strcmd *, cred_t *); 3284 struct strcmd *scp; in strioctl() 6471 strdocmd(struct stdata *stp, struct strcmd *scp, cred_t *crp) in strdocmd()
|