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

/illumos-gate/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c340 struct dirent *emul_feature_filep; local
365 while ((emul_feature_filep = readdir(req_emulation_dirp)) != NULL) {
366 if (strcmp(emul_feature_filep->d_name, ".") == 0 ||
367 strcmp(emul_feature_filep->d_name, "..") == 0)
374 bit_index = basename_to_uint(emul_feature_filep->d_name);

Completed in 64 milliseconds