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

/osnet-11/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c318 struct dirent *emul_feature_filep; local
343 while ((emul_feature_filep = readdir(req_emulation_dirp)) != NULL) {
344 if (strcmp(emul_feature_filep->d_name, ".") == 0 ||
345 strcmp(emul_feature_filep->d_name, "..") == 0)
352 bit_index = basename_to_uint(emul_feature_filep->d_name);

Completed in 20 milliseconds