Home | History | Annotate | Download | only in namespace

Lines Matching refs:Pathname

419  *              Pathname        - Search pathname, in internal format
440 char *Pathname,
448 char *Path = Pathname;
523 * Begin examination of the actual pathname
525 if (!Pathname)
534 "Null Pathname (Zero segments), Flags=%X\n", Flags));
553 /* Pathname is fully qualified, start from the root */
567 /* Pathname is relative to current scope, start there */
601 Status = AcpiNsExternalizeName (ACPI_UINT32_MAX, Pathname,
625 * Determine the number of ACPI name segments in this pathname.
648 "Prefix-only Pathname (Zero name segments), Flags=%X\n",
664 "Dual Pathname (2 segments, Flags=%X)\n", Flags));
680 "Multi Pathname (%u Segments, Flags=%X)\n",
687 * only one name segment and Pathname is already pointing to it.
692 "Simple Pathname (1 segment, Flags=%X)\n", Flags));
755 /* Extract one ACPI name from the front of the pathname */