HomeSort by: relevance | last modified time | path
    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