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 …]
2140 ph->ph_size = 0; in ddi_prop_encode_alloc()2151 ph->ph_size = size; in ddi_prop_encode_alloc()2267 if (ph->ph_size == 0) in ddi_prop_fm_decode_int()2302 if (ph->ph_size == 0) in ddi_prop_fm_decode_int64()2606 if (ph->ph_size == 0) in ddi_prop_fm_decode_string()2923 if (ph->ph_size == 0) in ddi_prop_fm_decode_bytes()2930 data, ph->ph_size); in ddi_prop_fm_decode_bytes()3078 if (ph->ph_cur_pos == NULL || ph->ph_size == 0) in ddi_prop_1275_int()3081 i = MIN(ph->ph_size, PROP_1275_INT_SIZE); in ddi_prop_1275_int()3083 ph->ph_size - i)) in ddi_prop_1275_int()[all …]
80 uint_t ph_size; /* Size of encoded data */ member