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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c1340 struct cachenode { /* this struct must be zeroed before using */ struct
1341 struct cachenode *lesschild; /* subtree whose entries < val */
1342 struct cachenode *grtrchild; /* subtree whose entries > val */
1347 static struct cachenode *names, *groups;
1349 static struct cachenode *
1350 findincache(struct cachenode **head, long val)
1352 struct cachenode **parent = head;
1353 struct cachenode *c = *parent;
1369 c = calloc(1, sizeof (struct cachenode));
1387 struct cachenode *
[all...]

Completed in 17 milliseconds