Home
last modified time | relevance | path

Searched refs:DDI_PROP_INT64 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddipropdefs.h120 #define DDI_PROP_INT64(ph, cmd, data) \ macro
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c1903 i = DDI_PROP_INT64(ph, DDI_PROP_CMD_DECODE, &tmp); in ddi_prop_fm_decode_int64()
2010 i = DDI_PROP_INT64(ph, DDI_PROP_CMD_SKIP, NULL); in ddi_prop_fm_decode_int64_array()
2044 i = DDI_PROP_INT64(ph, DDI_PROP_CMD_DECODE, tmp); in ddi_prop_fm_decode_int64_array()
2147 size = DDI_PROP_INT64(ph, DDI_PROP_CMD_GET_ESIZE, NULL); in ddi_prop_fm_encode_int64()
2171 i = DDI_PROP_INT64(ph, DDI_PROP_CMD_ENCODE, tmp); in ddi_prop_fm_encode_int64()