hma_reg
list_create(&hma_registrations, sizeof (struct hma_reg),
offsetof(struct hma_reg, hr_node));
struct hma_reg *reg;
struct hma_reg *reg = NULL;
struct hma_reg *reg = NULL;
typedef struct hma_reg hma_reg_t;