Home
last modified time | relevance | path

Searched refs:ListItemPath (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/dev/acpica/common/
H A Ddmextern.c1615 char *ListItemPath; in AcpiDmCheckForExternalConflict() local
1634 ListItemPath = ExternalList->Path; in AcpiDmCheckForExternalConflict()
1635 if (ListItemPath) in AcpiDmCheckForExternalConflict()
1639 if ((*ListItemPath == AML_ROOT_PREFIX) && in AcpiDmCheckForExternalConflict()
1640 ListItemPath[1]) in AcpiDmCheckForExternalConflict()
1642 ListItemPath++; in AcpiDmCheckForExternalConflict()
1645 if (!strcmp (ListItemPath, InputPath) && in AcpiDmCheckForExternalConflict()