Searched refs:hello_string (Results 1 – 1 of 1) sorted by relevance
2534 u_int8_t *hello_string = "Hello! I am ARCMSR"; in arcmsr_iop_ioctlcmd() local2537 if(memcpy(puserbuffer, hello_string, (int16_t)strlen(hello_string))) { in arcmsr_iop_ioctlcmd()2779 int8_t *hello_string = "Hello! I am ARCMSR"; in arcmsr_iop_message_xfer() local2781 memcpy(pcmdmessagefld->messagedatabuffer, hello_string in arcmsr_iop_message_xfer()2782 , (int16_t)strlen(hello_string)); in arcmsr_iop_message_xfer()