OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ad_pciinfo
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/acpi/
acpi_pci.c
178
ad->
ad_pciinfo
= NULL;
247
ad->
ad_pciinfo
= ap;
253
(ad->ad_parent->
ad_pciinfo
!= NULL) &&
254
(ad->ad_parent->
ad_pciinfo
->ap_flags & ACPI_PCI_INFO_BRIDGE) &&
264
ap->ap_pc = ad->ad_parent->
ad_pciinfo
->ap_pc;
265
ap->ap_segment = ad->ad_parent->
ad_pciinfo
->ap_segment;
266
ap->ap_bus = ad->ad_parent->
ad_pciinfo
->ap_downbus;
292
ad->ad_parent->
ad_pciinfo
->ap_pc,
300
ad->
ad_pciinfo
= ap;
376
if (ad->
ad_pciinfo
!= NULL &
[
all
...]
acpi_verbose.c
520
if (ad->
ad_pciinfo
!= NULL) {
524
if ((ad->
ad_pciinfo
->ap_flags & ACPI_PCI_INFO_DEVICE) != 0)
526
ad->
ad_pciinfo
->ap_segment,
527
ad->
ad_pciinfo
->ap_bus,
528
ad->
ad_pciinfo
->ap_device,
529
ad->
ad_pciinfo
->ap_function);
534
if ((ad->
ad_pciinfo
->ap_flags & ACPI_PCI_INFO_BRIDGE) != 0)
536
ad->
ad_pciinfo
->ap_segment,
537
ad->
ad_pciinfo
->ap_downbus);
acpivar.h
119
*
ad_pciinfo
NULL if not a PCI device
132
struct acpi_pci_info *
ad_pciinfo
; /* PCI info */
member in struct:acpi_devnode
acpi.c
876
ad->
ad_pciinfo
= NULL;
1069
if (ad->
ad_pciinfo
!= NULL) {
1070
aa.aa_pc = ad->
ad_pciinfo
->ap_pc;
acpi_display.c
474
ap = ad->
ad_pciinfo
;
/src/sys/arch/x86/x86/
mpacpi.c
506
mpr->mpr_seg = ad->
ad_pciinfo
->ap_segment;
507
mpr->mpr_bus = ad->
ad_pciinfo
->ap_downbus;
537
if (ad->
ad_pciinfo
&&
538
(ad->
ad_pciinfo
->ap_flags & ACPI_PCI_INFO_BRIDGE) != 0) {
Completed in 23 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025