Searched refs:mux_lh (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | strplumb.c | 319 ldi_handle_t mux_lh = NULL; in strplumb_dev() local 393 if ((err = ldi_open_by_name(name, FREAD|FWRITE, CRED(), &mux_lh, in strplumb_dev() 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() 450 if ((err = ldi_ioctl(mux_lh, SIOCSIFMUXID, (intptr_t)&ifr, FKIOCTL, in strplumb_dev() 460 if (mux_lh != NULL) in strplumb_dev() 461 (void) ldi_close(mux_lh, FREAD|FWRITE, CRED()); in strplumb_dev()
|