Home
last modified time | relevance | path

Searched refs:MSG_FUNC_LEN (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/rts_pstor/
Dtrace.h54 strncpy((chip)->trace_msg[(chip)->msg_idx].func, __func__, MSG_FUNC_LEN-1); \
70 strncpy((chip)->trace_msg[(chip)->msg_idx].func, __func__, MSG_FUNC_LEN-1); \
Drtsx_chip.h617 #define MSG_FUNC_LEN 64 macro
618 char func[MSG_FUNC_LEN];
Drtsx_scsi.c1193 buf_len = 4 + ((2 + MSG_FUNC_LEN + MSG_FILE_LEN + TIME_VAL_LEN) * TRACE_ITEM_CNT); in trace_msg_cmd()
1228 for (j = 0; j < MSG_FUNC_LEN; j++) { in trace_msg_cmd()
/drivers/staging/rts5139/
Dtrace.h59 __func__, MSG_FUNC_LEN-1); \
78 __func__, MSG_FUNC_LEN-1); \
Drts51x_chip.h174 #define MSG_FUNC_LEN 64 macro
175 char func[MSG_FUNC_LEN];
Drts51x_chip.c908 for (j = 0; j < MSG_FUNC_LEN; j++) in rts51x_trace_msg()
Drts51x_scsi.c1266 ((2 + MSG_FUNC_LEN + MSG_FILE_LEN + TIME_VAL_LEN) * TRACE_ITEM_CNT); in trace_msg_cmd()