Searched refs:alias (Results 1 – 7 of 7) sorted by relevance
203 auto alias = mAliases.find(destination); in forwardFrame() local204 if (alias != mAliases.end() && alias->second == radioAddress) { in forwardFrame()
20 #define VEC_(nm, pfx) void nm##pfx(void) __attribute__ ((weak, alias ("IntDefaultHandler")))
91 #define WEAK_ALIAS(X,Y) void X(void) __attribute__ ((weak, alias (STRINGIFY(Y))))
89 bool SensorTypeIsAliasOf(SensorType sensor_type, SensorType alias) { in SensorTypeIsAliasOf() argument92 && sensor_aliases_[i].sensor_alias == alias) { in SensorTypeIsAliasOf()
176 # as commands in the documentation. An alias has the form "name=value". 180 # You can put \n's in the value part of an alias to insert newlines.