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

/illumos-gate/usr/src/uts/common/io/
H A Dwscons.c46 * - wc_modechg_cb() is a callback function which will triggered when
52 * Based on the fact that virtual console devname part and wc_modechg_cb()
66 * wc_modechg_cb() does read access to vc_state_t::vc_flags,
69 * points and wc_modechg_cb().
70 * Since wc_modechg_cb() only does read access to vc_state_t::vc_flags,
71 * The other parts of wc module (except wc_modechg_cb()) only has to hold
271 static void wc_modechg_cb(tem_modechg_cb_arg_t arg);
846 tem_register_modechg_cb(wc_modechg_cb,
1659 wc_modechg_cb(tem_modechg_cb_arg_t arg) function

Completed in 176 milliseconds