OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fullpath
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/common/
dmextern.c
298
* The caller must free the
fullpath
returned.
308
char *
Fullpath
;
379
Fullpath
= ACPI_ALLOCATE_ZEROED (Length);
380
if (!
Fullpath
)
386
* Concatenate parent
fullpath
and path. For example,
387
* parent
fullpath
"\_SB_", Path "^INIT",
Fullpath
"\_SB_.INIT"
391
strcpy (
Fullpath
, &ParentPath[Index]);
395
* (don't need dot if parent
fullpath
is a single backslash)
399
strcat (
Fullpath
, ".")
[
all
...]
Completed in 32 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025