Home
last modified time | relevance | path

Searched refs:DDI_PROP_DYNAMIC (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dddipropdefs.h266 #define DDI_PROP_DYNAMIC 0x10000 macro
/titanic_50/usr/src/uts/common/os/
H A Ddriver_lyr.c868 flags | DDI_PROP_DYNAMIC, name, NULL, &prop_len); in i_ldi_prop_op_typed()
895 flags | DDI_PROP_DYNAMIC, name, prop_val, &prop_len); in i_ldi_prop_op_typed()
2639 flags | DDI_PROP_DYNAMIC, name, in ldi_prop_get_int()
2700 flags | DDI_PROP_DYNAMIC, name, in ldi_prop_get_int64()
2757 flags | DDI_PROP_DYNAMIC, name, NULL, &prop_len); in ldi_prop_exists()
H A Dsunddi.c1481 if (mod_flags & DDI_PROP_DYNAMIC) in ddi_prop_op()
/titanic_50/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c877 flags |= DDI_PROP_DYNAMIC; in xdfs_prop_op()