Searched refs:ldc_down (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h174 int ldc_down(ldc_handle_t handle);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c1103 (void) ldc_down(ldcp->ldc_handle);
1491 (void) ldc_down(ldcp->ldc_handle);
H A Dvnet_gen.c3918 (void) ldc_down(ldcp->ldc_handle);
5882 (void) ldc_down(ldcp->ldc_handle);
H A Dvdc.c911 status = ldc_down(vdcp->curr_server->ldc_handle);
912 DMSG(vdcp, 0, "ldc_down() = %d\n", status);
4232 rv = ldc_down(curr_server->ldc_handle);
H A Dldc.c3516 ldc_down(ldc_handle_t handle) function
3521 DWARN(DBG_ALL_LDCS, "ldc_down: invalid channel handle\n");
H A Dvds.c2313 if (vd->reset_ldc && ((status = ldc_down(vd->ldc_handle)) != 0))
2314 PR0("ldc_down() returned errno %d", status);

Completed in 118 milliseconds