Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c331 ldi_handle_t mux_lh = NULL; in strplumb_dev() local
405 if ((err = ldi_open_by_name(name, FREAD|FWRITE, CRED(), &mux_lh, in strplumb_dev()
410 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()
462 if ((err = ldi_ioctl(mux_lh, SIOCSIFMUXID, (intptr_t)&ifr, FKIOCTL, in strplumb_dev()
472 if (mux_lh != NULL) in strplumb_dev()
473 (void) ldi_close(mux_lh, FREAD|FWRITE, CRED()); in strplumb_dev()