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

/illumos-gate/usr/src/cmd/listen/
H A Dlsdbf.c899 * pushmod: push modules if defined in the data base entry.
907 pushmod(fd, mp) function
916 DEBUG((9,"in pushmod:"));
918 DEBUG((9,"NULL list: exiting pushmod"));
925 DEBUG((9,"pushmod: I_POP failed"));
930 DEBUG((9,"pushmod: about to push %s", cp));
932 DEBUG((9,"pushmod: ioctl failed, errno = %d",errno));
936 DEBUG((9,"exiting pushmod:"));
/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c1072 * Flush the stream, push "pushmod" onto the stream.
1079 const char *pushmod,
1090 if (pushmod) {
1091 err = ldi_ioctl(new_lh, I_PUSH, (intptr_t)pushmod,
1096 pushmod, err);
1613 * for keyboard: wc->conskbd->["pushmod"->"kbd_vp driver"]
1647 const char *pushmod; local
1687 pushmod = dacf_get_arg(arg_hdl, "pushmod");
1688 prop->cp_pushmod = i_ddi_strdup((char *)pushmod, KM_SLEE
1077 consconfig_prepare_dev( ldi_handle_t new_lh, const char *pushmod, int kbdtranslatable, int input_type, int dev_type) argument
[all...]

Completed in 62 milliseconds