/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | stropts.h | 95 #define I_PLINK _IO('S',023) macro
|
/titanic_41/usr/src/uts/common/io/ |
H A D | strplumb.c | 398 if ((err = ldi_ioctl(mux_lh, I_PLINK, (intptr_t)lh, in strplumb_dev() 435 if ((err = ldi_ioctl(mux_lh, I_PLINK, (intptr_t)lh, in strplumb_dev()
|
H A D | l_strplumb.c | 91 if (error = strioctl(vp, I_PLINK, (intptr_t)fd, 0, K_TO_K, CRED(), &id)) in kstr_plink()
|
H A D | consconfig_dacf.c | 780 err = ldi_ioctl(wc_lh, I_PLINK, (uintptr_t)new_lh, in consconfig_relink_wc() 1168 err = ldi_ioctl(sp->conskbd_lh, I_PLINK, (uintptr_t)new_lh, in consconfig_relink_conskbd() 1247 err = ldi_ioctl(sp->consms_lh, I_PLINK, (uintptr_t)new_lh, in consconfig_relink_consms()
|
H A D | consms.c | 464 case I_PLINK:
|
H A D | wscons.c | 538 case I_PLINK: in wcuwput()
|
H A D | conskbd.c | 833 case I_PLINK: in conskbd_ioctl()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stropts.h | 259 #define I_PLINK (STR|026) macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/sppptun/ |
H A D | sppptun.c | 297 if ((muxid = ioctl(muxfd, I_PLINK, devfd)) == -1) { in plumb_it()
|
/titanic_41/usr/src/lib/libipadm/common/ |
H A D | ipadm_if.c | 825 if ((ip_muxid = ioctl(mux_fd, I_PLINK, ip_fd)) == -1) in i_ipadm_plumb_if() 855 if ((ip_muxid = ioctl(mux_fd, I_PLINK, ip_fd)) == -1) { in i_ipadm_plumb_if() 860 if (ioctl(mux_fd, I_PLINK, arp_fd) < 0) { in i_ipadm_plumb_if()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | ioctl.c | 260 case I_PLINK: request = ('S'<<8)|026; in _bc_ioctl()
|
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 639 if ((rv = strioctl(mux_avp, I_PLINK, (intptr_t)lfd, in link_aconsole()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | keysock.c | 263 err = ldi_ioctl(ip6_lh, I_PLINK, (intptr_t)lh, in keysock_plumb_ipsec() 289 err = ldi_ioctl(ip6_lh, I_PLINK, (intptr_t)lh, in keysock_plumb_ipsec()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/ |
H A D | ncaconfd.c | 238 if ((mux_id = ioctl(udp_fd, I_PLINK, fd)) < 0) { in ip_plink()
|
/titanic_41/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu.c | 771 case I_PLINK : in oplmsu_uwsrv() 1151 rval = ldi_ioctl(msu_lh, I_PLINK, (intptr_t)lh, FKIOCTL, kcred, ¶m); in oplmsu_plink_serial()
|
/titanic_41/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 815 case I_PLINK: in sm_link_req() 1333 case I_PLINK: in sm_uwput()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 609 ipmuxid = myioctl(udpfd, I_PLINK, (void *)tmpfd); in plumb_ipif() 3182 ip6muxid = myioctl(udp6fd, I_PLINK, (void *)tmpfd); in plumb_ip6if()
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | ttymux_rcm.c | 413 if ((linkid = ioctl(ctrl_fd, I_PLINK, fd)) < 0) in plink()
|
H A D | ip_rcm.c | 2060 if ((mux_id = ioctl(mux_fd, I_PLINK, fd)) < 0) { in ip_plink()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | driver_lyr.c | 1243 err = mlink_file(vp, I_PLINK, fpdown, crp, rvalp, 1); in ldi_mlink_lh() 1964 if ((mode & FKIOCTL) && (cmd == I_PLINK)) in ldi_ioctl()
|
/titanic_41/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1353 case I_PLINK: in fifo_fastioctl()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 2528 ip_muxid = ioctl(muxfd, I_PLINK, ipfd_lowstr); in ip_plink() 2541 if (ioctl(muxfd, I_PLINK, arpfd_lowstr) < 0) { in ip_plink()
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 1968 (iocp->ioc_cmd == I_PLINK) ? "I_PLINK" : in man_ioctl() 1982 case I_PLINK: in man_ioctl() 6160 status = ldi_ioctl(man_ctl_lh, I_PLINK, (intptr_t)lh, in man_plumb()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 494 { (uint_t)I_PLINK, "I_PLINK", NULL },
|
/titanic_41/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 1559 case I_PLINK: in sppptun_ioctl()
|