Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm.c6040 static struct stat cached_sb; in read_enumerate_file() local
6065 if (current_sb.st_mtime == cached_sb.st_mtime) { in read_enumerate_file()
6088 (void) stat(enumerate_file, &cached_sb); in read_enumerate_file()
6155 static struct stat cached_sb; in read_devlinktab_file() local
6168 if (current_sb.st_mtime == cached_sb.st_mtime) { in read_devlinktab_file()
6192 (void) stat(devlinktab_file, &cached_sb); in read_devlinktab_file()
7303 static struct stat cached_sb; in read_minor_perm_file() local
7311 if (current_sb.st_mtime == cached_sb.st_mtime) { in read_minor_perm_file()
7321 (void) stat(MINOR_PERM_FILE, &cached_sb); in read_minor_perm_file()
7368 static struct stat cached_sb; in read_logindevperm_file() local
[all …]