Searched refs:req_emulation_dirp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c317 DIR *req_emulation_dirp; local
335 if ((req_emulation_dirp = opendir(path)) == NULL)
343 while ((emul_feature_filep = readdir(req_emulation_dirp)) != NULL) {
377 (void) closedir(req_emulation_dirp);

Completed in 20 milliseconds