Home
last modified time | relevance | path

Searched defs:cachenode (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c774 static struct cachenode { /* this struct must be zeroed before using */ struct
775 struct cachenode *lesschild; /* subtree whose entries < val */ argument
776 struct cachenode *grtrchild; /* subtree whose entries > val */ argument
782 static struct cachenode * argument
/illumos-gate/usr/src/cmd/ls/
H A Dls.c2196 struct cachenode { /* this struct must be zeroed before using */ struct
2197 struct cachenode *lesschild; /* subtree whose entries < val */ argument
2198 struct cachenode *grtrchild; /* subtree whose entries > val */ argument
2203 static struct cachenode *names, *groups; argument
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c86 struct cachenode { /* this struct must be zeroed before using */ struct
87 struct cachenode *lesschild; /* subtree whose entries < val */ argument
88 struct cachenode *grtrchild; /* subtree whose entries > val */ argument
93 static struct cachenode *names, *groups; argument
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c6234 typedef struct cachenode { /* this struct must be zeroed before using */ struct
6235 struct cachenode *next; /* next in hash chain */ argument
6239 } cachenode_t; argument