Home
last modified time | relevance | path

Searched refs:DDI_PROP_TYPE_BYTE (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddipropdefs.h218 #define DDI_PROP_TYPE_BYTE 0x0400 macro
224 DDI_PROP_TYPE_BYTE | \
229 DDI_PROP_TYPE_BYTE | \
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1825 bsetprop(DDI_PROP_TYPE_BYTE, in build_boot_properties()
1853 bsetprop(DDI_PROP_TYPE_BYTE, in build_boot_properties()
2788 bsetprop(DDI_PROP_TYPE_BYTE, in process_slit()
H A Dddi_impl.c1931 case DDI_PROP_TYPE_BYTE: in get_boot_properties()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c610 case DDI_PROP_TYPE_BYTE: in devinfo_print_props_type()
696 case DDI_PROP_TYPE_BYTE: in devinfo_print_props_guess()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c1526 if (flags & DDI_PROP_TYPE_BYTE) in di_prop_type()
2192 case DDI_PROP_TYPE_BYTE: in di_path_prop_type()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c3497 (flag | DDI_PROP_TYPE_BYTE), name, in ddi_prop_modify()
3520 (flag | DDI_PROP_SYSTEM_DEF | DDI_PROP_TYPE_BYTE), in e_ddi_prop_modify()
3974 (flags | DDI_PROP_TYPE_BYTE), name, data, in ddi_prop_lookup_byte_array()
3988 return (ddi_prop_update_common(match_dev, dip, DDI_PROP_TYPE_BYTE, in ddi_prop_update_byte_array()
4001 DDI_PROP_SYSTEM_DEF | DDI_PROP_TYPE_BYTE, in e_ddi_prop_update_byte_array()
H A Dsunndi.c155 DDI_PROP_HW_DEF | DDI_PROP_TYPE_BYTE | DDI_PROP_DONTSLEEP, in ndi_prop_update_byte_array()
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c2824 me->prop_type = DDI_PROP_TYPE_BYTE; in di_path_getprop()