OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParentPath
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslxrefout.c
343
char *
ParentPath
;
371
ParentPath
= AcpiNsGetNormalizedPathname (Node, TRUE);
374
ParentPath
, AcpiUtGetTypeName (Node->Type));
375
ACPI_FREE (
ParentPath
);
437
ParentPath
= AcpiNsGetNormalizedPathname (
441
Length,
ParentPath
);
442
ACPI_FREE (
ParentPath
);
452
ParentPath
= AcpiNsGetNormalizedPathname (
457
ParentPath
);
458
ACPI_FREE (
ParentPath
);
[
all
...]
/src/sys/external/bsd/acpica/dist/common/
dmextern.c
309
char *
ParentPath
;
356
ParentPath
= AcpiNsGetExternalPathname (Node);
357
if (!
ParentPath
)
362
Length = (strlen (
ParentPath
) + strlen (Path) + 1);
363
if (
ParentPath
[1])
366
* If
ParentPath
is not just a simple '\', increment the length
367
* for the required dot separator (
ParentPath
.Path)
373
if (*
ParentPath
== AML_ROOT_PREFIX)
391
strcpy (Fullpath, &
ParentPath
[Index]);
397
if (
ParentPath
[1]
[
all
...]
/src/sys/external/bsd/acpica/dist/debugger/
dbcmds.c
1020
char *
ParentPath
;
1026
ParentPath
= AcpiNsGetNormalizedPathname (Node, TRUE);
1027
if (!
ParentPath
)
1048
AcpiOsPrintf ("\nDevice: %s\n",
ParentPath
);
1236
ACPI_FREE (
ParentPath
);
Completed in 13 milliseconds
Indexes created Tue Sep 23 13:09:54 GMT 2025