HomeSort by: relevance | last modified time | path
    Searched defs:odc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/hpc/
hpcfb.c 807 struct hpcfb_devconfig *odc; local in function:hpcfb_show_screen
812 odc = sc->sc_dc;
814 if (dc == NULL || odc == dc) {
819 if (odc != NULL) {
820 odc->dc_state |= HPCFB_DC_SWITCHREQ;
822 if ((odc->dc_state&HPCFB_DC_DRAWING) != 0) {
823 odc->dc_state |= HPCFB_DC_ABORT;
844 struct hpcfb_devconfig *odc; local in function:hpcfb_doswitch
847 odc = sc->sc_dc;
852 odc->dc_state &= ~HPCFB_DC_SWITCHREQ
    [all...]
hpcfb.c 807 struct hpcfb_devconfig *odc; local in function:hpcfb_show_screen
812 odc = sc->sc_dc;
814 if (dc == NULL || odc == dc) {
819 if (odc != NULL) {
820 odc->dc_state |= HPCFB_DC_SWITCHREQ;
822 if ((odc->dc_state&HPCFB_DC_DRAWING) != 0) {
823 odc->dc_state |= HPCFB_DC_ABORT;
844 struct hpcfb_devconfig *odc; local in function:hpcfb_doswitch
847 odc = sc->sc_dc;
852 odc->dc_state &= ~HPCFB_DC_SWITCHREQ
    [all...]
  /src/sys/kern/
subr_autoconf.c 2496 struct deferred_config *odc; local in function:config_defer
2497 TAILQ_FOREACH(odc, &deferred_config_queue, dc_queue) {
2498 if (odc->dc_dev == dev)
2531 struct deferred_config *odc; local in function:config_interrupts
2532 TAILQ_FOREACH(odc, &interrupt_config_queue, dc_queue) {
2533 if (odc->dc_dev == dev)
2564 struct deferred_config *odc; local in function:config_mountroot
2565 TAILQ_FOREACH(odc, &mountroot_config_queue, dc_queue) {
2566 if (odc->dc_dev == dev)
subr_autoconf.c 2496 struct deferred_config *odc; local in function:config_defer
2497 TAILQ_FOREACH(odc, &deferred_config_queue, dc_queue) {
2498 if (odc->dc_dev == dev)
2531 struct deferred_config *odc; local in function:config_interrupts
2532 TAILQ_FOREACH(odc, &interrupt_config_queue, dc_queue) {
2533 if (odc->dc_dev == dev)
2564 struct deferred_config *odc; local in function:config_mountroot
2565 TAILQ_FOREACH(odc, &mountroot_config_queue, dc_queue) {
2566 if (odc->dc_dev == dev)

Completed in 288 milliseconds