Lines Matching defs:count
706 WARN("%s: unsupported attribute desc count %u.\n",
777 * constituent_memory_region_descriptor offset or count is invalid.
789 size_t count;
897 count = size / sizeof(struct ffa_cons_mrd);
902 if (comp->address_range_count != count) {
903 WARN("%s: invalid object, desc count %u != %zu\n",
904 __func__, comp->address_range_count, count);
910 count * sizeof(struct ffa_cons_mrd);
921 * comp->address_range_count is 32-bit, so 'count' must fit in a
924 for (size_t i = 0; i < count; i++) {
1444 WARN("%s: unsupported attribute desc count %u.\n",
1804 WARN("%s: endpoint count cannot be 0.\n", __func__);
1819 * support proxy endpoints so the endpoint count should always be 1.
1822 WARN("%s: unsupported endpoint count %u != 1\n", __func__,