Searched defs:new_lh (Results 1 - 1 of 1) sorted by relevance

/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
777 if (new_lh != NULL) {
780 err = ldi_ioctl(wc_lh, I_PLINK, (uintptr_t)new_lh,
1078 ldi_handle_t new_lh,
1087 (void) ldi_ioctl(new_lh, I_FLUSH, (intptr_t)FLUSHRW,
1091 err = ldi_ioctl(new_lh, I_PUSH, (intptr_t)pushmod,
1105 err = ldi_ioctl(new_lh, KIOCTRANSABLE,
1120 (void) consconfig_kbd_abort_enable(new_lh);
1125 * If new_lh is not NULL it should represent a driver with a
1128 * wc->conskbd->"new_lh drive
1077 consconfig_prepare_dev( ldi_handle_t new_lh, const char *pushmod, int kbdtranslatable, int input_type, int dev_type) argument
1135 consconfig_relink_conskbd(cons_state_t *sp, ldi_handle_t new_lh, int *muxid) argument
1235 consconfig_relink_consms(cons_state_t *sp, ldi_handle_t new_lh, int *muxid) argument
1298 ldi_handle_t new_lh; local
[all...]

Completed in 87 milliseconds