Home
last modified time | relevance | path

Searched refs:I_PLINK (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c410 if ((err = ldi_ioctl(mux_lh, I_PLINK, (intptr_t)lh, in strplumb_dev()
447 if ((err = ldi_ioctl(mux_lh, I_PLINK, (intptr_t)lh, in strplumb_dev()
H A Dl_strplumb.c89 if (error = strioctl(vp, I_PLINK, (intptr_t)fd, 0, K_TO_K, CRED(), &id)) in kstr_plink()
H A Dconsconfig_dacf.c792 err = ldi_ioctl(wc_lh, I_PLINK, (uintptr_t)new_lh, in consconfig_relink_wc()
1187 err = ldi_ioctl(sp->conskbd_lh, I_PLINK, (uintptr_t)new_lh, in consconfig_relink_conskbd()
1266 err = ldi_ioctl(sp->consms_lh, I_PLINK, (uintptr_t)new_lh, in consconfig_relink_consms()
H A Dconsms.c454 case I_PLINK: in consmsioctl()
H A Dwscons.c687 case I_PLINK: in wcuwput()
H A Dconskbd.c834 case I_PLINK: in conskbd_ioctl()
H A Dllc1.c827 case I_PLINK: in llc1_ioctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h257 #define I_PLINK (STR|026) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c297 if ((muxid = ioctl(muxfd, I_PLINK, devfd)) == -1) { in plumb_it()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c1055 if ((ip_muxid = ioctl(mux_fd, I_PLINK, ip_fd)) == -1) in i_ipadm_plumb_if()
1085 if ((ip_muxid = ioctl(mux_fd, I_PLINK, ip_fd)) == -1) { in i_ipadm_plumb_if()
1090 if (ioctl(mux_fd, I_PLINK, arp_fd) < 0) { in i_ipadm_plumb_if()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dkeysock.c266 err = ldi_ioctl(ip6_lh, I_PLINK, (intptr_t)lh, in keysock_plumb_ipsec()
292 err = ldi_ioctl(ip6_lh, I_PLINK, (intptr_t)lh, in keysock_plumb_ipsec()
H A Dip_if.c8537 case I_PLINK: in ip_sioctl_plink_ipmp()
8593 ASSERT(ioccmd == I_PLINK || ioccmd == I_PUNLINK || in ip_sioctl_plink()
8630 boolean_t islink = (ioccmd == I_PLINK || ioccmd == I_LINK); in ip_sioctl_plink_ipmod()
9163 case I_PLINK: in ip_sioctl_copyin_setup()
H A Dip.c1130 { I_PLINK, 0, IPI_PRIV | IPI_WR, 0, NULL, NULL },
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu.c774 case I_PLINK : in oplmsu_uwsrv()
1154 rval = ldi_ioctl(msu_lh, I_PLINK, (intptr_t)lh, FKIOCTL, kcred, &param); in oplmsu_plink_serial()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c603 ipmuxid = myioctl(udpfd, I_PLINK, (void *)tmpfd); in plumb_ipif()
3123 ip6muxid = myioctl(udp6fd, I_PLINK, (void *)tmpfd); in plumb_ip6if()
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c1243 err = mlink_file(vp, I_PLINK, fpdown, crp, rvalp, 1); in ldi_mlink_lh()
1981 if ((mode & FKIOCTL) && (cmd == I_PLINK)) in ldi_ioctl()
H A Dstreamio.c3642 case I_PLINK: in strioctl()
4475 case I_PLINK: in strioctl()
H A Dstrsubr.c1807 if (cmd == I_PLINK) in mlink_file()
1916 ASSERT((cmd == I_LINK) || (cmd == I_PLINK)); in mlink_file()
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1375 case I_PLINK: in fifo_fastioctl()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c2529 ip_muxid = ioctl(muxfd, I_PLINK, ipfd_lowstr); in ip_plink()
2542 if (ioctl(muxfd, I_PLINK, arpfd_lowstr) < 0) { in ip_plink()
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1560 case I_PLINK: in sppptun_ioctl()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c503 { (uint_t)I_PLINK, "I_PLINK", NULL },
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2060 if ((mux_id = ioctl(mux_fd, I_PLINK, fd)) < 0) { in ip_plink()