nvlist_add_byte
int nvlist_add_byte(nvlist_t *, const char *, uint8_t);
rv = nvlist_add_byte(nv, name, *(int8_t *)data);