Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfru/libfru/
H A DAncestor.cc44 * ANCESTOR_INST_BUF_SIZE); in Ancestor()
46 * ANCESTOR_INST_BUF_SIZE); in Ancestor()
84 if (numInstances >= ANCESTOR_INST_BUF_SIZE) { in addInstance()
88 (ANCESTOR_INST_BUF_SIZE * numBufs))); in addInstance()
91 (ANCESTOR_INST_BUF_SIZE * numBufs))); in addInstance()
H A DAncestor.h75 #define ANCESTOR_INST_BUF_SIZE 256 macro