Searched refs:_line (Results 1 – 3 of 3) sorted by relevance
998 #define XPC_SET_REASON(_p, _reason, _line) \ argument1001 (_p)->reason_line = _line; \
619 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line)) argument
129 #define DEBUG_LOG(_line, _string, _value) do { \ argument130 if ((_line) == SERIAL_DEBUG_LINE) {\131 debug_log_func(_line, _string, _value); \