Home | History | Annotate | Download | only in hw

Lines Matching refs:uuids

31         int uuids;
99 hi = record->uuids;
597 int *uuids)
605 (*uuids) ++;
623 len += sdp_attr_max_size(element ++, uuids);
705 record->uuids = 0;
709 &record->uuids);
711 record->uuids = 1 << ffs(record->uuids - 1);
715 qemu_mallocz(record->uuids * sizeof(*record->uuid));
744 /* Sort the searchable UUIDs list for bisection */
745 qsort(record->uuid, record->uuids,