HomeSort by: relevance | last modified time | path
    Searched defs:temp_stat (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osunixdir.c 249 struct stat temp_stat; local in function:AcpiOsGetNextFilename
277 err = stat (temp_str, &temp_stat);
289 if ((S_ISDIR (temp_stat.st_mode)
292 ((!S_ISDIR (temp_stat.st_mode)

Completed in 11 milliseconds