cblist_t
cblist_t *cblist = NULL;
cblist_t *cbl;
if ((cbl = (cblist_t *)malloc(sizeof (*cbl))) == NULL)