Home
last modified time | relevance | path

Searched refs:ph_size (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c278 if (ph->ph_size == 0) in di_prop_fm_decode_bytes()
285 data, ph->ph_size); in di_prop_fm_decode_bytes()
378 if (ph->ph_cur_pos == NULL || ph->ph_size == 0) in di_prop_1275_int()
381 i = ph->ph_size < PROP_1275_INT_SIZE ? in di_prop_1275_int()
382 ph->ph_size : PROP_1275_INT_SIZE; in di_prop_1275_int()
384 ph->ph_size - i)) in di_prop_1275_int()
386 } else if (ph->ph_size < sizeof (int) || in di_prop_1275_int()
388 ph->ph_size - sizeof (int)))) { in di_prop_1275_int()
399 (ph->ph_size < PROP_1275_INT_SIZE) ? in di_prop_1275_int()
400 ph->ph_size : PROP_1275_INT_SIZE); in di_prop_1275_int()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c1734 ph->ph_size = 0; in ddi_prop_encode_alloc()
1745 ph->ph_size = size; in ddi_prop_encode_alloc()
1861 if (ph->ph_size == 0) in ddi_prop_fm_decode_int()
1896 if (ph->ph_size == 0) in ddi_prop_fm_decode_int64()
2200 if (ph->ph_size == 0) in ddi_prop_fm_decode_string()
2517 if (ph->ph_size == 0) in ddi_prop_fm_decode_bytes()
2524 data, ph->ph_size); in ddi_prop_fm_decode_bytes()
2672 if (ph->ph_cur_pos == NULL || ph->ph_size == 0) in ddi_prop_1275_int()
2675 i = MIN(ph->ph_size, PROP_1275_INT_SIZE); in ddi_prop_1275_int()
2677 ph->ph_size - i)) in ddi_prop_1275_int()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dddipropdefs.h80 uint_t ph_size; /* Size of encoded data */ member