ndbootd_calloc
void *ndbootd_calloc _NDBOOTD_P((size_t, size_t));
#define ndbootd_new0(t, c) ((t *) ndbootd_calloc(c, sizeof(t)))