Lines Matching +full:cell +full:- +full:value
85 Properties consist of a name and a value.
86 A name is a human-readable string from 1 to 31 characters long.
87 A value is an array of zero or more bytes that encode certain
90 Properties can encode byte arrays, text strings, unsigned 32-bit
93 Property with a zero-length value usually represents boolean
104 Unsigned 32-bit values, also sometimes called cells, are
105 encoded as a sequence of 4 bytes in big-endian order.
108 returns either the length of the value associated with the property
112 or 0 if the property exists but has no associated value.
115 does not exist, -1 is returned.
120 bytes from the value associated with the property
126 Returns the actual size of the value or -1 if the
134 then converts cell values from big-endian to host byte order.
135 Returns the actual size of the value in bytes, or -1
155 bytes of the value associated with the property
158 Returns the actual size in bytes of the value,
159 or -1 if the property does not exist.
169 bytes of the value associated with the property
172 then converts cell values from big-endian to host byte order.
173 Returns the actual size in bytes of the value,
174 or -1 if the property does not exist.
178 value associated with the property
182 and copies the value into the newly allocated memory region.
183 Returns the actual size of the value and stores
186 If the property has a zero-sized value
189 Returns -1 if the property does not exist or
198 value associated with the property
202 copies the value into the newly allocated memory region, and
203 then converts cell values from big-endian to host byte
205 The actual size of the value is returned and the
208 If the property has zero-length value,
211 Returns -1 if the property does not exist or
212 memory allocation failed or the size of the value is not
213 divisible by a cell size (4 bytes).
221 value associated with the property
225 and copies the value into the newly allocated memory region.
226 The value is expected to be an array of zero or more elements
229 Returns the number of elements in the value and stores
232 If the property has a zero-sized value
235 Returns -1 if the property does not exist or
236 memory allocation failed or the size of the value is not
246 value associated with the property
250 and copies the value into the newly allocated memory region, and
251 then converts cell values from big-endian to host byte
253 The value is expected to be an array of zero or more elements
256 Returns the number of elements in the value and stores
259 If the property has a zero-sized value
262 Returns -1 if the property does not exist or
263 memory allocation failed or the size of the value is not
293 returns -1 if
301 sets the value of the property
305 to the value beginning at the address specified by
313 returns the actual size of the new value, or -1 if the
314 property value cannot be changed or the new property
317 .Bd -literal
338 * Get string value of model property of HDMI framer node
348 .An -nosplit