Searched refs:total_space (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tape.c324 reply.total_space = long_long_to_quad(0); /* not supported */
655 reply.total_space = long_long_to_quad(0); /* not supported */
660 reply.total_space = long_long_to_quad(0LL);
1018 reply.total_space = long_long_to_quad(0LL); /* not supported */
H A Dndmp.x801 ndmp_u_quad total_space;
899 ndmp_u_quad total_space;
930 ndmp_u_quad total_space;
/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 53 milliseconds