Searched refs:slot_id_p (Results 1 – 2 of 2) sorted by relevance
71 dbus_int32_t *slot_id_p) in _dbus_data_slot_allocator_alloc() argument88 if (*slot_id_p >= 0) in _dbus_data_slot_allocator_alloc()90 slot = *slot_id_p; in _dbus_data_slot_allocator_alloc()100 _dbus_assert (*slot_id_p < 0); in _dbus_data_slot_allocator_alloc()139 _dbus_assert (*slot_id_p < 0); in _dbus_data_slot_allocator_alloc()143 *slot_id_p = slot; in _dbus_data_slot_allocator_alloc()166 dbus_int32_t *slot_id_p) in _dbus_data_slot_allocator_free() argument170 _dbus_assert (*slot_id_p < allocator->n_allocated_slots); in _dbus_data_slot_allocator_free()171 _dbus_assert (allocator->allocated_slots[*slot_id_p].slot_id == *slot_id_p); in _dbus_data_slot_allocator_free()172 _dbus_assert (allocator->allocated_slots[*slot_id_p].refcount > 0); in _dbus_data_slot_allocator_free()[all …]
76 int *slot_id_p);78 int *slot_id_p);