OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:odc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/hpc/
hpcfb.c
807
struct hpcfb_devconfig *
odc
;
local
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
847
odc
= sc->sc_dc;
852
odc
->dc_state &= ~HPCFB_DC_SWITCHREQ
[
all
...]
/src/sys/kern/
subr_autoconf.c
2601
struct deferred_config *
odc
;
local
2602
TAILQ_FOREACH(
odc
, &deferred_config_queue, dc_queue) {
2603
if (
odc
->dc_dev == dev)
2636
struct deferred_config *
odc
;
local
2637
TAILQ_FOREACH(
odc
, &interrupt_config_queue, dc_queue) {
2638
if (
odc
->dc_dev == dev)
2669
struct deferred_config *
odc
;
local
2670
TAILQ_FOREACH(
odc
, &mountroot_config_queue, dc_queue) {
2671
if (
odc
->dc_dev == dev)
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026