Searched defs:Path (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddswload.c155 char *Path; local
184 Path = AcpiPsGetNextNamestring (&WalkState->ParserState);
202 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
212 AcpiDmAddOpToExternalList (Op, Path, ACPI_TYPE_DEVICE, 0, 0);
213 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
220 ACPI_ERROR_NAMESPACE (Path, Status);
355 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
390 ACPI_ERROR_NAMESPACE (Path, Status);
413 Op->Named.Path = ACPI_CAST_PTR (UINT8, Path);
[all...]
H A Ddsfield.c65 char *Path,
84 * Path - Pathname of the region
99 char *Path,
117 AcpiDmAddOpToExternalList (Op, Path, ACPI_TYPE_REGION, 0, 0);
119 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ACPI_TYPE_REGION,
96 AcpiDsCreateExternalRegion( ACPI_STATUS LookupStatus, ACPI_PARSE_OBJECT *Op, char *Path, ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE **Node) argument
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfpopen.c40 static char Meta[1<<CHAR_BIT], **Path; variable
115 { for(p = Path; *p; ++p)
193 if(!Path)
194 Path = _sfgetpath("PATH");
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsaccess.c301 char *Path = Pathname; local
382 Path = "";
402 if (*Path == (UINT8) AML_ROOT_PREFIX)
411 Path++;
414 "Path is absolute from root [%p]\n", ThisNode));
430 while (*Path == (UINT8) AML_PARENT_PREFIX)
440 Path++;
451 "%s: Path has too many parent prefixes (^) "
478 switch (*Path)
502 Path
[all...]
H A Dnsxfname.c601 char *Path; local
639 Path = AcpiPsGetNextNamestring (&ParserState);
672 Status = AcpiNsLookup (NULL, Path, ACPI_TYPE_METHOD, ACPI_IMODE_LOAD_PASS1,
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Duterror.c283 * Path - Path to the node (optional)
298 const char *Path,
308 if (Path)
310 Status = AcpiNsGetNode (PrefixNode, Path,
293 AcpiUtMethodError( const char *ModuleName, UINT32 LineNumber, const char *Message, ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, ACPI_STATUS MethodStatus) argument
H A Duteval.c58 * Path - Path to object from starting node
75 const char *Path,
96 Info->RelativePathname = Path;
106 AcpiUtGetNodeName (PrefixNode), Path));
111 PrefixNode, Path, Status);
124 PrefixNode, Path, AE_NOT_EXIST);
179 PrefixNode, Path, AE_TYPE);
183 Path, AcpiUtGetObjectTypeName (Info->ReturnObject),
73 AcpiUtEvaluateObject( ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, UINT32 ExpectedReturnBtypes, ACPI_OPERAND_OBJECT **ReturnDesc) argument
H A Dutmisc.c391 * Path - Additional path string to be appended.
404 const char *Path)
451 if (Path)
453 AcpiOsPrintf (".%s", Path);
401 AcpiUtDisplayInitPathname( UINT8 Type, ACPI_NAMESPACE_NODE *ObjHandle, const char *Path) argument
/illumos-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpsargs.c260 char *Path; local
270 Path = AcpiPsGetNextNamestring (ParserState);
275 if (!Path)
277 Arg->Common.Value.Name = Path;
289 Status = AcpiNsLookup (WalkState->ScopeInfo, Path,
317 "Control Method - %p Desc %p Path=%p\n", Node, MethodDesc, Path));
328 NameOp->Common.Value.Name = Path;
391 ACPI_ERROR_NAMESPACE (Path, Status);
404 Arg->Common.Value.Name = Path;
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drsutils.c726 * Path - Path to method, relative to Handle
743 const char *Path,
759 Path, ACPI_BTYPE_BUFFER, &ObjDesc);
741 AcpiRsGetMethodData( ACPI_HANDLE Handle, const char *Path, ACPI_BUFFER *RetBuffer) argument
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosillumostbl.c998 AcpiOsOpenFile(const char *Path, UINT8 Modes) argument
1009 return (fopen(Path, mode));
/illumos-gate/usr/src/cmd/su/
H A Dsu.c101 char *Path, *Supath; variable
252 if (Path = defread("PATH="))
253 Path = strdup(Path);
261 (void) strlcat(path, (Path) ? Path : PATH, sizeof (path));
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h955 UINT8 *Path; member in struct:acpi_parse_obj_named
1272 char *Path; member in struct:acpi_external_list
1293 char *Path; member in struct:acpi_external_file
/illumos-gate/usr/src/uts/common/sys/mpt/
H A Dmpi_cnfg.h1211 raid_phys_disk1_path_t Path[MPI_RAID_PHYS_DISK1_PATH_MAX]; member in struct:config_page_raid_phys_disk_1

Completed in 87 milliseconds