Searched defs:i_ddi_prop_dyn_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h986 * devinfo driver must know name and type. The i_ddi_prop_dyn_t mechanism
989 * i_ddi_prop_dyn_t array, and registers that array using
994 * The last element of a i_ddi_prop_dyn_t is detected via a NULL dp_name value.
1012 * the i_ddi_prop_dyn_t mechanism should remain private.
1018 } i_ddi_prop_dyn_t; typedef in typeref:struct:i_ddi_prop_dyn
1020 i_ddi_prop_dyn_t *);
1021 i_ddi_prop_dyn_t *i_ddi_prop_dyn_driver_get(dev_info_t *);
1023 i_ddi_prop_dyn_t *);
1024 i_ddi_prop_dyn_t *i_ddi_prop_dyn_parent_get(dev_info_t *);
1026 i_ddi_prop_dyn_t *);
[all...]

Completed in 66 milliseconds