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

/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosunixdir.c58 char *DirPathname; member in struct:ExternalFindInfo
71 * PARAMETERS: DirPathname - Full pathname to the directory
83 char *DirPathname,
101 dir = opendir (DirPathname);
104 fprintf (stderr, "Cannot open directory - %s\n", DirPathname);
113 ExternalInfo->DirPathname = DirPathname;
154 strlen (ExternalInfo->DirPathname) + 2;
164 strcpy (temp_str, ExternalInfo->DirPathname);
82 AcpiOsOpenDirectory( char *DirPathname, char *WildcardSpec, char RequestedFileType) argument

Completed in 44 milliseconds