Searched refs:muxid (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c186 int opt, devfd, muxfd, muxid; local
297 if ((muxid = ioctl(muxfd, I_PLINK, devfd)) == -1) {
308 (void) printf(gettext("sending muxid %d and style %d to "
309 "driver\n"), muxid, prot->style);
310 pti.pti_muxid = muxid;
360 (void) printf(gettext("got muxid %d from driver\n"),
/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c745 consconfig_relink_wc(cons_state_t *sp, ldi_handle_t new_lh, int *muxid) argument
751 ASSERT(muxid != NULL);
781 FKIOCTL, kcred, muxid);
789 err = ldi_ioctl(wc_lh, I_PUNLINK, *muxid,
795 *muxid = -1;
1131 * that attempts to unlink the stream specified by *muxid.
1135 consconfig_relink_conskbd(cons_state_t *sp, ldi_handle_t new_lh, int *muxid) argument
1140 ASSERT(muxid != NULL);
1143 "conskbd_lh = %p, new_lh = %p, muxid = %x\n",
1144 sp->conskbd_lh, new_lh, *muxid);
1235 consconfig_relink_consms(cons_state_t *sp, ldi_handle_t new_lh, int *muxid) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c2300 arl_set_muxid(ill_t *ill, int muxid) argument
2306 arl->arl_muxid = muxid;
2315 int muxid = 0; local
2319 muxid = arl->arl_muxid;
2322 return (muxid);
H A Dkeysock.c198 int muxid, rval; local
264 FREAD+FWRITE+FNOCTTY+FKIOCTL, cr, &muxid);
290 FREAD+FWRITE+FNOCTTY+FKIOCTL, cr, &muxid);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c2102 man_linkrec_find(int muxid) argument
2114 if (lpp->l_muxid == muxid) {
2118 if (lp->l_muxid == muxid)
2746 mdp[i].md_muxid = -1; /* muxid 0 is valid */
6114 int muxid; local
6161 FREAD+FWRITE+FNOCTTY+FKIOCTL, kcred, &muxid);
6169 mdp->md_muxid = muxid;
6170 mdp->md_wq = man_linkrec_find(muxid);
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c2279 mux_addedge(stdata_t *upstp, stdata_t *lostp, int muxid, str_stack_t *ss) argument
2300 ep->me_muxid = muxid;
2320 mux_rmvedge(stdata_t *upstp, int muxid, str_stack_t *ss) argument
2332 if (ep->me_muxid == muxid) {
H A Dstreamio.c3946 * muxid. With the fd, application can send down ioctls,
3949 * I_PUNLINK on the muxid before it can do any operation
3954 * a different stream or an invalid muxid, I_MUXID2FD will
3962 int muxid = (int)arg; local
3970 * Do not allow the wildcard muxid. This ioctl is not
3973 if (muxid == 0) {
3983 linkp = findlinks(vp->v_stream, muxid, LINKPERSIST, ss);

Completed in 150 milliseconds