Searched refs:DDI_PROP_INT (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | ddipropdefs.h | 110 #define DDI_PROP_INT(ph, cmd, data) \ macro
|
/titanic_50/usr/src/lib/libdevinfo/ |
H A D | devinfo_prop_decode.c | 128 i = DDI_PROP_INT(ph, DDI_PROP_CMD_SKIP, NULL); in di_prop_fm_decode_ints() 164 i = DDI_PROP_INT(ph, DDI_PROP_CMD_DECODE, tmp); in di_prop_fm_decode_ints()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sunddi.c | 1937 i = DDI_PROP_INT(ph, DDI_PROP_CMD_DECODE, &tmp); in ddi_prop_fm_decode_int() 2005 i = DDI_PROP_INT(ph, DDI_PROP_CMD_SKIP, NULL); in ddi_prop_fm_decode_ints() 2039 i = DDI_PROP_INT(ph, DDI_PROP_CMD_DECODE, tmp); in ddi_prop_fm_decode_ints() 2156 size = DDI_PROP_INT(ph, DDI_PROP_CMD_GET_ESIZE, NULL); in ddi_prop_fm_encode_ints() 2180 i = DDI_PROP_INT(ph, DDI_PROP_CMD_ENCODE, tmp); in ddi_prop_fm_encode_ints()
|