static inline int diskstats_items_check_failed (
- struct ext_support *this,
enum diskstats_item *items,
int numitems)
{
enum diskstats_item *items,
int numitems)
{
- if (diskstats_items_check_failed(this, items, numitems))
+ if (diskstats_items_check_failed(items, numitems))
return -1;
/* is this the first time or have things changed since we were last called?
if so, gotta' redo all of our stacks stuff ... */
fprintf(stderr, "%s line %d: was %s, expected %s\n", file, lineno, typestr, str);
}
return &stack->head[relative_enum];
+ (void)info;
} // end: xtra_diskstats_val
fprintf(stderr, "%s line %d: was %s, expected %s\n", file, lineno, typestr, str);
}
return &stack->head[relative_enum];
+ (void)info;
} // end: xtra_meminfo_val
fprintf(stderr, "%s line %d: was %s, expected %s\n", file, lineno, typestr, str);
}
return &stack->head[relative_enum];
+ (void)info;
} // end: xtra_pids_val
static inline int slabinfo_items_check_failed (
- struct ext_support *this,
enum slabinfo_item *items,
int numitems)
{
enum slabinfo_item *items,
int numitems)
{
- if (slabinfo_items_check_failed(this, items, numitems))
+ if (slabinfo_items_check_failed(items, numitems))
return -1;
/* is this the first time or have things changed since we were last called?
if so, gotta' redo all of our stacks stuff ... */
fprintf(stderr, "%s line %d: was %s, expected %s\n", file, lineno, typestr, str);
}
return &stack->head[relative_enum];
+ (void)info;
} // end: xtra_slabinfo_val
fprintf(stderr, "%s line %d: was %s, expected %s\n", file, lineno, typestr, str);
}
return &stack->head[relative_enum];
+ (void)info;
} // end: xtra_stat_val
fprintf(stderr, "%s line %d: was %s, expected %s\n", file, lineno, typestr, str);
}
return &stack->head[relative_enum];
+ (void)info;
} // end: xtra_vmstat_val