Home
last modified time | relevance | path

Searched refs:ddi_prop_remove_common (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dndi_impldefs.h82 int ddi_prop_remove_common(dev_t, dev_info_t *, char *, int);
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c162 return (ddi_prop_remove_common(dev, dip, name, DDI_PROP_HW_DEF)); in ndi_prop_remove()
H A Dsunddi.c4014 ddi_prop_remove_common(dev_t dev, dev_info_t *dip, char *name, int flag) in ddi_prop_remove_common() function
4066 return (ddi_prop_remove_common(dev, dip, name, 0)); in ddi_prop_remove()
4072 return (ddi_prop_remove_common(dev, dip, name, DDI_PROP_SYSTEM_DEF)); in e_ddi_prop_remove()