Searched refs:tw_osl_strlen (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/dev/raid/twa/ |
| HD | tw_cl_misc.c | 537 (TW_UINT8)(tw_osl_strlen(event->parameter_data)); in tw_cl_create_event() 540 event->parameter_len += (1 + tw_osl_strlen(event_desc)); in tw_cl_create_event() 640 tw_osl_vsprintf(print_str + tw_osl_strlen(print_str), fmt, ap); in tw_cli_dbg_printf() 643 tw_osl_strcpy(print_str + tw_osl_strlen(print_str), "\n"); in tw_cli_dbg_printf() 831 tw_osl_strcpy(&str[tw_osl_strlen(str)], "CMD_Q_EMPTY,"); in tw_cli_describe_bits() 833 tw_osl_strcpy(&str[tw_osl_strlen(str)], "MC_RDY,"); in tw_cli_describe_bits() 835 tw_osl_strcpy(&str[tw_osl_strlen(str)], "RESP_Q_EMPTY,"); in tw_cli_describe_bits() 837 tw_osl_strcpy(&str[tw_osl_strlen(str)], "CMD_Q_FULL,"); in tw_cli_describe_bits() 839 tw_osl_strcpy(&str[tw_osl_strlen(str)], "RESP_INTR,"); in tw_cli_describe_bits() 841 tw_osl_strcpy(&str[tw_osl_strlen(str)], "CMD_INTR,"); in tw_cli_describe_bits() [all …]
|
| HD | tw_cl_share.h | 480 #ifndef tw_osl_strlen 482 extern TW_INT32 tw_osl_strlen(TW_VOID *str);
|
| HD | tw_osl_inline.h | 339 #define tw_osl_strlen strlen macro
|
| HD | tw_cl.h | 327 tw_osl_strlen((cmd_hdr)->err_specific_desc) + 1, \
|