Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dddipropdefs.h112 #define DDI_PROP_STR(ph, cmd, data) \ macro
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c208 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_DSIZE, NULL); in di_prop_fm_decode_strings()
241 i = DDI_PROP_STR(ph, DDI_PROP_CMD_DECODE, tmp); in di_prop_fm_decode_strings()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c2206 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_DSIZE, NULL); in ddi_prop_fm_decode_string()
2228 i = DDI_PROP_STR(ph, DDI_PROP_CMD_DECODE, tmp); in ddi_prop_fm_decode_string()
2270 i = DDI_PROP_STR(ph, DDI_PROP_CMD_SKIP, NULL); in ddi_prop_fm_decode_strings()
2302 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_DSIZE, NULL); in ddi_prop_fm_decode_strings()
2331 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_DSIZE, NULL); in ddi_prop_fm_decode_strings()
2357 i = DDI_PROP_STR(ph, DDI_PROP_CMD_DECODE, *tmp); in ddi_prop_fm_decode_strings()
2400 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_ESIZE, *tmp); in ddi_prop_fm_encode_string()
2423 i = DDI_PROP_STR(ph, DDI_PROP_CMD_ENCODE, *tmp); in ddi_prop_fm_encode_string()
2462 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_ESIZE, *tmp); in ddi_prop_fm_encode_strings()
2488 i = DDI_PROP_STR(ph, DDI_PROP_CMD_ENCODE, *tmp); in ddi_prop_fm_encode_strings()