1 {# SPDX-License-Identifier: GPL-2.0 #} 2 {% if annotate %} 3 /* member {{ name }} (fixed-length array) */ 4 {% endif %} 5 for (u32 i = 0; i < {{ size }}; i++) { 6 if (xdrgen_decode_{{ type }}(xdr, &ptr->{{ name }}.items[i]) < 0) 7 return false; 8 }
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.