Searched refs:DDI_PROP_STR (Results 1 – 3 of 3) sorted by relevance
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | ddipropdefs.h | 112 #define DDI_PROP_STR(ph, cmd, data) \ macro
|
| /onnv-gate/usr/src/lib/libdevinfo/ |
| H A D | devinfo_prop_decode.c | 210 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_DSIZE, NULL); in di_prop_fm_decode_strings() 243 i = DDI_PROP_STR(ph, DDI_PROP_CMD_DECODE, tmp); in di_prop_fm_decode_strings()
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | sunddi.c | 2612 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_DSIZE, NULL); in ddi_prop_fm_decode_string() 2634 i = DDI_PROP_STR(ph, DDI_PROP_CMD_DECODE, tmp); in ddi_prop_fm_decode_string() 2676 i = DDI_PROP_STR(ph, DDI_PROP_CMD_SKIP, NULL); in ddi_prop_fm_decode_strings() 2708 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_DSIZE, NULL); in ddi_prop_fm_decode_strings() 2737 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_DSIZE, NULL); in ddi_prop_fm_decode_strings() 2763 i = DDI_PROP_STR(ph, DDI_PROP_CMD_DECODE, *tmp); in ddi_prop_fm_decode_strings() 2806 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_ESIZE, *tmp); in ddi_prop_fm_encode_string() 2829 i = DDI_PROP_STR(ph, DDI_PROP_CMD_ENCODE, *tmp); in ddi_prop_fm_encode_string() 2868 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_ESIZE, *tmp); in ddi_prop_fm_encode_strings() 2894 i = DDI_PROP_STR(ph, DDI_PROP_CMD_ENCODE, *tmp); in ddi_prop_fm_encode_strings()
|