Searched refs:strioctl (Results 51 - 75 of 88) sorted by relevance

1234

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c389 struct strioctl scioc;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndd.c487 struct strioctl stri;
H A Din.telnetd.c1299 struct strioctl crioc;
1324 struct strioctl crioc;
1348 struct strioctl crioc;
1491 struct strioctl crioc;
1585 struct strioctl crioc;
2747 struct strioctl telnetmod;
3261 struct strioctl telnetmod;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c340 struct strioctl strioc;
1085 struct strioctl strioc;
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1082 extern int strdoioctl(struct stdata *, struct strioctl *, int, int,
1132 extern int strioctl(struct vnode *, int, intptr_t, int, int, cred_t *, int *);
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_cots.c195 struct strioctl getaddr;
229 err = strioctl(fp->f_vnode, I_STR, (intptr_t)&getaddr,
H A Dclnt_clts.c1618 error = strioctl(tiptr->fp->f_vnode, I_PUSH, (intptr_t)"rpcmod", 0,
1625 error = strioctl(tiptr->fp->f_vnode, RPC_CLIENT, 0, 0, K_TO_K,
1628 RPCLOG(1, "endpnt_get: strioctl failed %d\n", error);
1637 error = strioctl(tiptr->fp->f_vnode, I_PUSH, (intptr_t)"timod", 0,
H A Dclnt_cots.c2149 if (i = strioctl(tiptr->fp->f_vnode, I_PUSH, (intptr_t)"rpcmod", 0,
2158 if (i = strioctl(tiptr->fp->f_vnode, RPC_CLIENT, 0, 0, K_TO_K,
2175 if (i = strioctl(tiptr->fp->f_vnode, I_PUSH, (intptr_t)"timod", 0,
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c3004 * struct strioctl that can deal with both data
3014 struct strioctl *striocp;
3023 striocp = (struct strioctl *)to;
3030 if (copyin(from, to, sizeof (struct strioctl))) {
3038 bcopy(from, to, sizeof (struct strioctl));
3047 struct strioctl *striocp;
3053 striocp = (struct strioctl *)from;
3065 if (copyout(from, to, sizeof (struct strioctl))) {
3073 bcopy(from, to, sizeof (struct strioctl));
3084 return (strcopyin(from, to, sizeof (struct strioctl), copyfla
3191 strioctl(struct vnode *vp, int cmd, intptr_t arg, int flag, int copyflag, function
[all...]
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1189 return (strioctl(vp, cmd, arg, mode, U_TO_K, cr, rvalp));
1304 error = strioctl(vp, cmd, arg, mode, U_TO_K, cr, rvalp);
1407 error = strioctl(vp, cmd, arg, mode, U_TO_K, cr, rvalp);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_subr.c1177 static struct strioctl sb = {0, 0, 0, 0};
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c551 struct strioctl strio;
H A Dpiclsensors.c569 struct strioctl strio;
/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c759 struct strioctl cmd;
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_arp.c278 struct strioctl iocb;
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c717 struct strioctl iocb;
1318 struct strioctl strioc;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1429 struct strioctl iocb;
1456 struct strioctl iocb;
1498 struct strioctl iocb;
H A Dnfs_server.c358 struct strioctl strioc;
371 error = strioctl(fp->f_vnode, I_STR, (intptr_t)&strioc, 0, K_TO_K,
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c2404 struct strioctl sioc;
2432 struct strioctl sioc;
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c477 struct strioctl strioc;
/illumos-gate/usr/src/lib/libipadm/common/
H A Dlibipadm.c854 struct strioctl ioc;
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c384 struct strioctl ios;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c928 struct strioctl str;
/illumos-gate/usr/src/uts/common/io/
H A Dtty_pty.c960 err = strioctl(pty->pt_vnode, cmd, data, flag,
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c148 error = strioctl(vp, _SIOCSOCKFALLBACK, 0, 0, K_TO_K, CRED(),
2737 return (strioctl(vp, I_ESETSIG, (intptr_t)&ss, mode, K_TO_K, cr,
2796 * strioctl (via so_set_asyncsigs) will perform permission check and

Completed in 139 milliseconds

1234