OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentPath
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslxrefout.c
235
char *
ParentPath
;
263
ParentPath
= AcpiNsGetNormalizedPathname (Node, TRUE);
266
ParentPath
, AcpiUtGetTypeName (Node->Type));
267
ACPI_FREE (
ParentPath
);
329
ParentPath
= AcpiNsGetNormalizedPathname (
333
Length,
ParentPath
);
334
ACPI_FREE (
ParentPath
);
344
ParentPath
= AcpiNsGetNormalizedPathname (
349
ParentPath
);
350
ACPI_FREE (
ParentPath
);
[
all
...]
/src/sys/external/bsd/acpica/dist/common/
dmextern.c
201
char *
ParentPath
;
248
ParentPath
= AcpiNsGetExternalPathname (Node);
249
if (!
ParentPath
)
254
Length = (strlen (
ParentPath
) + strlen (Path) + 1);
255
if (
ParentPath
[1])
258
* If
ParentPath
is not just a simple '\', increment the length
259
* for the required dot separator (
ParentPath
.Path)
265
if (*
ParentPath
== AML_ROOT_PREFIX)
283
strcpy (Fullpath, &
ParentPath
[Index]);
289
if (
ParentPath
[1]
[
all
...]
/src/sys/external/bsd/acpica/dist/debugger/
dbcmds.c
912
char *
ParentPath
;
918
ParentPath
= AcpiNsGetNormalizedPathname (Node, TRUE);
919
if (!
ParentPath
)
940
AcpiOsPrintf ("\nDevice: %s\n",
ParentPath
);
1128
ACPI_FREE (
ParentPath
);
Completed in 23 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026