Home
last modified time | relevance | path

Searched refs:DDI_PROP_CANNOT_DECODE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c142 return (DDI_PROP_CANNOT_DECODE); in di_prop_fm_decode_ints()
153 return (DDI_PROP_CANNOT_DECODE); in di_prop_fm_decode_ints()
174 return (DDI_PROP_CANNOT_DECODE); in di_prop_fm_decode_ints()
226 return (DDI_PROP_CANNOT_DECODE); in di_prop_fm_decode_strings()
232 return (DDI_PROP_CANNOT_DECODE); in di_prop_fm_decode_strings()
253 return (DDI_PROP_CANNOT_DECODE); in di_prop_fm_decode_strings()
292 return (DDI_PROP_CANNOT_DECODE); in di_prop_fm_decode_bytes()
300 return (DDI_PROP_CANNOT_DECODE); in di_prop_fm_decode_bytes()
318 return (DDI_PROP_CANNOT_DECODE); in di_prop_fm_decode_bytes()
/illumos-gate/usr/src/uts/common/sys/
H A Dddipropdefs.h170 #define DDI_PROP_CANNOT_DECODE 6 /* Could not decode prop */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c1875 return (DDI_PROP_CANNOT_DECODE); in ddi_prop_fm_decode_int()
1910 return (DDI_PROP_CANNOT_DECODE); in ddi_prop_fm_decode_int64()
1952 return (DDI_PROP_CANNOT_DECODE); in ddi_prop_fm_decode_ints()
1982 return (DDI_PROP_CANNOT_DECODE); in ddi_prop_fm_decode_ints()
2026 return (DDI_PROP_CANNOT_DECODE); in ddi_prop_fm_decode_int64_array()
2213 return (DDI_PROP_CANNOT_DECODE); in ddi_prop_fm_decode_string()
2240 return (DDI_PROP_CANNOT_DECODE); in ddi_prop_fm_decode_string()
2286 return (DDI_PROP_CANNOT_DECODE); in ddi_prop_fm_decode_strings()
2531 return (DDI_PROP_CANNOT_DECODE); in ddi_prop_fm_decode_bytes()
2555 return (DDI_PROP_CANNOT_DECODE); in ddi_prop_fm_decode_bytes()
[all …]
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h702 {DDI_PROP_CANNOT_DECODE, "DDI_PROP_CANNOT_DECODE"}, \
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c3198 if (rv == DDI_PROP_CANNOT_DECODE) { in nvme_config_list()