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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c6041 static struct stat cached_sb; local
6066 if (current_sb.st_mtime == cached_sb.st_mtime) {
6089 (void) stat(enumerate_file, &cached_sb);
6156 static struct stat cached_sb; local
6169 if (current_sb.st_mtime == cached_sb.st_mtime) {
6193 (void) stat(devlinktab_file, &cached_sb);
7304 static struct stat cached_sb; local
7312 if (current_sb.st_mtime == cached_sb.st_mtime) {
7322 (void) stat(MINOR_PERM_FILE, &cached_sb);
7369 static struct stat cached_sb; local
7582 static struct stat cached_sb; local
[all...]

Completed in 79 milliseconds