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

/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c499 int total_space = list->num + num_segments; local
502 (sizeof (*(list->strs)) * (total_space)));
523 if (list->num >= total_space) {
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c510 int total_space = list->num + num_segments; local
513 (sizeof (*(list->strs)) * (total_space)));
534 if (list->num >= total_space) {

Completed in 62 milliseconds