Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c6054 static struct stat cached_sb; in read_enumerate_file() local
6079 if (current_sb.st_mtime == cached_sb.st_mtime) { in read_enumerate_file()
6102 (void) stat(enumerate_file, &cached_sb); in read_enumerate_file()
6169 static struct stat cached_sb; in read_devlinktab_file() local
6182 if (current_sb.st_mtime == cached_sb.st_mtime) { in read_devlinktab_file()
6206 (void) stat(devlinktab_file, &cached_sb); in read_devlinktab_file()
7317 static struct stat cached_sb; in read_minor_perm_file() local
7325 if (current_sb.st_mtime == cached_sb.st_mtime) { in read_minor_perm_file()
7335 (void) stat(MINOR_PERM_FILE, &cached_sb); in read_minor_perm_file()
7382 static struct stat cached_sb; in read_logindevperm_file() local
[all …]