Searched refs:DDI_PROP_CMD_GET_DSIZE (Results 1 – 3 of 3) sorted by relevance
/titanic_41/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() 286 nbytes = DDI_PROP_BYTES(ph, DDI_PROP_CMD_GET_DSIZE, in di_prop_fm_decode_bytes() 467 case DDI_PROP_CMD_GET_DSIZE: in di_prop_1275_int() 572 case DDI_PROP_CMD_GET_DSIZE: in di_prop_int64_op() 689 case DDI_PROP_CMD_GET_DSIZE: in di_prop_1275_string() 798 case DDI_PROP_CMD_GET_DSIZE: in di_prop_1275_bytes()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ddipropdefs.h | 128 DDI_PROP_CMD_GET_DSIZE, /* Get decoded size of data */ enumerator
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sunddi.c | 2275 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_DSIZE, NULL); in ddi_prop_fm_decode_string() 2371 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_DSIZE, NULL); in ddi_prop_fm_decode_strings() 2400 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_DSIZE, NULL); in ddi_prop_fm_decode_strings() 2592 nbytes = DDI_PROP_BYTES(ph, DDI_PROP_CMD_GET_DSIZE, in ddi_prop_fm_decode_bytes() 2829 case DDI_PROP_CMD_GET_DSIZE: in ddi_prop_1275_int() 2944 case DDI_PROP_CMD_GET_DSIZE: in ddi_prop_int64_op() 3072 case DDI_PROP_CMD_GET_DSIZE: in ddi_prop_1275_string() 3188 case DDI_PROP_CMD_GET_DSIZE: in ddi_prop_1275_bytes()
|