Lines Matching refs:props_ptr
518 conn.props_ptr = VOID2U64(drmMalloc(conn.count_props*sizeof(uint32_t)));
519 if (!conn.props_ptr)
551 drmFree(U642VOID(conn.props_ptr));
573 r->props = drmAllocCpy(U642VOID(conn.props_ptr), conn.count_props, sizeof(uint32_t));
595 drmFree(U642VOID(conn.props_ptr));
1256 properties.props_ptr = VOID2U64(drmMalloc(count *
1258 if (!properties.props_ptr)
1270 drmFree(U642VOID(properties.props_ptr));
1281 ret->props = drmAllocCpy(U642VOID(properties.props_ptr),
1293 drmFree(U642VOID(properties.props_ptr));
1490 uint32_t *props_ptr = NULL;
1547 props_ptr = drmMalloc(sorted->cursor * sizeof props_ptr[0]);
1548 if (!props_ptr) {
1567 props_ptr[i] = sorted->items[i].property_id;
1575 atomic.props_ptr = VOID2U64(props_ptr);
1584 drmFree(props_ptr);