Searched refs:hello_string (Results 1 – 1 of 1) sorted by relevance
2694 u_int8_t *hello_string = "Hello! I am ARCMSR"; in arcmsr_iop_ioctlcmd() local2697 if(memcpy(puserbuffer, hello_string, (int16_t)strlen(hello_string))) { in arcmsr_iop_ioctlcmd()2940 int8_t *hello_string = "Hello! I am ARCMSR"; in arcmsr_iop_message_xfer() local2942 memcpy(pcmdmessagefld->messagedatabuffer, hello_string in arcmsr_iop_message_xfer()2943 , (int16_t)strlen(hello_string)); in arcmsr_iop_message_xfer()