OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:super_type
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ofw/
ofw_subr.c
104
devhandle_type_t
super_type
= devhandle_type(super_handle);
local in function:devhandle_from_of
107
if (
super_type
== DEVHANDLE_TYPE_OF) {
110
KASSERT(
super_type
== DEVHANDLE_TYPE_INVALID);
/src/sys/dev/acpi/
acpi_util.c
126
devhandle_type_t
super_type
= devhandle_type(super_handle);
local in function:devhandle_from_acpi
129
if (
super_type
== DEVHANDLE_TYPE_ACPI) {
132
KASSERT(
super_type
== DEVHANDLE_TYPE_INVALID);
/src/sys/arch/sparc/sparc/
promlib.c
244
devhandle_type_t
super_type
= devhandle_type(super_handle);
local in function:devhandle_from_obp
247
if (
super_type
== DEVHANDLE_TYPE_OPENBOOT) {
250
KASSERT(
super_type
== DEVHANDLE_TYPE_INVALID);
Completed in 17 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025