opp_zalloc
opp = opp_zalloc(proplen, prop);
struct openpromio *opp = opp_zalloc(strlen(prop) + 1, prop);