Searched refs:_DBUS_FUNCTION_NAME (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-internals.h50 #define _DBUS_FUNCTION_NAME __func__ macro
52 #define _DBUS_FUNCTION_NAME __FUNCTION__ macro
54 #define _DBUS_FUNCTION_NAME "unknown function" macro
140 _dbus_real_assert ((condition) != 0, #condition, __FILE__, __LINE__, _DBUS_FUNCTION_NAME)
161 _dbus_assert ((*(const char*)_DBUS_FUNCTION_NAME) != '_'); \
164 _DBUS_FUNCTION_NAME, #condition, __FILE__, __LINE__); \
169 _dbus_assert ((*(const char*)_DBUS_FUNCTION_NAME) != '_'); \
172 _DBUS_FUNCTION_NAME, #condition, __FILE__, __LINE__); \
H A Ddbus-server.c711 _DBUS_FUNCTION_NAME, "old_refcount > 0",
748 _DBUS_FUNCTION_NAME, "old_refcount > 0",
972 _dbus_warn_check_failed ("Re-entrant call to %s\n", _DBUS_FUNCTION_NAME);
1025 _dbus_warn_check_failed ("Re-entrant call to %s\n", _DBUS_FUNCTION_NAME);
H A Ddbus-sysdeps-pthread.c74 func_name, tmp, strerror(tmp), _DBUS_FUNCTION_NAME); \
H A Ddbus-message.c958 _DBUS_FUNCTION_NAME);
967 _DBUS_FUNCTION_NAME);
1832 _DBUS_FUNCTION_NAME);
1843 _dbus_type_to_string (type), _DBUS_FUNCTION_NAME);
H A Ddbus-marshal-recursive-util.c323 #define check_expected_type(reader, expected) real_check_expected_type (reader, expected, _DBUS_FUNCTION_NAME, __LINE__)
328 _DBUS_FUNCTION_NAME, __LINE__); \
336 _DBUS_FUNCTION_NAME, __LINE__); \
H A Ddbus-connection.c2232 _dbus_verbose ("%s reply to %d found in queue\n", _DBUS_FUNCTION_NAME, client_serial);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddispatch.c522 warn_unexpected_real (connection, message, expected, _DBUS_FUNCTION_NAME, __LINE__)
2294 _DBUS_FUNCTION_NAME);

Completed in 211 milliseconds