Searched refs:ph_size (Results 1 – 3 of 3) sorted by relevance
280 if (ph->ph_size == 0) in di_prop_fm_decode_bytes()287 data, ph->ph_size); in di_prop_fm_decode_bytes()380 if (ph->ph_cur_pos == NULL || ph->ph_size == 0) in di_prop_1275_int()383 i = ph->ph_size < PROP_1275_INT_SIZE ? in di_prop_1275_int()384 ph->ph_size : PROP_1275_INT_SIZE; in di_prop_1275_int()386 ph->ph_size - i)) in di_prop_1275_int()388 } else if (ph->ph_size < sizeof (int) || in di_prop_1275_int()390 ph->ph_size - sizeof (int)))) { in di_prop_1275_int()401 (ph->ph_size < PROP_1275_INT_SIZE) ? in di_prop_1275_int()402 ph->ph_size : PROP_1275_INT_SIZE); in di_prop_1275_int()[all …]
1803 ph->ph_size = 0; in ddi_prop_encode_alloc()1814 ph->ph_size = size; in ddi_prop_encode_alloc()1930 if (ph->ph_size == 0) in ddi_prop_fm_decode_int()1965 if (ph->ph_size == 0) in ddi_prop_fm_decode_int64()2269 if (ph->ph_size == 0) in ddi_prop_fm_decode_string()2586 if (ph->ph_size == 0) in ddi_prop_fm_decode_bytes()2593 data, ph->ph_size); in ddi_prop_fm_decode_bytes()2741 if (ph->ph_cur_pos == NULL || ph->ph_size == 0) in ddi_prop_1275_int()2744 i = MIN(ph->ph_size, PROP_1275_INT_SIZE); in ddi_prop_1275_int()2746 ph->ph_size - i)) in ddi_prop_1275_int()[all …]
80 uint_t ph_size; /* Size of encoded data */ member