Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c763 ASSERT(muxid != NULL); in consconfig_relink_wc()
793 FKIOCTL, kcred, muxid); in consconfig_relink_wc()
801 err = ldi_ioctl(wc_lh, I_PUNLINK, *muxid, in consconfig_relink_wc()
807 *muxid = -1; in consconfig_relink_wc()
1159 ASSERT(muxid != NULL); in consconfig_relink_conskbd()
1163 sp->conskbd_lh, new_lh, *muxid); in consconfig_relink_conskbd()
1188 FKIOCTL, kcred, muxid); in consconfig_relink_conskbd()
1208 *muxid = -1; in consconfig_relink_conskbd()
1267 FKIOCTL, kcred, muxid); in consconfig_relink_consms()
1276 err = ldi_ioctl(sp->consms_lh, I_PUNLINK, *muxid, in consconfig_relink_consms()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c186 int opt, devfd, muxfd, muxid; in plumb_it() local
297 if ((muxid = ioctl(muxfd, I_PLINK, devfd)) == -1) { in plumb_it()
309 "driver\n"), muxid, prot->style); in plumb_it()
310 pti.pti_muxid = muxid; in plumb_it()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c2301 arl_set_muxid(ill_t *ill, int muxid) in arl_set_muxid() argument
2307 arl->arl_muxid = muxid; in arl_set_muxid()
2316 int muxid = 0; in arl_get_muxid() local
2320 muxid = arl->arl_muxid; in arl_get_muxid()
2323 return (muxid); in arl_get_muxid()
H A Dkeysock.c201 int muxid, rval; in keysock_plumb_ipsec() local
267 FREAD+FWRITE+FNOCTTY+FKIOCTL, cr, &muxid); in keysock_plumb_ipsec()
293 FREAD+FWRITE+FNOCTTY+FKIOCTL, cr, &muxid); in keysock_plumb_ipsec()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c2293 mux_addedge(stdata_t *upstp, stdata_t *lostp, int muxid, str_stack_t *ss) in mux_addedge() argument
2314 ep->me_muxid = muxid; in mux_addedge()
2334 mux_rmvedge(stdata_t *upstp, int muxid, str_stack_t *ss) in mux_rmvedge() argument
2346 if (ep->me_muxid == muxid) { in mux_rmvedge()
H A Dstreamio.c4087 int muxid = (int)arg; in strioctl() local
4098 if (muxid == 0) { in strioctl()
4108 linkp = findlinks(vp->v_stream, muxid, LINKPERSIST, ss); in strioctl()