ddi_prop_remove_all_common
ddi_prop_remove_all_common(dip, 0);
ddi_prop_remove_all_common(dip, (int)DDI_PROP_SYSTEM_DEF);
ddi_prop_remove_all_common(dip, (int)DDI_PROP_HW_DEF);
void ddi_prop_remove_all_common(dev_info_t *, int);