Searched refs:BUS_PATH_SIZE_MAX (Results 1 – 3 of 3) sorted by relevance
1198 assert(pl <= BUS_PATH_SIZE_MAX); in object_manager_serialize_path_and_fallbacks()1422 assert(pl <= BUS_PATH_SIZE_MAX); in bus_process_object()1563 assert(pl <= BUS_PATH_SIZE_MAX); in bus_find_parent_object_manager()2284 assert(pl <= BUS_PATH_SIZE_MAX); in sd_bus_emit_properties_changed_strv()2475 assert(pl <= BUS_PATH_SIZE_MAX); in object_added_append_all()2651 assert(pl <= BUS_PATH_SIZE_MAX); in object_removed_append_all()2820 assert(pl <= BUS_PATH_SIZE_MAX); in interfaces_added_append_one()
47 return (q - p) <= BUS_PATH_SIZE_MAX; in object_path_is_valid()
340 #define BUS_PATH_SIZE_MAX (64*1024) macro