Searched refs:last_cap (Results 1 - 4 of 4) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-dump.c291 unsigned long i, last_cap; local
306 last_cap = cap_last_cap();
322 if (i > last_cap)
H A Dkdbus.h102 * @last_cap: Highest currently known capability bit
111 __u32 last_cap; member in struct:kdbus_caps
H A Dbus-control.c561 if (item->caps.last_cap != cap_last_cap() ||
562 item->size - offsetof(struct kdbus_item, caps.caps) < DIV_ROUND_UP(item->caps.last_cap, 32U) * 4 * 4)
H A Dbus-kernel.c725 if (d->caps.last_cap != cap_last_cap() ||
726 d->size - offsetof(struct kdbus_item, caps.caps) < DIV_ROUND_UP(d->caps.last_cap, 32U) * 4 * 4) {

Completed in 1167 milliseconds