Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c339 DIR *req_emulation_dirp; in set_zone_emul_bitmap() local
357 if ((req_emulation_dirp = opendir(path)) == NULL) in set_zone_emul_bitmap()
365 while ((emul_feature_filep = readdir(req_emulation_dirp)) != NULL) { in set_zone_emul_bitmap()
399 (void) closedir(req_emulation_dirp); in set_zone_emul_bitmap()