Searched refs:DDI_PROP_CMD_GET_ESIZE (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo_prop_decode.c | 461 case DDI_PROP_CMD_GET_ESIZE: in di_prop_1275_int() 566 case DDI_PROP_CMD_GET_ESIZE: in di_prop_int64_op() 683 case DDI_PROP_CMD_GET_ESIZE: in di_prop_1275_string() 791 case DDI_PROP_CMD_GET_ESIZE: in di_prop_1275_bytes()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ddipropdefs.h | 127 DDI_PROP_CMD_GET_ESIZE, /* Get encoded size of data */ enumerator
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sunddi.c | 2156 size = DDI_PROP_INT(ph, DDI_PROP_CMD_GET_ESIZE, NULL); in ddi_prop_fm_encode_ints() 2216 size = DDI_PROP_INT64(ph, DDI_PROP_CMD_GET_ESIZE, NULL); in ddi_prop_fm_encode_int64() 2469 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_ESIZE, *tmp); in ddi_prop_fm_encode_string() 2531 size = DDI_PROP_STR(ph, DDI_PROP_CMD_GET_ESIZE, *tmp); in ddi_prop_fm_encode_strings() 2655 size = DDI_PROP_BYTES(ph, DDI_PROP_CMD_GET_ESIZE, (uchar_t *)data, in ddi_prop_fm_encode_bytes() 2823 case DDI_PROP_CMD_GET_ESIZE: in ddi_prop_1275_int() 2938 case DDI_PROP_CMD_GET_ESIZE: in ddi_prop_int64_op() 3066 case DDI_PROP_CMD_GET_ESIZE: in ddi_prop_1275_string() 3181 case DDI_PROP_CMD_GET_ESIZE: in ddi_prop_1275_bytes()
|