Searched refs:uuid (Results 1 – 4 of 4) sorted by relevance
19 unsigned char uuid[16]; member
53 sharpsl_param.uuid[0]=-1; in sharpsl_save_param()
248 extern int pfm_unregister_buffer_fmt(pfm_uuid_t uuid);
1260 __pfm_find_buffer_fmt(pfm_uuid_t uuid) in __pfm_find_buffer_fmt() argument1267 if (pfm_uuid_cmp(uuid, entry->fmt_uuid) == 0) in __pfm_find_buffer_fmt()1277 pfm_find_buffer_fmt(pfm_uuid_t uuid) in pfm_find_buffer_fmt() argument1281 fmt = __pfm_find_buffer_fmt(uuid); in pfm_find_buffer_fmt()1318 pfm_unregister_buffer_fmt(pfm_uuid_t uuid) in pfm_unregister_buffer_fmt() argument1325 fmt = __pfm_find_buffer_fmt(uuid); in pfm_unregister_buffer_fmt()