Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/sh/
H A Dname.c36 #define NVCACHE 8 /* must be a power of 2 */ macro
84 #if NVCACHE
97 } entries[NVCACHE];
817 #if NVCACHE in nv_create()
1074 #if NVCACHE in nv_delete()
1077 for(c=0,xp=nvcache.entries ; c < NVCACHE; xp= &nvcache.entries[++c]) in nv_delete()
1127 #if NVCACHE in nv_open()
1200 #if NVCACHE in nv_open()
1201 for(c=0,xp=nvcache.entries ; c < NVCACHE; xp= &nvcache.entries[++c]) in nv_open()
1221 #if NVCACHE in nv_open()
[all …]