_KDBUS_ITEM_KERNEL_BASE 1028 src/libsystemd/sd-bus/bus-kernel.c                 [KDBUS_ITEM_NAME_ADD - _KDBUS_ITEM_KERNEL_BASE] = translate_name_change,
_KDBUS_ITEM_KERNEL_BASE 1029 src/libsystemd/sd-bus/bus-kernel.c                 [KDBUS_ITEM_NAME_REMOVE - _KDBUS_ITEM_KERNEL_BASE] = translate_name_change,
_KDBUS_ITEM_KERNEL_BASE 1030 src/libsystemd/sd-bus/bus-kernel.c                 [KDBUS_ITEM_NAME_CHANGE - _KDBUS_ITEM_KERNEL_BASE] = translate_name_change,
_KDBUS_ITEM_KERNEL_BASE 1032 src/libsystemd/sd-bus/bus-kernel.c                 [KDBUS_ITEM_ID_ADD - _KDBUS_ITEM_KERNEL_BASE] = translate_id_change,
_KDBUS_ITEM_KERNEL_BASE 1033 src/libsystemd/sd-bus/bus-kernel.c                 [KDBUS_ITEM_ID_REMOVE - _KDBUS_ITEM_KERNEL_BASE] = translate_id_change,
_KDBUS_ITEM_KERNEL_BASE 1035 src/libsystemd/sd-bus/bus-kernel.c                 [KDBUS_ITEM_REPLY_TIMEOUT - _KDBUS_ITEM_KERNEL_BASE] = translate_reply,
_KDBUS_ITEM_KERNEL_BASE 1036 src/libsystemd/sd-bus/bus-kernel.c                 [KDBUS_ITEM_REPLY_DEAD - _KDBUS_ITEM_KERNEL_BASE] = translate_reply,
_KDBUS_ITEM_KERNEL_BASE 1044 src/libsystemd/sd-bus/bus-kernel.c                 if (d->type >= _KDBUS_ITEM_KERNEL_BASE && d->type < _KDBUS_ITEM_KERNEL_BASE + ELEMENTSOF(translate)) {
_KDBUS_ITEM_KERNEL_BASE 1057 src/libsystemd/sd-bus/bus-kernel.c         return translate[found->type - _KDBUS_ITEM_KERNEL_BASE](bus, k, found);
_KDBUS_ITEM_KERNEL_BASE  284 src/libsystemd/sd-bus/kdbus.h 	KDBUS_ITEM_NAME_ADD	= _KDBUS_ITEM_KERNEL_BASE,