Searched refs:super_type (Results 1 – 5 of 5) sorted by relevance
104 devhandle_type_t super_type = devhandle_type(super_handle); in devhandle_from_of() local107 if (super_type == DEVHANDLE_TYPE_OF) { in devhandle_from_of()110 KASSERT(super_type == DEVHANDLE_TYPE_INVALID); in devhandle_from_of()
244 devhandle_type_t super_type = devhandle_type(super_handle); in devhandle_from_obp() local247 if (super_type == DEVHANDLE_TYPE_OPENBOOT) { in devhandle_from_obp()250 KASSERT(super_type == DEVHANDLE_TYPE_INVALID); in devhandle_from_obp()
126 devhandle_type_t super_type = devhandle_type(super_handle); in devhandle_from_acpi() local129 if (super_type == DEVHANDLE_TYPE_ACPI) { in devhandle_from_acpi()132 KASSERT(super_type == DEVHANDLE_TYPE_INVALID); in devhandle_from_acpi()
28750 (super_type): Rename to objc_super_type.28777 Update references to super_type.
7797 (build_super_template): Modify super_type directly; disable debugging