OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bktr_devclass
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/bktr/
bktr_os.c
258
static devclass_t
bktr_devclass
;
variable
286
DRIVER_MODULE(bktr, pci, bktr_driver,
bktr_devclass
, 0, 0);
605
bktr = (struct bktr_softc*)devclass_get_softc(
bktr_devclass
, unit);
615
device_busy(devclass_get_device(
bktr_devclass
, unit));
667
device_unbusy(devclass_get_device(
bktr_devclass
, unit));
685
bktr = (struct bktr_softc*)devclass_get_softc(
bktr_devclass
, unit);
706
device_unbusy(devclass_get_device(
bktr_devclass
, unit));
723
bktr = (struct bktr_softc*)devclass_get_softc(
bktr_devclass
, unit);
761
bktr = (struct bktr_softc*)devclass_get_softc(
bktr_devclass
, unit);
796
bktr = (struct bktr_softc*)devclass_get_softc(
bktr_devclass
, unit)
[
all
...]
bktr_os.c
258
static devclass_t
bktr_devclass
;
variable
286
DRIVER_MODULE(bktr, pci, bktr_driver,
bktr_devclass
, 0, 0);
605
bktr = (struct bktr_softc*)devclass_get_softc(
bktr_devclass
, unit);
615
device_busy(devclass_get_device(
bktr_devclass
, unit));
667
device_unbusy(devclass_get_device(
bktr_devclass
, unit));
685
bktr = (struct bktr_softc*)devclass_get_softc(
bktr_devclass
, unit);
706
device_unbusy(devclass_get_device(
bktr_devclass
, unit));
723
bktr = (struct bktr_softc*)devclass_get_softc(
bktr_devclass
, unit);
761
bktr = (struct bktr_softc*)devclass_get_softc(
bktr_devclass
, unit);
796
bktr = (struct bktr_softc*)devclass_get_softc(
bktr_devclass
, unit)
[
all
...]
Completed in 119 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026