Lines Matching defs:packed
478 * trusted. This function is used when decoding packed nvpairs.
2211 bzero(nvlp, len); /* don't trust packed data */
2443 * This structure is used when decoding a packed nvpair in
2445 * packed nvpair. n_end is a pointer to the end of the buffer.
2450 * n_flag is used to recognize a packed embedded list.
2526 return (0); /* packed embedded list */
2539 * if calculate for packed embedded list
2583 nvlist_t *packed = (void *)
2586 * Null out the pointer that is meaningless in the packed
2590 bzero(&packed->nvl_priv, sizeof (packed->nvl_priv));
2603 nvlist_t *packed = (nvlist_t *)((uintptr_t)value + len);
2606 * Null out pointers that are meaningless in the packed
2612 for (i = 0; i < NVP_NELEM(nvp); i++, packed++)
2615 * packed structure. The address may not be aligned,
2618 bzero(&packed->nvl_priv, sizeof (packed->nvl_priv));
2633 * Null out pointers that are meaningless in the packed
2816 * An xdr packed nvlist is encoded as:
3073 bzero(buf, len); /* don't trust packed data */
3200 * The NVS_XDR_MAX_LEN macro takes a packed xdr buffer of size x and estimates
3204 * The size of a xdr packed nvpair without any data is 5 words.
3209 * the strings. These pointers are not encoded into the packed xdr buffer.